public interface ObjectNode extends ActivityNode
Modifier and Type | Method and Description |
---|---|
State |
getInState() |
ObjectNodeOrderingKind |
getOrdering() |
Instance |
getRepresented() |
Attribute |
getRepresentedAttribute() |
BehaviorParameter |
getRepresentedRealParameter() |
AssociationEnd |
getRepresentedRole() |
String |
getSelectionBehavior() |
GeneralClass |
getType() |
String |
getUpperBound() |
boolean |
isIsControlType() |
void |
setInState(State value) |
void |
setIsControlType(boolean value) |
void |
setOrdering(ObjectNodeOrderingKind value) |
void |
setRepresented(Instance value) |
void |
setRepresentedAttribute(Attribute value) |
void |
setRepresentedRealParameter(BehaviorParameter value) |
void |
setRepresentedRole(AssociationEnd value) |
void |
setSelectionBehavior(String value) |
void |
setType(GeneralClass value) |
void |
setUpperBound(String value) |
getIncoming, getIncoming, getOutgoing, getOutgoing, getOwner, getOwnerClause, getOwnerNode, getOwnerPartition, setOwner, setOwnerClause, setOwnerNode, setOwnerPartition
addStereotype, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalProperties, getLocalProperty, getManifesting, getManifesting, getMatrix, getMatrix, getName, getNote, getNoteContent, getOwnerTemplateParameter, getProduct, getProduct, getProperties, getProperties, getProperties, getProperty, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getTag, getTag, getTag, getTagValue, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeNotes, removeStereotypes, removeTags, setLocalProperties, setLocalProperty, setName, setOwnerTemplateParameter
getAddedToQuery, getAddedToQuery, getCausing, getCausing, getDiagramElement, getDiagramElement
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSet
compareTo
boolean isIsControlType()
void setIsControlType(boolean value)
ObjectNodeOrderingKind getOrdering()
void setOrdering(ObjectNodeOrderingKind value)
String getSelectionBehavior()
void setSelectionBehavior(String value)
String getUpperBound()
void setUpperBound(String value)
Instance getRepresented()
void setRepresented(Instance value)
BehaviorParameter getRepresentedRealParameter()
void setRepresentedRealParameter(BehaviorParameter value)
GeneralClass getType()
void setType(GeneralClass value)
AssociationEnd getRepresentedRole()
void setRepresentedRole(AssociationEnd value)
Attribute getRepresentedAttribute()
void setRepresentedAttribute(Attribute value)
State getInState()
void setInState(State value)