Interface IOperatorVariableFacade

All Superinterfaces:
IVariableFacade
All Known Implementing Classes:
OperatorVariableFacade

public interface IOperatorVariableFacade extends IVariableFacade
Variable facade for variables determined for operators based on other variables in the network determined by their id.
  • Method Details Link icon

    • getOperator Link icon

      IOperator getOperator()
      Returns:
      The operator this facade represents.
    • getVariableIds Link icon

      int[] getVariableIds()
      Returns:
      The variable ids that define the inputs of this operator instance.
    • getExpression Link icon

      IExpression getExpression()
      Returns:
      The expression that this operator applies.