biouml.model.dynamics
Class EModelDiagramType
ru.biosoft.access.DataElementSupport
|
+--biouml.model.dynamics.EModelDiagramType
- public class EModelDiagramType
- extends DataElementSupport
- implements DiagramType
Type for executable model diagram.
It is a decorator (Decorator Design Pattern) for other DiagramType.
EModelDiagramType
public EModelDiagramType(DiagramType type)
getDiagramFilter
public DiagramFilter getDiagramFilter(Diagram diagram)
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