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

    • getOperator

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

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

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