public class FlatTokenRepresentativeConcept extends InfiniteConceptRepresentative
FlatTokenInfiniteConcept
Entity.ContainedObjectsIterator
abovePort, belowPort
isAcceptable
_changeListeners, _changeLock, _changeRequests, _debugging, _debugListeners, _deferChangeRequests, _elementName, _isPersistent, _verbose, _workspace, ATTRIBUTES, CLASSNAME, COMPLETE, CONTENTS, DEEP, FULLNAME, LINKS
Constructor and Description |
---|
FlatTokenRepresentativeConcept(CompositeEntity ontology,
java.lang.String name)
Create a new FlatTokenRepresentativeConcept with the specified name and
ontology.
|
Modifier and Type | Method and Description |
---|---|
protected FlatTokenInfiniteConcept |
_createInfiniteConceptInstance(java.lang.String infiniteConceptString)
Create a new FlatTokenInfiniteConcept for the given concept string.
|
protected FlatTokenInfiniteConcept |
_instantiateFlatTokenInfiniteConcept(Token tokenValue)
Return a new FlatTokenInfiniteConcept for this representative with
the given token value.
|
boolean |
containsThisInfiniteConceptString(java.lang.String infiniteConceptString)
Return true if the string can represent a FlatTokenInfiniteConcept for
this representative, false otherwise.
|
FlatTokenInfiniteConcept |
getFlatTokenInfiniteConceptByToken(Token tokenValue)
Return the FlatTokenInfiniteConcept with the given token that is
contained by this representative.
|
_clearInstantiatedInfiniteConcepts, clone, getInfiniteConceptByString, getInstantiatedInfiniteConcepts
getCoverSetAbove, getCoverSetBelow, getIncomingPort, getOutgoingPort, toString
getAssociatedObject, getColor, getOntology, getValue, getVariables, initialize, isAboveOrEqualTo, isSettable, isValueAcceptable, setValue
_adjustDeferrals, _checkContainer, _getContainedObject, _propagateExistence, getContainer, instantiate, isAtomic, isOpaque, moveDown, moveToFirst, moveToIndex, moveToLast, moveUp, newPort, propagateExistence, setContainer, setName
_addPort, _description, _exportMoMLContents, _removePort, _validateSettables, connectedPortList, connectedPorts, connectionsChanged, containedObjectsIterator, getAttribute, getPort, getPorts, linkedRelationList, linkedRelations, portList, removeAllPorts, setClassDefinition, uniqueName
_setParent, exportMoML, getChildren, getElementName, getParent, getPrototypeList, isClassDefinition, isWithinClassDefinition
_addAttribute, _adjustOverride, _attachText, _cloneFixAttributeFields, _containedDecorators, _copyChangeRequestList, _debug, _debug, _debug, _debug, _debug, _executeChangeRequests, _getIndentPrefix, _isMoMLSuppressed, _markContentsDerived, _notifyHierarchyListenersAfterChange, _notifyHierarchyListenersBeforeChange, _propagateValue, _removeAttribute, _splitName, _stripNumericSuffix, addChangeListener, addDebugListener, addHierarchyListener, attributeChanged, attributeDeleted, attributeList, attributeList, attributeTypeChanged, clone, decorators, deepContains, depthInHierarchy, description, description, event, executeChangeRequests, exportMoML, exportMoML, exportMoML, exportMoML, exportMoMLPlain, getAttribute, getAttributes, getChangeListeners, getClassName, getDecoratorAttribute, getDecoratorAttributes, getDerivedLevel, getDerivedList, getDisplayName, getFullName, getModelErrorHandler, getName, getName, getSource, handleModelError, isDeferringChangeRequests, isOverridden, isPersistent, lazyContainedObjectsIterator, message, notifyOfNameChange, propagateValue, propagateValues, removeAttribute, removeChangeListener, removeDebugListener, removeHierarchyListener, requestChange, setClassName, setDeferringChangeRequests, setDerivedLevel, setDisplayName, setModelErrorHandler, setPersistent, setSource, sortContainedObjects, toplevel, validateSettables, workspace
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDerivedLevel, getDerivedList, propagateValue
description, getDisplayName, getFullName, getName, getName
public FlatTokenRepresentativeConcept(CompositeEntity ontology, java.lang.String name) throws NameDuplicationException, IllegalActionException
ontology
- The specified ontology where this concept resides.name
- The specified name for the concept.NameDuplicationException
- If the ontology already contains a
concept with the specified name.IllegalActionException
- If the base class throws it.public boolean containsThisInfiniteConceptString(java.lang.String infiniteConceptString)
containsThisInfiniteConceptString
in class InfiniteConceptRepresentative
infiniteConceptString
- The string that represents the infinite
concept.public FlatTokenInfiniteConcept getFlatTokenInfiniteConceptByToken(Token tokenValue) throws IllegalActionException
tokenValue
- The token value that is used to get a
FlatTokenInfiniteConcept.IllegalActionException
- Thrown if there is an error finding or
creating the FlatTokenInfiniteConcept from the given token.protected FlatTokenInfiniteConcept _createInfiniteConceptInstance(java.lang.String infiniteConceptString) throws IllegalActionException
_createInfiniteConceptInstance
in class InfiniteConceptRepresentative
infiniteConceptString
- The specified concept string that
represents the FlatTokenInfiniteConcept to be created.IllegalActionException
- Thrown if a valid
FlatTokenInfiniteConcept cannot be created.protected FlatTokenInfiniteConcept _instantiateFlatTokenInfiniteConcept(Token tokenValue) throws IllegalActionException
tokenValue
- The token value for the FlatTokenInfiniteConcept
to be instantiated.IllegalActionException
- Thrown if the FlatTokenInfiniteConcept
cannot be created.