Interface DistributionExpression

  • All Superinterfaces:
    Expression
    All Known Implementing Classes:
    TableExpression

    public interface DistributionExpression
    extends Expression
    Base interface for expressions that generate distributions.
    • Method Detail

      • getOwner

        Node getOwner()
        Gets the current owner, if assigned to a node. An expression cannot be modified when it is assigned to a node.