Package org.apache.wayang.core.mapping
Class SubplanMatch
java.lang.Object
org.apache.wayang.core.mapping.SubplanMatch
A subplan match correlates a
SubplanPattern with its actually matched .-
Constructor Summary
ConstructorsConstructorDescriptionSubplanMatch(SubplanMatch that) Copy constructor.SubplanMatch(SubplanPattern pattern) -
Method Summary
-
Constructor Details
-
SubplanMatch
-
SubplanMatch
Copy constructor.
-
-
Method Details
-
addOperatorMatch
-
getOperatorMatches
-
getPattern
-
getInputMatch
-
getOutputMatch
-
getMatch
-
getMaximumEpoch
public int getMaximumEpoch()- Returns:
- the maximum epoch among the matched operators in
operatorMatches
-
getTargetPlatforms
Platformrestrictions coming from the matchedOperators. Notice that the semantics of emptySets differ from those inOperator.getTargetPlatforms().
-