Package com.bayesserver
Class NodeDistributionExpressions.DistributionExpressionOrder
- java.lang.Object
-
- com.bayesserver.NodeDistributionExpressions.DistributionExpressionOrder
-
- Enclosing class:
- NodeDistributionExpressions
public static final class NodeDistributionExpressions.DistributionExpressionOrder extends Object
Identifies a distribution expression and its temporal order.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributionExpression
getExpression()
Gets the expression.int
getTemporalOrder()
Gets the temporal order of the distribution expression.
-
-
-
Method Detail
-
getExpression
public DistributionExpression getExpression()
Gets the expression.
-
getTemporalOrder
public int getTemporalOrder()
Gets the temporal order of the distribution expression.
-
-