Modifier and Type | Method and Description |
---|---|
IInstance |
IUmlModel.createInstance()
Create an Instance.
|
IInstance |
IUmlModel.createInstance(String name,
IPackage owner)
Create an Instance.
|
Modifier and Type | Method and Description |
---|---|
ILifeline |
IUmlModel.createLifeline(String name,
IInteraction owner,
IInstance represented)
Create a Lifeline.
|
ILink |
IUmlModel.createLink(IInstance source,
IInstance destination,
String destinationRole)
Create a Link between two instances.
|
IPort |
IUmlModel.createPort(String name,
IInstance owner)
Create a Port.
|
Modifier and Type | Method and Description |
---|---|
IInstance |
IBpmnItemAwareElement.getRepresentedInstance()
Get the RepresentedInstance association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBpmnItemAwareElement.setRepresentedInstance(IInstance element)
Setter for the 'RepresentedInstance' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IInstance |
IObjectNode.getRepresented()
Get the Represented association.
|
Modifier and Type | Method and Description |
---|---|
void |
IObjectNode.setRepresented(IInstance element)
Setter for the 'Represented' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IInstance |
ICommunicationNode.getRepresented()
Get the Represented association.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommunicationNode.setRepresented(IInstance element)
Setter for the 'Represented' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
IInstance |
ILifeline.getRepresented()
Get the Represented association.
|
Modifier and Type | Method and Description |
---|---|
void |
ILifeline.setRepresented(IInstance element)
Setter for the 'Represented' [0..1] association.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBindableInstance |
interface |
IPort |
Modifier and Type | Method and Description |
---|---|
<T extends IInstance> |
INameSpace.getDeclared(Class<T> filteredClass)
Get the list of ObInstance to the Declared association.
|
<T extends IInstance> |
INameSpace.getRepresenting(Class<T> filteredClass)
Get the list of ObInstance to the Representing association.
|
Modifier and Type | Method and Description |
---|---|
IInstance |
IAttributeLink.getAttributed()
Get the Attributed association.
|
IInstance |
IBindableInstance.getCluster()
Get the Cluster association.
|
IInstance |
ILinkEnd.getLinked()
Get the Linked association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IInstance> |
INameSpace.getDeclared()
Get the list of ObInstance to the Declared association.
|
ObList<IInstance> |
INameSpace.getRepresenting()
Get the list of ObInstance to the Representing association.
|
Modifier and Type | Method and Description |
---|---|
void |
INameSpace.addDeclared(IInstance element)
Add a ObInstance to the 'Declared' association.
|
void |
INameSpace.addRepresenting(IInstance element)
Add a ObInstance to the 'Representing' association.
|
void |
INameSpace.removeDeclared(IInstance element)
Remove an ObInstance from the 'Declared' association.
|
void |
INameSpace.removeRepresenting(IInstance element)
Remove an ObInstance from the 'Representing' association.
|
void |
IAttributeLink.setAttributed(IInstance element)
Setter for the 'Attributed' [1..1] association.
|
void |
IBindableInstance.setCluster(IInstance element)
Setter for the 'Cluster' [0..1] association.
|
void |
ILinkEnd.setLinked(IInstance element)
Setter for the 'Linked' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
INameSpace.cardDeclared(Class<? extends IInstance> filteredClass)
Returns the number elements in the Declared association filtered with the given metaclass.
|
int |
INameSpace.cardRepresenting(Class<? extends IInstance> filteredClass)
Returns the number elements in the Representing association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitInstance(IInstance theInstance) |
Object |
DefaultMetamodelVisitor.visitInstance(IInstance theInstance) |
Object |
AbstractMetamodelVisitor.visitInstance(IInstance theInstance) |