HEADER

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.


Constructor Summary
EModelDiagramType(DiagramType type)
           

Method Summary
 DiagramFiltergetDiagramFilter(Diagram diagram)
           
 DiagramViewBuildergetDiagramViewBuilder()
           
 Class[]getEdgeTypes()
           
 Class[]getNodeTypes()
           
 SemanticControllergetSemanticController()
           

Methods inherited from class ru.biosoft.access.DataElementSupport
getName, getOrigin, registerConstructorWithBadEqual, toString

Constructor Detail

EModelDiagramType

public EModelDiagramType(DiagramType type)
Method Detail

getDiagramFilter

public DiagramFilter getDiagramFilter(Diagram diagram)

getDiagramViewBuilder

public DiagramViewBuilder getDiagramViewBuilder()

getEdgeTypes

public Class[] getEdgeTypes()

getNodeTypes

public Class[] getNodeTypes()

getSemanticController

public SemanticController getSemanticController()

Association Links

to Class biouml.model.DiagramType

to Class biouml.model.DiagramViewBuilder


FOOTER

BOTTOM