HEADER

biouml.plugins.sbml
Class SbmlDiagramType

biouml.model.DiagramTypeSupport
  |
  +--biouml.plugins.sbml.SbmlDiagramType
Direct Known Subclasses:
SbmlDiagramType_L1, SbmlDiagramType_L2

public class SbmlDiagramType
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