biouml.model.dynamics
Class EModelDiagramType
biouml.model.DiagramTypeSupport
|
+--biouml.model.dynamics.EModelDiagramType
- public class EModelDiagramType
- extends DiagramTypeSupport
Type for executable model diagram.
It is a decorator (Decorator Design Pattern) for other DiagramType.
EModelDiagramType
public EModelDiagramType(DiagramType type)
getDiagramViewBuilder
public DiagramViewBuilder getDiagramViewBuilder()
getEdgeTypes
public Class[] getEdgeTypes()
getNodeTypes
public Class[] getNodeTypes()
getSemanticController
public SemanticController getSemanticController()
to Class biouml.model.DiagramType
to Class biouml.model.DiagramViewBuilder
BOTTOM