HEADER

biouml.plugins.cellml
Class CellMLDiagramType

biouml.model.DiagramTypeSupport
  |
  +--biouml.plugins.cellml.CellMLDiagramType

public class CellMLDiagramType
extends DiagramTypeSupport


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

Methods inherited from class biouml.model.DiagramTypeSupport
getDiagramFilter, getLegend

Method Detail

getDiagramViewBuilder

public DiagramViewBuilder getDiagramViewBuilder()

getEdgeTypes

public Class[] getEdgeTypes()

getNodeTypes

public Class[] getNodeTypes()

getSemanticController

public SemanticController getSemanticController()

FOOTER

BOTTOM