HEADER

Uses of Class
biouml.model.Compartment

Packages that use Compartment
biouml.model 
biouml.model.dynamics 
biouml.model.util 
biouml.plugins.jgraph 
biouml.plugins.sbml 
biouml.standard.diagram 

Uses of Compartment in biouml.model
 

Subclasses of Compartment in biouml.model
class Diagram
          
class EquivalentNodeGroup
          Group of equivalent nodes.
 

Methods in biouml.model that return Compartment
CompartmentQueryEngineSupport.getCompartment(Node start, Base kernel)
          Should return the most suitable compartment where new node should be located.
 

Methods in biouml.model with parameters of type Compartment
voidAbstractFilter.apply(Compartment diagram)
          Hides or highlights diagram elements according to filter settings.
voidAbstractFilter.restoreView(Compartment diagram)
          Restores original diagram view.
DiagramElementCompartment.clone(Compartment newParent, String newName)
          
CompositeViewDefaultDiagramViewBuilder.createCompartmentView(Compartment compartment, DiagramViewOptions options, Graphics g)
          
booleanDefaultSemanticController.canAccept(Compartment compartment, DiagramElement de)
          
booleanDefaultSemanticController.canAccept(Compartment compartment, Class c)
          
DiagramElementDefaultSemanticController.createInstance(Compartment compartment, Class type, Point point, ViewEditorPane viewEditor)
          
DimensionDefaultSemanticController.move(Node node, Compartment newParent, Dimension offset)
          Moves the specified diagram node to the specified position.
DiagramElementDiagramElement.clone(Compartment newParent, String newName)
          
voidDiagramFilter.apply(Compartment diagram)
          Hides or highlights diagram elements according to filter settings.
voidDiagramFilter.restoreView(Compartment diagram)
          Restores original diagram view.
voidDiagramTypeConverter.ConditionalConverter.checkElements(List list, Compartment compartment, DiagramType type)
          
CompositeViewDiagramViewBuilder.createCompartmentView(Compartment compartment, DiagramViewOptions options, Graphics g)
          
DiagramElementEdge.clone(Compartment newParent, String newName)
          
DiagramElementNode.clone(Compartment newParent, String newName)
          
booleanSemanticController.canAccept(Compartment compartment, DiagramElement de)
          
booleanSemanticController.canAccept(Compartment compartment, Class c)
          
DiagramElementSemanticController.createInstance(Compartment compartment, Class type, Point point, ViewEditorPane viewEditor)
          
DimensionSemanticController.move(Node node, Compartment parent, Dimension offset)
          Moves the specified node to the specified position.
 

Uses of Compartment in biouml.model.dynamics
 

Methods in biouml.model.dynamics with parameters of type Compartment
voidEModel.fillList(Compartment compartment, List list, Class role)
          
 

Uses of Compartment in biouml.model.util
 

Methods in biouml.model.util with parameters of type Compartment
static voidDiagramXmlReader.readCompartmentInfo(Element element, Compartment compartment, String diagramName)
          
static voidDiagramXmlWriter.writeCompartmentInfo(Element element, Compartment compartment)
          
 

Uses of Compartment in biouml.plugins.jgraph
 

Methods in biouml.plugins.jgraph with parameters of type Compartment
static voidDiagramToJGraphTransformer.applyLayout(Compartment diagram, GraphModel graph)
          
static GraphModelDiagramToJGraphTransformer.generateGraph(Compartment diagram, Filter filter)
          Generates graph for BioUML diagram or its part.
 

Uses of Compartment in biouml.plugins.sbml
 

Constructors in biouml.plugins.sbml with parameters of type Compartment
CreateDiagramElementDialog.CreateDiagramElementDialog(Diagram diagram, Compartment parent, Class type)
          
 

Methods in biouml.plugins.sbml with parameters of type Compartment
voidSbmlModelReader.layout(Compartment compartment, int x, int y)
          Hierarchically layout compartments and species.
voidSbmlModelReader.layout(Compartment compartment)
          Stub implimentation for diagram layout.
DiagramElementSbmlSemanticController.createInstance(Compartment parent, Class type, Point point, ViewEditorPane viewEditor)
          Creates diagram element for the specified kernel type, parent compartment and location.
 

Uses of Compartment in biouml.standard.diagram
 

Constructors in biouml.standard.diagram with parameters of type Compartment
CreateDiagramElementDialog.CreateDiagramElementDialog(Compartment parent, Class type)
          
CreateEdgeDialog.CreateEdgeDialog(Compartment parent, Point point, ViewEditorPane viewEditor, String title, SemanticRelationPane relationPane)
          
NoteLinkPane.NoteLinkPane(Compartment parent, ViewEditorPane viewEditor)
          
ReactionPane.ReactionPane(Diagram diagram, Compartment compartment, Point point, ViewEditorPane viewEditor)
          
SemanticRelationPane.SemanticRelationPane(Compartment parent, ViewEditorPane viewEditor)
          
 

Methods in biouml.standard.diagram with parameters of type Compartment
static CreateEdgeDialogCreateEdgeDialog.getNoteLinkDialog(Compartment parent, Point point, ViewEditorPane viewEditor)
          
static CreateEdgeDialogCreateEdgeDialog.getSemanticRelationDialog(Compartment parent, Point point, ViewEditorPane viewEditor)
          
voidPathwayDiagramViewBuilder.createReactionTitles(Compartment compartment, DiagramViewOptions diagramOptions, Graphics g)
          
DiagramElementPathwaySemanticController.createInstance(Compartment parent, Class type, Point point, ViewEditorPane viewEditor)
          
DiagramElementPathwaySimulationSemanticController.createInstance(Compartment parent, Class type, Point pt, ViewEditorPane viewEditor)
          
 


FOOTER

BOTTOM