Uses of Class
com.bayesserver.learning.structure.LinkConstraintMethod
-
Packages that use LinkConstraintMethod Package Description com.bayesserver.learning.structure -
-
Uses of LinkConstraintMethod in com.bayesserver.learning.structure
Methods in com.bayesserver.learning.structure that return LinkConstraintMethod Modifier and Type Method Description LinkConstraintMethod
LinkConstraint. getMethod()
Gets the method used to constrain nodesLinkConstraint.getA()
andLinkConstraint.getB()
.static LinkConstraintMethod
LinkConstraintMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static LinkConstraintMethod[]
LinkConstraintMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.bayesserver.learning.structure with parameters of type LinkConstraintMethod Constructor Description LinkConstraint(Node a, Node b, LinkConstraintMethod method, LinkConstraintFailureMode failureMode)
Initializes a new instance of theLinkConstraint
class.LinkConstraint(Node a, Node b, Integer temporalOrder, LinkConstraintMethod method, LinkConstraintFailureMode failureMode)
Initializes a new instance of theLinkConstraint
class.
-