Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.behavior.interaction | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IGate |
IUmlModel.createGate()
Create a Gate.
|
IGate |
IUmlModel.createGate(String name)
Create a Gate.
|
Modifier and Type | Method and Description |
---|---|
<T extends IGate> |
IGate.getActual(Class<T> filteredClass)
Get the list of ObGate to the Actual association.
|
<T extends IGate> |
IInteractionUse.getActualGate(Class<T> filteredClass)
Get the list of ObGate to the ActualGate association.
|
<T extends IGate> |
IInteraction.getFormalGate(Class<T> filteredClass)
Get the list of ObGate to the FormalGate association.
|
<T extends IGate> |
ICombinedFragment.getFragmentGate(Class<T> filteredClass)
Get the list of ObGate to the FragmentGate association.
|
Modifier and Type | Method and Description |
---|---|
IGate |
IGate.getFormal()
Get the Formal association.
|
IGate |
IPartDecomposition.insert(IGate gate,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IGate |
IInteractionUse.insert(IGate gate,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IGate |
IInteraction.insert(IGate gate,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
Modifier and Type | Method and Description |
---|---|
ObList<IGate> |
IGate.getActual()
Get the list of ObGate to the Actual association.
|
ObList<IGate> |
IInteractionUse.getActualGate()
Get the list of ObGate to the ActualGate association.
|
ObList<IGate> |
IInteraction.getFormalGate()
Get the list of ObGate to the FormalGate association.
|
ObList<IGate> |
ICombinedFragment.getFragmentGate()
Get the list of ObGate to the FragmentGate association.
|
Modifier and Type | Method and Description |
---|---|
void |
IGate.addActual(IGate element)
Add a ObGate to the 'Actual' association.
|
void |
IInteractionUse.addActualGate(IGate element)
Add a ObGate to the 'ActualGate' association.
|
void |
IInteraction.addFormalGate(IGate element)
Add a ObGate to the 'FormalGate' association.
|
void |
ICombinedFragment.addFragmentGate(IGate element)
Add a ObGate to the 'FragmentGate' association.
|
IGate |
IPartDecomposition.insert(IGate gate,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IGate |
IInteractionUse.insert(IGate gate,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
IGate |
IInteraction.insert(IGate gate,
IInteractionFragment ref,
ObRelativeTimeEnum when) |
void |
IGate.removeActual(IGate element)
Remove an ObGate from the 'Actual' association.
|
void |
IInteractionUse.removeActualGate(IGate element)
Remove an ObGate from the 'ActualGate' association.
|
void |
IInteraction.removeFormalGate(IGate element)
Remove an ObGate from the 'FormalGate' association.
|
void |
ICombinedFragment.removeFragmentGate(IGate element)
Remove an ObGate from the 'FragmentGate' association.
|
void |
IGate.setFormal(IGate element)
Setter for the 'Formal' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IGate.cardActual(Class<? extends IGate> filteredClass)
Returns the number elements in the Actual association filtered with the given metaclass.
|
int |
IInteractionUse.cardActualGate(Class<? extends IGate> filteredClass)
Returns the number elements in the ActualGate association filtered with the given metaclass.
|
int |
IInteraction.cardFormalGate(Class<? extends IGate> filteredClass)
Returns the number elements in the FormalGate association filtered with the given metaclass.
|
int |
ICombinedFragment.cardFragmentGate(Class<? extends IGate> filteredClass)
Returns the number elements in the FragmentGate association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitGate(IGate theGate) |
Object |
DefaultMetamodelVisitor.visitGate(IGate theGate) |
Object |
AbstractMetamodelVisitor.visitGate(IGate theGate) |