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 |
---|---|
IGeneralOrdering |
IUmlModel.createGeneralOrdering()
Create a GeneralOrdering.
|
Modifier and Type | Method and Description |
---|---|
<T extends IGeneralOrdering> |
IOccurrenceSpecification.getToAfter(Class<T> filteredClass)
Get the list of ObGeneralOrdering to the ToAfter association.
|
<T extends IGeneralOrdering> |
IOccurrenceSpecification.getToBefore(Class<T> filteredClass)
Get the list of ObGeneralOrdering to the ToBefore association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IGeneralOrdering> |
IOccurrenceSpecification.getToAfter()
Get the list of ObGeneralOrdering to the ToAfter association.
|
ObList<IGeneralOrdering> |
IOccurrenceSpecification.getToBefore()
Get the list of ObGeneralOrdering to the ToBefore association.
|
Modifier and Type | Method and Description |
---|---|
void |
IOccurrenceSpecification.addToAfter(IGeneralOrdering element)
Add a ObGeneralOrdering to the 'ToAfter' association.
|
void |
IOccurrenceSpecification.addToBefore(IGeneralOrdering element)
Add a ObGeneralOrdering to the 'ToBefore' association.
|
void |
IOccurrenceSpecification.removeToAfter(IGeneralOrdering element)
Remove an ObGeneralOrdering from the 'ToAfter' association.
|
void |
IOccurrenceSpecification.removeToBefore(IGeneralOrdering element)
Remove an ObGeneralOrdering from the 'ToBefore' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IOccurrenceSpecification.cardToAfter(Class<? extends IGeneralOrdering> filteredClass)
Returns the number elements in the ToAfter association filtered with the given metaclass.
|
int |
IOccurrenceSpecification.cardToBefore(Class<? extends IGeneralOrdering> filteredClass)
Returns the number elements in the ToBefore association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitGeneralOrdering(IGeneralOrdering theGeneralOrdering) |
Object |
DefaultMetamodelVisitor.visitGeneralOrdering(IGeneralOrdering theGeneralOrdering) |
Object |
AbstractMetamodelVisitor.visitGeneralOrdering(IGeneralOrdering theGeneralOrdering) |