Class PJoin
java.lang.Object
tools.refinery.interpreter.matchers.planning.operations.POperation
tools.refinery.interpreter.matchers.planning.operations.PJoin
Represents a natural join of two parent SubPlans.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSet<? extends PConstraint> Newly enforced constraintsinthashCode()intMethods inherited from class tools.refinery.interpreter.matchers.planning.operations.POperation
checkConsistency, toString
-
Constructor Details
-
PJoin
public PJoin()
-
-
Method Details
-
getDeltaConstraints
Description copied from class:POperationNewly enforced constraints- Specified by:
getDeltaConstraintsin classPOperation
-
numParentSubPlans
public int numParentSubPlans()- Specified by:
numParentSubPlansin classPOperation- Returns:
- the number of SubPlans that must be specified as parents
-
getShortName
- Specified by:
getShortNamein classPOperation
-
hashCode
public int hashCode() -
equals
-