biouml.standard.diagram
Class PathwaySimulationDiagramType
biouml.model.DiagramTypeSupport
|
+--biouml.standard.diagram.PathwayDiagramType
|
+--biouml.standard.diagram.PathwaySimulationDiagramType
- public class PathwaySimulationDiagramType
- extends PathwayDiagramType
PathwaySimulationDiagramType is extension of PathwayDiagramType.
It defines three new node types used for model simulations:
getDiagramViewBuilder
public DiagramViewBuilder getDiagramViewBuilder()
getEdgeTypes
public Class[] getEdgeTypes()
getNodeTypes
public Class[] getNodeTypes()
getSemanticController
public SemanticController getSemanticController()
BOTTOM