HEADER

biouml.standard.diagram
Class GeneNetworkDiagramType

biouml.model.DiagramTypeSupport
  |
  +--biouml.standard.diagram.PathwayDiagramType
        |
        +--biouml.standard.diagram.GeneNetworkDiagramType

public class GeneNetworkDiagramType
extends PathwayDiagramType


Inner Class Summary
 public static classGeneNetworkDiagramType.GeneNetworkDiagramViewBuilder
           
 public static classGeneNetworkDiagramType.GeneNetworkDiagramViewOptions
          We have redefined ViewOptions to have an ability specify corresponding bean info.

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