HEADER

biouml.standard.diagram
Class SemanticNetworkDiagramType

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

public class SemanticNetworkDiagramType
extends PathwayDiagramType


Inner Class Summary
 public static classSemanticNetworkDiagramType.SemanticNetworkDiagramViewBuilder
           
 public static classSemanticNetworkDiagramType.SemanticNetworkDiagramViewOptions
          We have defined SemanticNetworkDiagramViewOptions to have an ability specify corresponding bean info.

Method Summary
 DiagramFiltergetDiagramFilter(Diagram diagram)
           
 DiagramViewBuildergetDiagramViewBuilder()
           
 Class[]getEdgeTypes()
           
 Class[]getNodeTypes()
           

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

Methods inherited from class biouml.model.DiagramTypeSupport
getLegend

Method Detail

getDiagramFilter

public DiagramFilter getDiagramFilter(Diagram diagram)

getDiagramViewBuilder

public DiagramViewBuilder getDiagramViewBuilder()

getEdgeTypes

public Class[] getEdgeTypes()

getNodeTypes

public Class[] getNodeTypes()

FOOTER

BOTTOM