Package com.bayesserver
Interface DistributionExpression
-
- All Superinterfaces:
Expression
- All Known Implementing Classes:
TableExpression
public interface DistributionExpression extends Expression
Base interface for expressions that generate distributions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Node
getOwner()
Gets the current owner, if assigned to a node.-
Methods inherited from interface com.bayesserver.Expression
copy, getReturnType, getText, setText
-
-
-
-
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.
-
-