HEADER

Uses of Class
biouml.model.DiagramType

Packages that use DiagramType
biouml.model 
biouml.model.dynamics 

Uses of DiagramType in biouml.model
 

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

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()
          
 

Methods in biouml.model with parameters of type DiagramType
static DiagramDiagram.createDiagram(DiagramType type, String diagramName, DataCollection origin)
          
voidDiagramTypeConverter.ConditionalConverter.checkElements(List list, Compartment compartment, DiagramType type)
          
booleanDiagramTypeConverter.ConditionalConverter.isSuitable(DiagramElement de, DiagramType type)
          
 

Uses of DiagramType in biouml.model.dynamics
 

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


FOOTER

BOTTOM