biouml.model.dynamics
Interface ExpressionOwner

All Known Implementing Classes:
Assignment, Equation, Event, Function, State, Transition

public interface ExpressionOwner

Utility interfacet that indicates that object contains mathematical expression that should be parsed. Currently it is used


Method Summary
 java.lang.String[] getExpressions()
          Returns all owned mathematical expressions.
 EModelRole getRole()
          Return role object essential to variables name resolving.
 boolean isExpression(java.lang.String propertyName)
          Returns true if property contains string that should be parsed as mathematical expression.
 

Method Detail

isExpression

public boolean isExpression(java.lang.String propertyName)
Returns true if property contains string that should be parsed as mathematical expression.


getExpressions

public java.lang.String[] getExpressions()
Returns all owned mathematical expressions. Currently this methods is used to remove unused parameters.


getRole

public EModelRole getRole()
Return role object essential to variables name resolving.



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