Class PEnumerate
java.lang.Object
tools.refinery.interpreter.matchers.planning.operations.POperation
tools.refinery.interpreter.matchers.planning.operations.PEnumerate
Represents a base relation defined by the instance set of an enumerable PConstraint; there are no parent SubPlans.
WARNING: if there are coinciding variables in the variable tuple of the enumerable constraint, it is the responsibility of the compiler to check them for equality.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Set
<? extends PConstraint> Newly enforced constraintsint
hashCode()
int
Methods inherited from class tools.refinery.interpreter.matchers.planning.operations.POperation
checkConsistency, toString
-
Constructor Details
-
PEnumerate
-
-
Method Details
-
getEnumerablePConstraint
-
getDeltaConstraints
Description copied from class:POperation
Newly enforced constraints- Specified by:
getDeltaConstraints
in classPOperation
-
numParentSubPlans
public int numParentSubPlans()- Specified by:
numParentSubPlans
in classPOperation
- Returns:
- the number of SubPlans that must be specified as parents
-
getShortName
- Specified by:
getShortName
in classPOperation
-
hashCode
public int hashCode() -
equals
-