public abstract class InfiniteConceptRepresentative extends FiniteConcept
InfiniteConcept
Red (blickly) |
Red (blickly) |
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 |
---|
InfiniteConceptRepresentative(CompositeEntity ontology,
java.lang.String name)
Create a new InfiniteConceptRepresentative with the specified name and
ontology.
|
Modifier and Type | Method and Description |
---|---|
protected void |
_clearInstantiatedInfiniteConcepts()
Clear the set of instantiated infinite concepts for this
representative.
|
protected abstract InfiniteConcept |
_createInfiniteConceptInstance(java.lang.String infiniteConceptString)
Create a new infinite concept for the given infinite concept string.
|
java.lang.Object |
clone(Workspace workspace)
Clone the InfiniteConceptRepresentative into the specified workspace.
|
abstract boolean |
containsThisInfiniteConceptString(java.lang.String infiniteConceptString)
Return true if the string can represent an infinite concept for this
representative, false otherwise.
|
InfiniteConcept |
getInfiniteConceptByString(java.lang.String infiniteConceptString)
Return the InfiniteConcept that is represented by the given string.
|
java.util.Set<InfiniteConcept> |
getInstantiatedInfiniteConcepts()
Return the set of instantiated infinite concepts that are represented
by this concept.
|
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 InfiniteConceptRepresentative(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 java.lang.Object clone(Workspace workspace) throws java.lang.CloneNotSupportedException
clone
in class ComponentEntity
workspace
- The workspace for the cloned object.java.lang.CloneNotSupportedException
- If one of the attributes
cannot be cloned.NamedObj.exportMoML(Writer, int, String)
,
NamedObj.setDeferringChangeRequests(boolean)
public InfiniteConcept getInfiniteConceptByString(java.lang.String infiniteConceptString) throws IllegalActionException
infiniteConceptString
- The specified string from which to
return an infinite concept for this representative.IllegalActionException
- Thrown if there is an error finding or
creating the infinite concept from the given string.public java.util.Set<InfiniteConcept> getInstantiatedInfiniteConcepts()
public abstract boolean containsThisInfiniteConceptString(java.lang.String infiniteConceptString)
infiniteConceptString
- The string that represents the infinite
concept.protected void _clearInstantiatedInfiniteConcepts() throws IllegalActionException
IllegalActionException
- Thrown if there is a problem setting
the containers of the infinite concepts to null.protected abstract InfiniteConcept _createInfiniteConceptInstance(java.lang.String infiniteConceptString) throws IllegalActionException
infiniteConceptString
- The specified concept string that
represents the infinite concept to be created.IllegalActionException
- Thrown if the infinite concept cannot
be created.