Uses of Interface
biouml.model.DiagramType

Packages that use DiagramType
biouml.model   
biouml.model.dynamics   
biouml.plugins.cellml   
biouml.plugins.ginsim   
biouml.plugins.gxl   
biouml.plugins.sbml   
biouml.standard.diagram   
 

Uses of DiagramType in biouml.model
 

Classes in biouml.model that implement DiagramType
 class DiagramTypeSupport
          Stub implementation of DiagramType interface.
 

Fields in biouml.model declared as DiagramType
protected  DiagramType Diagram.type
           
 

Methods in biouml.model that return DiagramType
 DiagramType Diagram.getType()
           
 

Methods in biouml.model with parameters of type DiagramType
 boolean DiagramTypeConverter.ConditionalConverter.isSuitable(DiagramElement de, DiagramType type)
           
 void DiagramTypeConverter.ConditionalConverter.checkElements(java.util.List list, Compartment compartment, DiagramType type)
           
protected  void Diagram.setType(DiagramType type)
           
static Diagram Diagram.createDiagram(DiagramType type, java.lang.String diagramName, DataCollection origin)
           
 

Constructors in biouml.model with parameters of type DiagramType
Diagram(DataCollection origin, Base kernel, DiagramType type)
          Creates the diagram of the specified type.
 

Uses of DiagramType in biouml.model.dynamics
 

Classes in biouml.model.dynamics that implement DiagramType
 class EModelDiagramType
          Type for executable model diagram.
 

Fields in biouml.model.dynamics declared as DiagramType
protected  DiagramType EModelDiagramType.diagramType
           
 

Constructors in biouml.model.dynamics with parameters of type DiagramType
EModelDiagramType(DiagramType type)
           
 

Uses of DiagramType in biouml.plugins.cellml
 

Classes in biouml.plugins.cellml that implement DiagramType
 class CellMLDiagramType
           
 

Uses of DiagramType in biouml.plugins.ginsim
 

Classes in biouml.plugins.ginsim that implement DiagramType
 class GinSimDiagramType
           
 

Methods in biouml.plugins.ginsim that return DiagramType
protected  DiagramType GinSimReader.getDiagramType()
           
 

Uses of DiagramType in biouml.plugins.gxl
 

Methods in biouml.plugins.gxl that return DiagramType
protected  DiagramType GxlReader.getDiagramType()
           
 

Uses of DiagramType in biouml.plugins.sbml
 

Classes in biouml.plugins.sbml that implement DiagramType
 class SbmlDiagramType
           
 class SbmlDiagramType_L1
           
 class SbmlDiagramType_L2
           
 

Methods in biouml.plugins.sbml that return DiagramType
protected  DiagramType SbmlModelReader_21.getDiagramType()
           
protected  DiagramType SbmlModelReader_12.getDiagramType()
           
protected  DiagramType SbmlModelReader_11.getDiagramType()
           
protected  DiagramType SbmlModelReader.getDiagramType()
           
 

Uses of DiagramType in biouml.standard.diagram
 

Classes in biouml.standard.diagram that implement DiagramType
 class GeneNetworkDiagramType
           
 class MetabolicPathwayDiagramType
           
 class PathwayDiagramType
          This is basic class for formal description of biological pathways.
 class PathwaySimulationDiagramType
          PathwaySimulationDiagramType is extension of PathwayDiagramType.
 class SemanticNetworkDiagramType
           
 



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