public class GDL
extends java.lang.Object
| Constructor and Description |
|---|
GDL(Abstract_CommutativeSemiring semiRing)
This method is the constructor of this class
|
| Modifier and Type | Method and Description |
|---|---|
void |
GDL_Run()
This method is the big method which contain the basic algorithm of the GDL.
|
ListLocalDomainAndLocalKernel |
getListLocalDomainAndLocalKernel()
This is the getter on the list of local kernel and domain
|
void |
setListLocalDomainAndLocalKernel(ListLocalDomainAndLocalKernel ListLocalDomainAndLocalKernel)
This is the setter on the list of local kernel and domain
|
void |
setNbVariable(int nbVariable)
This is the setter for the number of variables present in all the local domains
|
public GDL(Abstract_CommutativeSemiring semiRing)
semiRing - the semi ring on which the algorithm will be held.public void GDL_Run()
public ListLocalDomainAndLocalKernel getListLocalDomainAndLocalKernel()
public void setListLocalDomainAndLocalKernel(ListLocalDomainAndLocalKernel ListLocalDomainAndLocalKernel)
ListLocalDomainAndLocalKernel - a list of all the local domain and kernelpublic void setNbVariable(int nbVariable)
nbVariable - the number of variables