HEADER

Uses of Class
biouml.model.Role

Packages that use Role
biouml.model 
biouml.model.dynamics 
biouml.plugins.matlab 
biouml.plugins.simulation 

Uses of Role in biouml.model
 

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

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

Uses of Role in biouml.model.dynamics
 

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

Methods in biouml.model.dynamics that return Role
RoleEModel.clone(DiagramElement de)
          Unsupported yet.
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.
 

Methods in biouml.model.dynamics with parameters of type Role
AstStartEModel.readMath(String math, Role role)
          
 

Uses of Role in biouml.plugins.matlab
 

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

Uses of Role in biouml.plugins.simulation
 

Methods in biouml.plugins.simulation with parameters of type Role
voidMathWriter.writeMath(AstStart expression, Role role)
          
voidSimulationEngine.writeAssignment(String variable, String expression, Role role)
          
 


FOOTER

BOTTOM