public class FlatTokenRepresentativeConcept extends InfiniteConceptRepresentative
FlatTokenInfiniteConcept| Red (blickly) |
| Red (blickly) |
Entity.ContainedObjectsIteratorabovePort, belowPortisAcceptable_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, getInstantiatedInfiniteConceptsgetCoverSetAbove, getCoverSetBelow, getIncomingPort, getOutgoingPort, toStringgetAssociatedObject, 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, workspaceequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDerivedLevel, getDerivedList, propagateValuedescription, getDisplayName, getFullName, getName, getNamepublic 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 InfiniteConceptRepresentativeinfiniteConceptString - 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 InfiniteConceptRepresentativeinfiniteConceptString - 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.