Class PStart
java.lang.Object
tools.refinery.interpreter.matchers.planning.operations.POperation
tools.refinery.interpreter.matchers.planning.operations.PStart
No constraints, and no parent SubPlan, just a (possibly empty) set of a priori known (input) variables. Satisfied by a single tuple.
Can also be used without a priori variables,
e.g. as a "virtual parent" in extreme cases,
such as pattern foo(Bar) = {Bar = eval (3*4)}
-
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
-
PStart
-
PStart
-
-
Method Details
-
getAPrioriVariables
-
getShortName
- Specified by:
getShortName
in classPOperation
-
numParentSubPlans
public int numParentSubPlans()- Specified by:
numParentSubPlans
in classPOperation
- Returns:
- the number of SubPlans that must be specified as parents
-
getDeltaConstraints
Description copied from class:POperation
Newly enforced constraints- Specified by:
getDeltaConstraints
in classPOperation
-
hashCode
public int hashCode() -
equals
-