HEADER

Uses of Class
biouml.model.DiagramElement

Packages that use DiagramElement
biouml.model 
biouml.model.dynamics 
biouml.plugins.matlab 
biouml.plugins.sbml 
biouml.plugins.simulation 
biouml.plugins.simulation.java 
biouml.standard.diagram 
biouml.standard.filter 
biouml.workbench.diagram 

Uses of DiagramElement in biouml.model
 

Subclasses of DiagramElement in biouml.model
class Edge
          Edge is directed relation between two diagram nodes, called "input" and "output".
class Node
          Diagram node element
 

Methods in biouml.model that return DiagramElement
DiagramElementCompartment.clone(Compartment newParent, String newName)
          
DiagramElementDefaultSemanticController.createInstance(Compartment compartment, Class type, Point point, ViewEditorPane viewEditor)
          
DiagramElementDiagram.clone(DataCollection origin, String newName)
          
DiagramElementDiagramElement.clone(Compartment newParent, String newName)
          
DiagramElementEdge.clone(Compartment newParent, String newName)
          
DiagramElementNode.clone(Compartment newParent, String newName)
          
DiagramElementRole.getDiagramElement()
          
DiagramElementSemanticController.createInstance(Compartment compartment, Class type, Point point, ViewEditorPane viewEditor)
          
 

Methods in biouml.model with parameters of type DiagramElement
voidDefaultDiagramViewBuilder.hideElement(DiagramElement element)
          
voidDefaultDiagramViewBuilder.removeElement(DiagramElement element)
          
booleanDefaultSemanticController.canAccept(Compartment compartment, DiagramElement de)
          
booleanDefaultSemanticController.isResizable(DiagramElement diagramElement)
          
booleanDefaultSemanticController.remove(DiagramElement de)
          Removes the diagram element and all related edges.
booleanDiagramTypeConverter.ConditionalConverter.isSuitable(DiagramElement de, DiagramType type)
          
voidDiagramViewBuilder.hideElement(DiagramElement element)
          
voidDiagramViewBuilder.removeElement(DiagramElement element)
          
RoleRole.clone(DiagramElement de)
          Creates copy of the object and asstiate it with specified diagram element.
booleanSemanticController.canAccept(Compartment compartment, DiagramElement de)
          
booleanSemanticController.isResizable(DiagramElement diagramElement)
          
booleanSemanticController.remove(DiagramElement de)
          Removes the diagram element and all related edges.
 

Uses of DiagramElement in biouml.model.dynamics
 

Constructors in biouml.model.dynamics with parameters of type DiagramElement
EModel.EModel(DiagramElement de)
          
EModelRoleSupport.EModelRoleSupport(DiagramElement diagramElement)
          
Equation.Equation(DiagramElement de, String type, String variable, String formula)
          
Equation.Equation(DiagramElement de, String type, String variable)
          
Event.Event(DiagramElement de, String trigger, String delay, Assignment[] actions)
          
Event.Event(DiagramElement de, String name)
          
Function.Function(DiagramElement diagramElement)
          
State.State(DiagramElement de)
          
Transition.Transition(DiagramElement de)
          
VariableRole.VariableRole(DiagramElement diagramElement, double initialValue)
          
VariableRole.VariableRole(DataCollection origin, DiagramElement diagramElement, double initialValue)
          
 

Methods in biouml.model.dynamics that return DiagramElement
DiagramElementEModelRoleSupport.getDiagramElement()
          
DiagramElementVariableRole.getDiagramElement()
          
 

Methods in biouml.model.dynamics with parameters of type DiagramElement
RoleEModel.clone(DiagramElement de)
          Unsupported yet.
StringEModel.getQualifiedName(String name, DiagramElement de)
          Resolves brief variable name to fully qualified variable name, using information from corresponding DiagramElement.
RoleEModelRoleSupport.clone(DiagramElement de)
          Throws UnsupportedOperationException.
RoleEquation.clone(DiagramElement de)
          Creates equation copy and assitiate it with specified diagram element.
RoleVariableRole.clone(DiagramElement de)
          Creates variable copy and assotiate it with specified diagram element.
static StringVariableRole.createName(DiagramElement de)
          Returns name of DataElement including all compartment names.
 

Uses of DiagramElement in biouml.plugins.matlab
 

Constructors in biouml.plugins.matlab with parameters of type DiagramElement
MatlabErrorDialog.MatlabErrorDialog(JDialog dialog, DiagramElement diagramElement, String error)
          
MatlabErrorDialog.MatlabErrorDialog(JFrame frame, DiagramElement diagramElement, String error)
          
 

Uses of DiagramElement in biouml.plugins.sbml
 

Methods in biouml.plugins.sbml that return DiagramElement
DiagramElementSbmlSemanticController.createInstance(Compartment parent, Class type, Point point, ViewEditorPane viewEditor)
          Creates diagram element for the specified kernel type, parent compartment and location.
 

Methods in biouml.plugins.sbml with parameters of type DiagramElement
booleanSbmlModelReader.isReaction(DiagramElement de)
          
booleanSbmlModelReader.isSpecie(DiagramElement de)
          
 

Uses of DiagramElement in biouml.plugins.simulation
 

Methods in biouml.plugins.simulation with parameters of type DiagramElement
StringSimulationEngine.getQualifiedName(String name, DiagramElement de)
          Resolves brief varibale name to fully qualified variable name.
 

Uses of DiagramElement in biouml.plugins.simulation.java
 

Methods in biouml.plugins.simulation.java that return DiagramElement
DiagramElementJavaSimulationEngine.processError(String err, String fileName, int row, int column)
          
 

Uses of DiagramElement in biouml.standard.diagram
 

Methods in biouml.standard.diagram that return DiagramElement
DiagramElementDiagramElementSelector.getDiagramElement()
          
DiagramElementPathwaySemanticController.createDiagramElement(Base kernel, Set elements)
          
DiagramElementPathwaySemanticController.createInstance(Compartment parent, Class type, Point point, ViewEditorPane viewEditor)
          
DiagramElementPathwaySimulationSemanticController.createInstance(Compartment parent, Class type, Point pt, ViewEditorPane viewEditor)
          
 

Methods in biouml.standard.diagram with parameters of type DiagramElement
booleanDiagramElementSelector.isSuitable(DiagramElement de)
          
booleanDiagramElementSelector.setDiagramElement(DiagramElement diagramElement)
          
booleanPathwaySemanticController.remove(DiagramElement de)
          Removes the diagram element and all related edges.
 

Uses of DiagramElement in biouml.standard.filter
 

Methods in biouml.standard.filter with parameters of type DiagramElement
voidAction.apply(DiagramElement de)
          Apllies the action to the specified diagram element.
ActionActionFilter.getAction(DiagramElement de)
          Returns action, that should be applied to the specified diagram element, if it satisfies to the filter condition or null otherwise.
voidCompositeHighlightAction.apply(DiagramElement de)
          
voidHideAction.apply(DiagramElement de)
          
voidHighlightAction.apply(DiagramElement de)
          
ActionValueActionFilter.getAction(DiagramElement de)
          
 

Uses of DiagramElement in biouml.workbench.diagram
 

Constructors in biouml.workbench.diagram with parameters of type DiagramElement
DiagramElementInfo.DiagramElementInfo(DiagramElement diagramElement)
          
 

Methods in biouml.workbench.diagram that return DiagramElement
DiagramElementDiagramElementInfo.getDiagramElement()
          
 


FOOTER

BOTTOM