public class ASTPtSumNode extends LatticeOntologyASTNodeAdapter
_ownConstraints, _subAdapterConstraints, _useDefaultConstraints, interconnectConstraintType
_annotationEvaluator, _solver
Constructor and Description |
---|
ASTPtSumNode(LatticeOntologySolver solver,
ASTPtSumNode node)
Construct an property constraint adapter for the given ASTPtSumNode.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Inequality> |
constraintList()
Return the constraint list for the adapter.
|
_getChildNodeTerms, _getNode, _getSubAdapters, getNamedObject, getPropertyables
_addDefaultConstraints, _addSubAdapterConstraints, _annotationEvaluator, _constrainAttributes, _constrainObject, _constrainObjectLists, _constrainSingleObject, _getConstrainedPorts, _getConstraintingPorts, _setConnectionConstraintType, _union, getPropertyTerm, getSolver, isConstraintSource, reinitialize, setAtLeast, setAtMost, setSameAs
_getASTNodeAdapters, _getAttributeParseTrees, _getPropertyableAttributes, _getSinkPortList, _getSourcePortList, getComponent, getContainerEntity, getName, getParseTree, putAttribute, setComponent, setEquals, toString
public ASTPtSumNode(LatticeOntologySolver solver, ASTPtSumNode node) throws IllegalActionException
solver
- The given solver to get the lattice from.node
- The given ASTPtSumNode.IllegalActionException
- Thrown if the parent construct
throws it.public java.util.List<Inequality> constraintList() throws IllegalActionException
constraintList
in class LatticeOntologyASTNodeAdapter
IllegalActionException
- If there is an error building the constraint list.