public class ListLocalDomainAndLocalKernel
extends java.lang.Object
| Constructor and Description |
|---|
ListLocalDomainAndLocalKernel()
The contructor initialize the ArrayList
|
| Modifier and Type | Method and Description |
|---|---|
void |
addOneLdAndLk(LdAndLk oneLdAndLk)
GETTERS AND SETTERS
|
java.util.ArrayList<LdAndLk> |
get() |
java.util.ArrayList<java.util.ArrayList<Variable>> |
getListLocalDomainVariable()
This function return a list of list of String.
|
java.util.ArrayList<java.lang.String> |
getListLocalKernelLabel()
This function return a list of String each containing a label of one local
kernel.
|
LocalDomain |
getLocalDomainByIdentificator(int id)
This function search for a local domain using the unique id which is
associated with every couple
|
LocalKernel |
getLocalKernelByIdentificator(int id)
This function search for a localKernel using the unique id which is
associated with every couple
|
public ListLocalDomainAndLocalKernel()
public void addOneLdAndLk(LdAndLk oneLdAndLk)
public java.util.ArrayList<LdAndLk> get()
public java.util.ArrayList<java.lang.String> getListLocalKernelLabel()
public java.util.ArrayList<java.util.ArrayList<Variable>> getListLocalDomainVariable()
public LocalKernel getLocalKernelByIdentificator(int id)
id - the id which identify a couple of local domain and local kernelpublic LocalDomain getLocalDomainByIdentificator(int id)
id - the id which identify a couple of local domain and local kernel