HEADER

Uses of Class
biouml.model.DiagramType

Packages that use DiagramType
biouml.editor 
biouml.model 
biouml.model.dynamics 
biouml.modules.genenet 
biouml.standard.diagram.pathway 

Uses of DiagramType in biouml.editor
 

Methods in biouml.editor with parameters of type DiagramType
static DiagramNewDiagramDialog.createDiagram(DiagramType type, String diagramName, DataCollection origin)
          
 

Uses of DiagramType in biouml.model
 

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

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

Uses of DiagramType in biouml.model.dynamics
 

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

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

Uses of DiagramType in biouml.modules.genenet
 

Classes in biouml.modules.genenet that implement DiagramType
class GeneNetDiagramType
          
 

Uses of DiagramType in biouml.standard.diagram.pathway
 

Classes in biouml.standard.diagram.pathway that implement DiagramType
class PathwayDiagramType
          
 


FOOTER

BOTTOM