Modifier and Type | Method and Description |
---|---|
IAbstractDiagram |
IDiagramHandle.getDiagram()
Get the element this
IDiagramHandle is related to. |
Modifier and Type | Method and Description |
---|---|
IDiagramHandle |
IDiagramService.getDiagramHandle(IAbstractDiagram diagram)
Get a diagram handle on 'diagram'.
|
Modifier and Type | Method and Description |
---|---|
void |
IDiagramService.registerDiagramCustomization(IStereotype stereotype,
Class<? extends IAbstractDiagram> baseDiagramClass,
IDiagramCustomizer customizer)
Register a customizer for a stereotyped diagram.
|
void |
IDiagramService.unregisterDiagramCustomization(IStereotype stereotype,
Class<? extends IAbstractDiagram> baseDiagramClass,
IDiagramCustomizer customizer)
Unregister a customizer for a stereotyped diagram.
|
Modifier and Type | Method and Description |
---|---|
IAbstractDiagram |
IDiagramCreator.createDiagram(IModelElement main)
Create or update an automatic diagram for the given element.
|
IAbstractDiagram |
IDiagramCreator.getExistingAutoDiagram(IModelElement main)
Get the current auto diagram centered on the given element.
|
Modifier and Type | Method and Description |
---|---|
void |
IEditionService.openEditor(IAbstractDiagram diagram)
Open a diagram editor from an absract diagram.
|
Modifier and Type | Method and Description |
---|---|
void |
IDefaultNameService.setDefaultName(IAbstractDiagram element)
Set a diagram default name.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBpmnProcessCollaborationDiagram |
interface |
IBpmnSubProcessDiagram |
Modifier and Type | Interface and Description |
---|---|
interface |
IActivityDiagram |
interface |
IBehaviorDiagram |
interface |
IClassDiagram |
interface |
ICommunicationDiagram |
interface |
ICompositeStructureDiagram |
interface |
IDeploymentDiagram |
interface |
IObjectDiagram |
interface |
ISequenceDiagram |
interface |
IStateMachineDiagram |
interface |
IStaticDiagram |
interface |
IUseCaseDiagram |
Modifier and Type | Method and Description |
---|---|
<T extends IAbstractDiagram> |
IDiagramContainer.getDiagram(Class<T> filteredClass)
Get the list of ObAbstractDiagram to the Diagram association.
|
<T extends IAbstractDiagram> |
IDiagramSet.getReferencedDiagram(Class<T> filteredClass)
Get the list of ObAbstractDiagram to the ReferencedDiagram association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IAbstractDiagram> |
IDiagramContainer.getDiagram()
Get the list of ObAbstractDiagram to the Diagram association.
|
ObList<IAbstractDiagram> |
IDiagramSet.getReferencedDiagram()
Get the list of ObAbstractDiagram to the ReferencedDiagram association.
|
Modifier and Type | Method and Description |
---|---|
void |
IDiagramContainer.addDiagram(IAbstractDiagram element)
Add a ObAbstractDiagram to the 'Diagram' association.
|
void |
IDiagramSet.addReferencedDiagram(IAbstractDiagram element)
Add a ObAbstractDiagram to the 'ReferencedDiagram' association.
|
void |
IDiagramContainer.removeDiagram(IAbstractDiagram element)
Remove an ObAbstractDiagram from the 'Diagram' association.
|
void |
IDiagramSet.removeReferencedDiagram(IAbstractDiagram element)
Remove an ObAbstractDiagram from the 'ReferencedDiagram' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IDiagramContainer.cardDiagram(Class<? extends IAbstractDiagram> filteredClass)
Returns the number elements in the Diagram association filtered with the given metaclass.
|
int |
IDiagramSet.cardReferencedDiagram(Class<? extends IAbstractDiagram> filteredClass)
Returns the number elements in the ReferencedDiagram association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IAbstractDiagram> |
IModelElement.getproduct(Class<T> filteredClass)
Get the list of ObAbstractDiagram to the product association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IAbstractDiagram> |
IModelElement.getproduct()
Get the list of ObAbstractDiagram to the product association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addproduct(IAbstractDiagram element)
Add a ObAbstractDiagram to the 'product' association.
|
void |
IModelElement.removeproduct(IAbstractDiagram element)
Remove an ObAbstractDiagram from the 'product' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardproduct(Class<? extends IAbstractDiagram> filteredClass)
Returns the number elements in the product association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
IAbstractDiagram |
IDiagramWizardContributor.actionPerformed(IModelElement diagramContext,
String diagramName,
String diagramDescription) |
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitAbstractDiagram(IAbstractDiagram theAbstractDiagram) |
Object |
DefaultMetamodelVisitor.visitAbstractDiagram(IAbstractDiagram theAbstractDiagram) |
Object |
AbstractMetamodelVisitor.visitAbstractDiagram(IAbstractDiagram theAbstractDiagram) |