Generated by
JDiff

Class org.apache.pig.newplan.BaseOperatorPlan

Added Constructors
BaseOperatorPlan(BaseOperatorPlan)  
 

Added Methods
boolean isConnected(Operator, Operator) Check if given two operators are directly connected.
boolean pathExists(Operator, Operator) A method to check if there is a path from a given node to another node
 

Changed Fields
List ops Change in type from Set to List.