- directJunctionTree(JunctionTreeCell) - Static method in class GDL.GraphManipulation
-
In the case of the single vertex problem the tree must be directed toward one vertex in order to allow the message passing algorithm to works.
- DISPLAY - Class in Environment
-
This class contain static fields and methods.
- DISPLAY() - Constructor for class Environment.DISPLAY
-
- DISPLAY_MODE_ON - Static variable in class Environment.DISPLAY
-
This static field is use to switch between a display and non display mode.
- DISPLAY_RESULT_MODE_ON - Static variable in class Environment.DISPLAY
-
This static field is use to display or not the result.
- doAddition(Abstract_Atom, Abstract_Atom) - Method in class Abstract.Abstract_CommutativeSemiring
-
This method do the addition using the commutative monoid addition between two Abstract_Atom
- doAdditionOnSet(List<Variable>, Abstract_Atom) - Method in class Abstract.Abstract_CommutativeSemiring
-
This method do the addition using the addition commutative monoid of an atom over specific set of variables
- doAdditionOperation(Object, Object) - Method in class Abstract.Abstract_CommutativeSemiring
-
This method do the addition using the addition commutative monoid between two objects
- doMultiplication(Abstract_Atom, Abstract_Atom) - Method in class Abstract.Abstract_CommutativeSemiring
-
This method do the addition using the multiplication commutative monoid between two Abstract_Atom
- doMultiplicationOnSet(List<Variable>, Abstract_Atom) - Method in class Abstract.Abstract_CommutativeSemiring
-
This method do the multiplication using the multiplication commutative monoid of an atom over specific set of variables
- doMultiplicationOperation(Object, Object) - Method in class Abstract.Abstract_CommutativeSemiring
-
This method do the multiplication using the multiplication commutative monoid between two objects
- done - Variable in class Util_Graph.VertexToLocalDomain
-