Package | Description |
---|---|
org.modelio.metamodel.bpmn.bpmnDiagrams | |
org.modelio.metamodel.diagrams | |
org.modelio.metamodel.visitors |
Modifier and Type | Interface and Description |
---|---|
interface |
BpmnCollaborationDiagram
BpmnCollaborationDiagram v0.0.9054
Diagrams used for collaborations between participant BPMN processes.
|
interface |
BpmnProcessCollaborationDiagram
BpmnProcessCollaborationDiagram v0.0.9054
Diagrams used for collaborations and processes.
|
interface |
BpmnProcessDesignDiagram
BpmnProcessDesignDiagram v0.0.9054
Diagrams used for processes design.
|
interface |
BpmnSubProcessDiagram
BpmnSubProcessDiagram v0.0.9054
Diagram dedicated to subprocesses.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityDiagram
ActivityDiagram v0.0.9054
Activity diagrams are used to represent business processes, or the dynamic part of a model (algorithm of an operation, for example).
|
interface |
CommunicationDiagram
CommunicationDiagram v0.0.9054
Communication diagrams are used to illustrate architecture and its functioning principles, by presenting, for example, which associations are used to transmit certain messages between different elements.
|
interface |
SequenceDiagram
SequenceDiagram v0.0.9054
Sequence diagrams describe the sequence of the exchange of messages between several participants (instances, parts, ...).
|
interface |
StateMachineDiagram
StateMachineDiagram v0.0.9054
State Machine diagrams are a powerful dynamic formalization mechanism used to express several aspects of a class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
IModelVisitor.visitBehaviorDiagram(BehaviorDiagram obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBehaviorDiagram(BehaviorDiagram obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBehaviorDiagram(BehaviorDiagram obj) |
java.lang.Object |
DefaultModelVisitor.visitBehaviorDiagram(BehaviorDiagram obj) |
java.lang.Object |
AbstractModelVisitor.visitBehaviorDiagram(BehaviorDiagram obj) |