Class VarSpecReorderingNode
java.lang.Object
org.proforma.variability.transfer.VarSpecNode
org.proforma.variability.transfer.VarSpecInnerNode
org.proforma.variability.transfer.VarSpecReorderingNode
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VarSpecNodeCollectGroup,VarSpecNodeCombineGroup,VarSpecNodeDef,VarSpecNodeTable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcompleteOwnVpsFromParent(CVp inheritedCVp) This is called by sub classes in the push downwards phase to complete variation points at the child level.Methods inherited from class org.proforma.variability.transfer.VarSpecInnerNode
getChildren, getCVp, getFirstNonDefineChild, setChildren, setCVpMethods inherited from class org.proforma.variability.transfer.VarSpecNode
afterUnmarshal, clone, collect, collectAndValidateAllDefsAndRefs, collectDefRefs, collectGroup, combine, combineGroup, define, deriveCollect, deriveVal, dim, endBuild, endBuildTable, endCollectGroup, endCombineGroup, endDefine, findDef, getDebugId, getEffectiveCVp, getEffectiveVp, getEffectiveVpIndex, getLastChild, getNonDefineChildren, getParent, getRoot, numNonDefineChildren, prettyPrint, prettyPrint, prettyPrint, pushInheritedCVpToChildren, range, range, range, ref, setParent, sizeLowerBound, toString, val, validateNewChild
-
Constructor Details
-
VarSpecReorderingNode
public VarSpecReorderingNode() -
VarSpecReorderingNode
-
VarSpecReorderingNode
-
-
Method Details
-
completeOwnVpsFromParent
This is called by sub classes in the push downwards phase to complete variation points at the child level.
-