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
Platform
restrictions coming from the matchedOperator
s. Notice that the semantics of emptySet
s differ from those inOperator.getTargetPlatforms()
.
-