Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.diagrams | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IDiagramSet |
IUmlModel.createDiagramSet()
Create a DiagramSet.
|
Modifier and Type | Method and Description |
---|---|
<T extends IDiagramSet> |
IDiagramContainer.getOwnedSet(Class<T> filteredClass)
Get the list of ObDiagramSet to the OwnedSet association.
|
<T extends IDiagramSet> |
IAbstractDiagram.getReferencingSet(Class<T> filteredClass)
Get the list of ObDiagramSet to the ReferencingSet association.
|
<T extends IDiagramSet> |
IDiagramSet.getSub(Class<T> filteredClass)
Get the list of ObDiagramSet to the Sub association.
|
Modifier and Type | Method and Description |
---|---|
IDiagramSet |
IDiagramSet.getSuper()
Get the Super association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IDiagramSet> |
IDiagramContainer.getOwnedSet()
Get the list of ObDiagramSet to the OwnedSet association.
|
ObList<IDiagramSet> |
IAbstractDiagram.getReferencingSet()
Get the list of ObDiagramSet to the ReferencingSet association.
|
ObList<IDiagramSet> |
IDiagramSet.getSub()
Get the list of ObDiagramSet to the Sub association.
|
Modifier and Type | Method and Description |
---|---|
void |
IDiagramContainer.addOwnedSet(IDiagramSet element)
Add a ObDiagramSet to the 'OwnedSet' association.
|
void |
IAbstractDiagram.addReferencingSet(IDiagramSet element)
Add a ObDiagramSet to the 'ReferencingSet' association.
|
void |
IDiagramSet.addSub(IDiagramSet element)
Add a ObDiagramSet to the 'Sub' association.
|
void |
IDiagramContainer.removeOwnedSet(IDiagramSet element)
Remove an ObDiagramSet from the 'OwnedSet' association.
|
void |
IAbstractDiagram.removeReferencingSet(IDiagramSet element)
Remove an ObDiagramSet from the 'ReferencingSet' association.
|
void |
IDiagramSet.removeSub(IDiagramSet element)
Remove an ObDiagramSet from the 'Sub' association.
|
void |
IDiagramSet.setSuper(IDiagramSet element)
Setter for the 'Super' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IDiagramContainer.cardOwnedSet(Class<? extends IDiagramSet> filteredClass)
Returns the number elements in the OwnedSet association filtered with the given metaclass.
|
int |
IAbstractDiagram.cardReferencingSet(Class<? extends IDiagramSet> filteredClass)
Returns the number elements in the ReferencingSet association filtered with the given metaclass.
|
int |
IDiagramSet.cardSub(Class<? extends IDiagramSet> filteredClass)
Returns the number elements in the Sub association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitDiagramSet(IDiagramSet theDiagramSet) |
Object |
DefaultMetamodelVisitor.visitDiagramSet(IDiagramSet theDiagramSet) |
Object |
AbstractMetamodelVisitor.visitDiagramSet(IDiagramSet theDiagramSet) |