Interface | Method | Description |
---|---|---|
ProjectAccssor | findElements(Class elementKind, String name) | Get models by specifying model type and name |
findElements(Class elementKind) | Get models by specifying model type | |
findElements(ModelFinder picker) | Search model by ModelFinder | |
IElement | getContainer() | Get parent of model |
getContainers() | Get parent of model |
Interface | Method | Description |
---|---|---|
IOperation | getBodycondition() | Get Body condition of Operation |
getPreconditions() | Get Precondition of Operation | |
getPostconditions() | Get Post condition of Operation |
Interface | Method | Description |
---|---|---|
IAttribute | getNavigability() | Get Navigability |
Interface | Model |
---|---|
ICompositeStructureDiagram | Composite Structure Diagram |
IPort | Port |
IConnector | Connector |
IInstanceSpecification | InstanceSpecification |
ILink | Link |
ILinkEnd | LinkEnd |
ITermination | Termination |
Interface | Method | Description |
---|---|---|
ITopicPresentation | - | Interface for topics. INodePresentation is recommended. |
MindmapDiagramEditor | - | Interface for modifying (Creating/Deleting) Mind Map. MindmapEditor is recommended. |
IModelEditorFactory | getMindmapDiagramEditor() | Interface for creating MindmapDiagramEditor. IDiagramEditorFactory.getMindmapEditor() is recommended. |
IDiagram | getText() | Get Text that is drawn on diagram. IDiagram.getPresentations() is recommended. |
IAttribute | isEnable() | Check if it is navigable or not. Using IAttribute.getNavigability() to get the navigability is recommended. |