biouml.standard.diagram
Class PathwayDiagramType

java.lang.Object
  extended bybiouml.model.DiagramTypeSupport
      extended bybiouml.standard.diagram.PathwayDiagramType
All Implemented Interfaces:
DiagramType
Direct Known Subclasses:
GeneNetworkDiagramType, MetabolicPathwayDiagramType, PathwaySimulationDiagramType, SemanticNetworkDiagramType

public class PathwayDiagramType
extends DiagramTypeSupport

This is basic class for formal description of biological pathways.


Field Summary
 
Fields inherited from class biouml.model.DiagramTypeSupport
diagramViewBuilder, semanticController
 
Constructor Summary
PathwayDiagramType()
           
 
Method Summary
 DiagramFilter getDiagramFilter(Diagram diagram)
           
 DiagramViewBuilder getDiagramViewBuilder()
           
 java.lang.Class[] getEdgeTypes()
           
 java.lang.Class[] getNodeTypes()
           
 SemanticController getSemanticController()
           
 
Methods inherited from class biouml.model.DiagramTypeSupport
getLegend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathwayDiagramType

public PathwayDiagramType()
Method Detail

getNodeTypes

public java.lang.Class[] getNodeTypes()
Specified by:
getNodeTypes in interface DiagramType
Overrides:
getNodeTypes in class DiagramTypeSupport

getEdgeTypes

public java.lang.Class[] getEdgeTypes()
Specified by:
getEdgeTypes in interface DiagramType
Overrides:
getEdgeTypes in class DiagramTypeSupport

getDiagramViewBuilder

public DiagramViewBuilder getDiagramViewBuilder()
Specified by:
getDiagramViewBuilder in interface DiagramType
Overrides:
getDiagramViewBuilder in class DiagramTypeSupport

getDiagramFilter

public DiagramFilter getDiagramFilter(Diagram diagram)
Specified by:
getDiagramFilter in interface DiagramType
Overrides:
getDiagramFilter in class DiagramTypeSupport

getSemanticController

public SemanticController getSemanticController()
Specified by:
getSemanticController in interface DiagramType
Overrides:
getSemanticController in class DiagramTypeSupport


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.