public class ProductLatticeOntologyCompositeAdapter extends LatticeOntologyCompositeAdapter
| Red (cshelton) |
| Red (cshelton) |
| 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, toStringjava.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 LatticeOntologyCompositeAdapterIllegalActionException - Thrown if there is a problem creating
the constraints.protected void _addInterConnectionConstraints()
throws IllegalActionException
_addInterConnectionConstraints in class LatticeOntologyCompositeAdapterIllegalActionException - Not thrown in this derived class.