HEADER

Uses of Class
biouml.standard.type.Base

Packages that use Base
biouml.model 
biouml.standard 
biouml.standard.diagram 
biouml.standard.type 
biouml.workbench.diagram 

Uses of Base in biouml.model
 

Constructors in biouml.model with parameters of type Base
Compartment.Compartment(DataCollection parent, Base kernel)
          
Compartment.Compartment(DataCollection parent, String id, Base kernel)
          
Diagram.Diagram(DataCollection origin, Base kernel, DiagramType type)
          Creates the diagram of the specified type.
DiagramElement.DiagramElement(DataCollection parent, Base kernel)
          Constructs the diagram element.
DiagramElement.DiagramElement(DataCollection parent, String name, Base kernel)
          Constructs the diagram element.
Edge.Edge(DataCollection parent, Base kernel, Node input, Node output)
          
Edge.Edge(DataCollection parent, String id, Base kernel, Node input, Node output)
          
Node.Node(DataCollection parent, Base kernel)
          
Node.Node(DataCollection parent, String name, Base kernel)
          
NodeInfo.NodeInfo(Base base)
          
 

Methods in biouml.model that return Base
BaseDiagramElement.getKernel()
          
Base[]EquivalentNodeGroup.getKernels()
          We would like to get access for kernels through the property to display it in property inspector.
BaseNodeInfo.getBase()
          
 

Methods in biouml.model with parameters of type Base
booleanCompartment.containsKernel(Base kernel)
          
ListCompartment.getKernelNodes(Base kernel)
          
booleanDefaultDiagramViewBuilder.isReaction(Base kernel)
          
voidDiagram.setKernel(Base newKernel)
          
voidDiagramElement.setKernel(Base kernel)
          
CompartmentQueryEngineSupport.getCompartment(Node start, Base kernel)
          Should return the most suitable compartment where new node should be located.
 

Uses of Base in biouml.standard
 

Methods in biouml.standard with parameters of type Base
booleanPathwayQueryEngine.isSmallMolecule(Base base, Object obj)
          
 

Uses of Base in biouml.standard.diagram
 

Methods in biouml.standard.diagram with parameters of type Base
DiagramElementPathwaySemanticController.createDiagramElement(Base kernel, Set elements)
          
 

Uses of Base in biouml.standard.type
 

Subinterfaces of Base in biouml.standard.type
interface Relation
          Intermediary class to generalize what is common for all relations/edges as well as to define common constants.
 

Classes in biouml.standard.type that implement Base
class BaseSupport
          Base class for all data element types.
 

Uses of Base in biouml.workbench.diagram
 

Methods in biouml.workbench.diagram that return Base
BaseDiagramElementInfo.getKernel()
          
 


FOOTER

BOTTOM