Modifier and Type | Method and Description |
---|---|
Instance |
IUmlModel.createInstance()
Create an instance.
|
Instance |
IUmlModel.createInstance(java.lang.String name,
Package owner)
Create an instance.
|
Modifier and Type | Method and Description |
---|---|
Lifeline |
IUmlModel.createLifeline(java.lang.String name,
Interaction owner,
Instance represented)
Create a Lifeline.
|
Link |
IUmlModel.createLink(Instance source,
Instance destination,
java.lang.String destinationRole)
Create a Link between two instances.
|
Port |
IUmlModel.createPort(java.lang.String name,
Instance owner)
Create a Port.
|
Modifier and Type | Method and Description |
---|---|
NaryLink |
IUmlModel.createNaryLink(java.util.List<Instance> source) |
Modifier and Type | Method and Description |
---|---|
Instance |
IStandardModelFactory.createInstance() |
Instance |
IStandardModelFactory.createInstance(java.lang.String name,
Package owner) |
Modifier and Type | Method and Description |
---|---|
Lifeline |
IStandardModelFactory.createLifeline(java.lang.String name,
Interaction owner,
Instance represented) |
Link |
IStandardModelFactory.createLink(Instance source,
Instance destination,
java.lang.String destinationRoleName)
Creates an
instance link . |
Port |
IStandardModelFactory.createPort(java.lang.String name,
Instance owner) |
Modifier and Type | Method and Description |
---|---|
NaryLink |
IStandardModelFactory.createNaryLink(java.util.List<Instance> ends)
Create a nary link.
|
Modifier and Type | Method and Description |
---|---|
Instance |
ObjectNode.getRepresented()
Getter for relation 'ObjectNode->Represented'
Metamodel description:
Instance that is represented by the ObjectNode.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectNode.setRepresented(Instance value)
Setter for relation 'ObjectNode->Represented'
Metamodel description:
Instance that is represented by the ObjectNode.
|
Modifier and Type | Method and Description |
---|---|
Instance |
CommunicationNode.getRepresented()
Getter for relation 'CommunicationNode->Represented'
Metamodel description:
References the Instance the communication node represents.
|
Modifier and Type | Method and Description |
---|---|
void |
CommunicationNode.setRepresented(Instance value)
Setter for relation 'CommunicationNode->Represented'
Metamodel description:
References the Instance the communication node represents.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Lifeline.getRepresented()
Getter for relation 'Lifeline->Represented'
Metamodel description:
References the Instance the Lifeline represents.
|
Modifier and Type | Method and Description |
---|---|
void |
Lifeline.setRepresented(Instance value)
Setter for relation 'Lifeline->Represented'
Metamodel description:
References the Instance the Lifeline represents.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BindableInstance
BindableInstance v0.0.9054
A BindableInstance represents the UML 2.0 "Part" concept.
|
interface |
Port
Port v0.0.9054
(UML 2.0) Ports are connected to other Parts through Connectors through which requests can be made to invoke the behavioral Features of a Classifier.
|
Modifier and Type | Method and Description |
---|---|
<T extends Instance> |
NameSpace.getDeclared(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->Declared'
Metamodel description:
Instances declared in the context of the current NameSpace.
|
<T extends Instance> |
NameSpace.getRepresenting(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NameSpace->Representing'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
Instance |
AttributeLink.getAttributed()
Getter for relation 'AttributeLink->Attributed'
Metamodel description:
null
|
Instance |
BindableInstance.getCluster()
Getter for relation 'BindableInstance->Cluster'
Metamodel description:
null
|
Instance |
LinkEnd.getOwner()
Get the 'graphical owner' related to this end.
|
Instance |
NaryLinkEnd.getSource()
Getter for relation 'NaryLinkEnd->Source'
Metamodel description:
null
|
Instance |
LinkEnd.getSource()
Getter for relation 'LinkEnd->Source'
Metamodel description:
null
|
Instance |
LinkEnd.getTarget()
Getter for relation 'LinkEnd->Target'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Instance> |
NameSpace.getDeclared()
Getter for relation 'NameSpace->Declared'
Metamodel description:
Instances declared in the context of the current NameSpace.
|
org.eclipse.emf.common.util.EList<Instance> |
NameSpace.getRepresenting()
Getter for relation 'NameSpace->Representing'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeLink.setAttributed(Instance value)
Setter for relation 'AttributeLink->Attributed'
Metamodel description:
null
|
void |
BindableInstance.setCluster(Instance value)
Setter for relation 'BindableInstance->Cluster'
Metamodel description:
null
|
void |
NaryLinkEnd.setSource(Instance value)
Setter for relation 'NaryLinkEnd->Source'
Metamodel description:
null
|
void |
LinkEnd.setSource(Instance value)
Setter for relation 'LinkEnd->Source'
Metamodel description:
null
|
void |
LinkEnd.setSource(Instance value,
boolean fixModel) |
void |
LinkEnd.setTarget(Instance value)
Setter for relation 'LinkEnd->Target'
Metamodel description:
null
|
void |
LinkEnd.setTarget(Instance value,
boolean fixModel) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitInstance(Instance obj) |
java.lang.Object |
IModelVisitor.visitInstance(Instance obj) |
java.lang.Object |
DefaultModelVisitor.visitInstance(Instance obj) |
default java.lang.Object |
IAbstractModelVisitor.visitInstance(Instance obj) |
default java.lang.Object |
IDefaultModelVisitor.visitInstance(Instance obj) |