Uses of Interface
biouml.model.Role

Packages that use Role
biouml.model   
biouml.model.dynamics   
biouml.plugins.matlab   
biouml.plugins.sbml   
biouml.plugins.simulation   
biouml.plugins.simulation.java   
biouml.standard.diagram   
 

Uses of Role in biouml.model
 

Fields in biouml.model declared as Role
protected  Role DiagramElement.role
          Any Role can be assotiated with a DiagramElement.
 

Methods in biouml.model that return Role
 Role Role.clone(DiagramElement de)
          Creates copy of the object and asstiate it with specified diagram element.
 Role DiagramElement.getRole()
           
 

Methods in biouml.model with parameters of type Role
 void DiagramElement.setRole(Role role)
           
 

Uses of Role in biouml.model.dynamics
 

Subinterfaces of Role in biouml.model.dynamics
 interface EModelRole
          Executable model role.
 

Classes in biouml.model.dynamics that implement Role
 class EModel
          Genrally this role should be assotiated with Diagram.
 class EModelRoleSupport
           
 class Equation
           
 class Event
           
 class Function
          Wrapper for MathML lambda element.
 class State
           
 class Transition
           
 class VariableRole
          General variable definition.
 

Fields in biouml.model.dynamics declared as Role
protected  Role EModel.parsedRole
           
 

Methods in biouml.model.dynamics that return Role
 Role VariableRole.clone(DiagramElement de)
          Creates variable copy and assotiate it with specified diagram element.
 Role Equation.clone(DiagramElement de)
          Creates equation copy and assitiate it with specified diagram element.
 Role EModelRoleSupport.clone(DiagramElement de)
          Throws UnsupportedOperationException.
 Role EModel.clone(DiagramElement de)
          Unsupported yet.
 

Methods in biouml.model.dynamics with parameters of type Role
protected  void EModel.readMath(java.lang.String[] math, Role role)
           
 AstStart EModel.readMath(java.lang.String math, Role role)
           
 

Uses of Role in biouml.plugins.matlab
 

Methods in biouml.plugins.matlab with parameters of type Role
 void MatlabSimulationEngine.writeAssignmentImpl(java.lang.String variable, java.lang.String expression, Role role, boolean declare)
           
 

Uses of Role in biouml.plugins.sbml
 

Methods in biouml.plugins.sbml with parameters of type Role
protected  void SbmlModelWriter_21.appendMathChild(org.w3c.dom.Element element, java.lang.String formula, Role role)
           
 

Uses of Role in biouml.plugins.simulation
 

Methods in biouml.plugins.simulation with parameters of type Role
protected  void SimulationEngine.parseAssignments(Assignment[] assignments, Role role)
           
protected  void SimulationEngine.writeMath(java.lang.String math, Role role)
           
protected  void SimulationEngine.writeAssignmentImpl(java.lang.String variable, java.lang.String expression, Role role, boolean declare)
           
 void SimulationEngine.writeAssignment(java.lang.String variable, java.lang.String expression, Role role)
           
protected  void SimulationEngine.processMath(Node node, Role role)
          Substitutes BioUML variable names with variable names used in simulation script.
protected  void SimulationEngine.processVarNode(AstVarNode node, Role role)
           
 void MathWriter.writeMath(AstStart expression, Role role)
           
 

Uses of Role in biouml.plugins.simulation.java
 

Methods in biouml.plugins.simulation.java with parameters of type Role
protected  void JavaSimulationEngine.writeAssignmentImpl(java.lang.String variable, java.lang.String expression, Role role, boolean declare)
           
 

Uses of Role in biouml.standard.diagram
 

Methods in biouml.standard.diagram with parameters of type Role
protected  View PathwaySimulationDiagramViewBuilder.createMathView(Role role, java.lang.String math, PathwaySimulationDiagramViewOptions options, java.awt.Graphics g)
           
 



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.