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