Generated by
JDiff

Class org.apache.pig.impl.plan.OperatorPlan

Added Methods
void createSoftLink(Operator, Operator) Create an soft edge between two nodes.
List getSoftLinkPredecessors(Operator) Find all of the nodes that have soft edges to the indicated node from themselves.
List getSoftLinkSuccessors(Operator) Find all of the nodes that have soft edges from the indicated node to themselves.
void removeSoftLink(Operator, Operator) Remove an soft edge
 

Added Fields
MultiMap mSoftFromEdges  
MultiMap mSoftToEdges