Interface ScopedVariable

All Known Implementing Classes:
Action, Aggregate, DecisionFunctionFact, DSLParameter, DTAction, FormalParameter, Pattern, SimpleTest

public interface ScopedVariable
  • Method Details

    • getAlias

      String getAlias(boolean translate)
    • getVariableRL

      Object getVariableRL()
    • getFactTypeID

      DOID getFactTypeID()
    • getID

      DOID getID()
    • setVariableRL

      void setVariableRL(String name)
    • setVariableRL

      void setVariableRL(int varNum)
    • isAssignable

      boolean isAssignable()
    • getKind

      Choice.Kind getKind()