Class VarSpecNodeCombineGroup
java.lang.Object
org.proforma.variability.transfer.VarSpecNode
org.proforma.variability.transfer.VarSpecInnerNode
org.proforma.variability.transfer.VarSpecReorderingNode
org.proforma.variability.transfer.VarSpecNodeCombineGroup
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intdim()protected voidprettyPrint(PrintStream out, String prefix) protected voidpushInheritedCVpToChildren(CVp inheritedCVp) longprotected voidvalidateNewChild(VarSpecNode child) Methods inherited from class org.proforma.variability.transfer.VarSpecReorderingNode
completeOwnVpsFromParentMethods inherited from class org.proforma.variability.transfer.VarSpecInnerNode
getChildren, getCVp, getFirstNonDefineChild, setChildren, setCVpMethods inherited from class org.proforma.variability.transfer.VarSpecNode
afterUnmarshal, collect, collectAndValidateAllDefsAndRefs, collectDefRefs, collectGroup, combine, combineGroup, define, deriveCollect, deriveVal, endBuild, endBuildTable, endCollectGroup, endDefine, findDef, getDebugId, getEffectiveVp, getEffectiveVpIndex, getLastChild, getNonDefineChildren, getParent, getRoot, numNonDefineChildren, prettyPrint, prettyPrint, range, range, range, ref, setParent, toString, val
-
Constructor Details
-
VarSpecNodeCombineGroup
public VarSpecNodeCombineGroup() -
VarSpecNodeCombineGroup
-
VarSpecNodeCombineGroup
-
-
Method Details
-
clone
- Specified by:
clonein classVarSpecNode
-
pushInheritedCVpToChildren
- Specified by:
pushInheritedCVpToChildrenin classVarSpecNode
-
sizeLowerBound
public long sizeLowerBound()- Specified by:
sizeLowerBoundin classVarSpecNode- Returns:
- the number of tuples in this set.
-
dim
public int dim()- Specified by:
dimin classVarSpecNode
-
getEffectiveCVp
- Specified by:
getEffectiveCVpin classVarSpecNode
-
endCombineGroup
- Overrides:
endCombineGroupin classVarSpecNode
-
validateNewChild
- Specified by:
validateNewChildin classVarSpecNode- Throws:
IllegalArgumentException
-
prettyPrint
- Specified by:
prettyPrintin classVarSpecNode
-