HEADER

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:


Method Summary
 DiagramViewBuildergetDiagramViewBuilder()
           
 Class[]getEdgeTypes()
           
 Class[]getNodeTypes()
           
 SemanticControllergetSemanticController()
           

Methods inherited from class biouml.standard.diagram.PathwayDiagramType
getDiagramFilter

Methods inherited from class biouml.model.DiagramTypeSupport
getLegend

Method Detail

getDiagramViewBuilder

public DiagramViewBuilder getDiagramViewBuilder()

getEdgeTypes

public Class[] getEdgeTypes()

getNodeTypes

public Class[] getNodeTypes()

getSemanticController

public SemanticController getSemanticController()

FOOTER

BOTTOM