Uses of Class
com.bayesserver.TemporalType
-
Packages that use TemporalType Package Description com.bayesserver -
-
Uses of TemporalType in com.bayesserver
Methods in com.bayesserver that return TemporalType Modifier and Type Method Description TemporalType
Node. getTemporalType()
TheTemporalType
of the node.static TemporalType
TemporalType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TemporalType[]
TemporalType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver with parameters of type TemporalType Modifier and Type Method Description void
Node. setTemporalType(TemporalType value)
TheTemporalType
of the node.
-