public class ProductLatticeOntologyCompositeAdapter extends LatticeOntologyCompositeAdapter
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<LatticeOntologyAdapter> |
_tupleAdapters
The list of adapters for the model component for each ontology that
comprises the product lattice ontology.
|
_ownConstraints, _subAdapterConstraints, _useDefaultConstraints, interconnectConstraintType
_annotationEvaluator, _solver
Constructor and Description |
---|
ProductLatticeOntologyCompositeAdapter(ProductLatticeOntologySolver solver,
CompositeEntity component)
Construct the product lattice ontology adapter associated
with the given composite actor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
_addInterConnectionConstraints()
Add all the constraints between actors inside the composite actor
referenced by this adapter.
|
java.util.List<Inequality> |
constraintList()
Return the constraints of this component.
|
_addDefaultConstraints, _getSubAdapters
_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, getPropertyables, putAttribute, setComponent, setEquals, toString
java.util.List<LatticeOntologyAdapter> _tupleAdapters
public ProductLatticeOntologyCompositeAdapter(ProductLatticeOntologySolver solver, CompositeEntity component) throws IllegalActionException
solver
- The product lattice-based ontology solver for this adapter.component
- The given composite actor.IllegalActionException
- Thrown if the adapter cannot be created.public java.util.List<Inequality> constraintList() throws IllegalActionException
constraintList
in class LatticeOntologyCompositeAdapter
IllegalActionException
- Thrown if there is a problem creating
the constraints.protected void _addInterConnectionConstraints() throws IllegalActionException
_addInterConnectionConstraints
in class LatticeOntologyCompositeAdapter
IllegalActionException
- Not thrown in this derived class.