Package com.bayesserver
Class UnrollOutput.NodeTime
- java.lang.Object
-
- com.bayesserver.UnrollOutput.NodeTime
-
- Enclosing class:
- UnrollOutput
public static final class UnrollOutput.NodeTime extends Object
Identifies a node and related time.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
getNode()
Gets the node.Integer
getTime()
Gets the time of the node, or null if a time is not appropriate for the temporal type of the node.
-