- Abstract - package Abstract
-
- Abstract_Atom - Class in Abstract
-
In math a basic operation ( ie : multiplication) is composed of one operation and two atoms that are the two members of the operation.
- Abstract_Atom() - Constructor for class Abstract.Abstract_Atom
-
- Abstract_CommutativeMonoid - Class in Abstract
-
In math a commutative monoid is the association of a set K and an operation.
- Abstract_CommutativeMonoid() - Constructor for class Abstract.Abstract_CommutativeMonoid
-
- Abstract_CommutativeSemiring - Class in Abstract
-
In math a commutative semi-ring is a set K together with two binary operations called "+" and "
- Abstract_CommutativeSemiring() - Constructor for class Abstract.Abstract_CommutativeSemiring
-
- Abstract_Function - Class in Abstract
-
In math a function is a combination of operations over variable.
- Abstract_Function() - Constructor for class Abstract.Abstract_Function
-
- Abstract_Operation - Class in Abstract
-
This class is a pattern for all the instantiated Operations ( ie : addition, multiplication, comparison ..... )
By extending this class an operation will be able to fit in the library, and so perform the calculation as part of a monoid
In the GDL context this class is used as definition for the operations computed in the monoid.
- Abstract_Operation() - Constructor for class Abstract.Abstract_Operation
-
- Abstract_SetK - Class in Abstract
-
This class represent a mathematical set.
- Abstract_SetK() - Constructor for class Abstract.Abstract_SetK
-
- addChild(InformationsOnCell) - Method in class Util_Graph.JunctionTreeCell
-
- addEdge(Edge) - Method in class Util_Graph.Graph
-
This method is used to add more simply one edge to the graph
- Addition - Class in Implemented_Operation
-
This class is an implementation of an operation.
- Addition(Abstract_Atom, Abstract_Atom) - Constructor for class Implemented_Operation.Addition
-
- additionMonoid - Variable in class Abstract.Abstract_CommutativeSemiring
-
This field contain the addition monoid ( see definition of the class and the class Abstract_CommutativeMonoid for more information )
- additionOn - Variable in class Implemented_Operation.GenericAdditionOperationOnSet
-
- additionOn - Variable in class Implemented_Operation.OrOperationOnSet
-
- additionVariables - Variable in class Implemented_Operation.GenericAdditionOperationOnSet
-
- additionVariables - Variable in class Implemented_Operation.OrOperationOnSet
-
- addLdAndLk(LdAndLk) - Method in class Util_Graph.VertexToLocalDomain
-
- addLeavesV2(Graph) - Static method in class GDL.GraphManipulation
-
After that the triangulation of the moral graph have been performed and a tree which have the cliques of the triangulated moral
graph as node have been created, the GDL algorithm state that the old local domain must now been add to the created tree.
- addListOfResultParameter(List<List<Parameter>>) - Static method in class Environment.ENVIRONMENT
-
This method add a list of parameter to the existing list
- addListResults(List<Object>) - Static method in class Environment.ENVIRONMENT
-
This method add a list of result to the list of list of result
- addListVariablesExtended(ArrayList<Variable>) - Method in class Util_Math.LocalDomainExtended
-
- addListVariablesExtended(Variable) - Method in class Util_Math.LocalDomainExtended
-
- addMessage(Message) - Method in class Util_Graph.JunctionTreeCell
-
- addNeighbor(MoralGraphCell) - Method in class Util_Graph.MoralGraphCell
-
This method allow to add a neighbor to the cell.
- addOneLdAndLk(LdAndLk) - Method in class Util_Math.ListLocalDomainAndLocalKernel
-
GETTERS AND SETTERS
- AddTenVar - Class in Implemented_Function
-
This class is an implementation of a function.
- AddTenVar(Variable, Variable, Variable, Variable, Variable, Variable, Variable, Variable, Variable, Variable) - Constructor for class Implemented_Function.AddTenVar
-
- AddThreeVar - Class in Implemented_Function
-
This class is an implementation of a function.
- AddThreeVar(Variable, Variable, Variable) - Constructor for class Implemented_Function.AddThreeVar
-
- addVariable(Variable) - Method in class Util_Graph.Edge
-
When the weight is increase this method should be used in order to had the new variable in common in order to not add it a second times.
- addVariable(Variable) - Method in class Util_Math.LocalDomain
-
This method allow to directly add a variable to the variable list of the
current local domain
- addVariableInCell(Variable) - Method in class Util_Graph.MoralGraphCell
-
- addVertex(Vertex) - Method in class Util_Graph.Graph
-
This method is used to add more simply one vertex to the graph
- AllenComposition - Class in Implemented_Operation
-
This class is an implementation of an operation.
- AllenComposition(Abstract_Atom, Abstract_Atom) - Constructor for class Implemented_Operation.AllenComposition
-
- AllenFact - Class in Implemented_SetK
-
This class is an implementation of a set.
- AllenFact(String[]) - Constructor for class Implemented_SetK.AllenFact
-
- AllenFunction - Class in Implemented_Function
-
This class is an implementation of a function.
- AllenFunction(List<Variable>) - Constructor for class Implemented_Function.AllenFunction
-
- AllenMonoid - Class in Implemented_Monoid
-
This class is an implementation of a monoid.
- AllenMonoid() - Constructor for class Implemented_Monoid.AllenMonoid
-
- alreadyCalculated - Variable in class Abstract.Abstract_Atom
-
This field is use to spare unnecessary calculations.
- alreadyCalculatedResults - Variable in class Abstract.Abstract_Atom
-
This field is use to spare unnecessary calculations.
- AND - Class in Implemented_Operation
-
This class is an implementation of an operation.
- AND(Abstract_Atom, Abstract_Atom) - Constructor for class Implemented_Operation.AND
-
- ANDMonoid - Class in Implemented_Monoid
-
This class is an implementation of a monoid.
- ANDMonoid() - Constructor for class Implemented_Monoid.ANDMonoid
-
- ANDMorgan - Class in Implemented_Operation
-
This class is an implementation of an operation.
- ANDMorgan(Abstract_Atom, Abstract_Atom) - Constructor for class Implemented_Operation.ANDMorgan
-
- ANDMorganMonoid - Class in Implemented_Monoid
-
This class is an implementation of a monoid.
- ANDMorganMonoid() - Constructor for class Implemented_Monoid.ANDMorganMonoid
-
- atom1 - Variable in class Implemented_Operation.Addition
-
- atom1 - Variable in class Implemented_Operation.AllenComposition
-
- atom1 - Variable in class Implemented_Operation.AND
-
- atom1 - Variable in class Implemented_Operation.ANDMorgan
-
- atom1 - Variable in class Implemented_Operation.Multiplication
-
- atom1 - Variable in class Implemented_Operation.OR
-
- atom1 - Variable in class Implemented_Operation.ORAllen
-
- atom1 - Variable in class Implemented_Operation.ORmorgan
-
- atom2 - Variable in class Implemented_Operation.Addition
-
- atom2 - Variable in class Implemented_Operation.AllenComposition
-
- atom2 - Variable in class Implemented_Operation.AND
-
- atom2 - Variable in class Implemented_Operation.ANDMorgan
-
- atom2 - Variable in class Implemented_Operation.Multiplication
-
- atom2 - Variable in class Implemented_Operation.OR
-
- atom2 - Variable in class Implemented_Operation.ORAllen
-
- atom2 - Variable in class Implemented_Operation.ORmorgan
-