public class LocalDomainExtended extends LocalDomain
extended, listVariable| Constructor and Description |
|---|
LocalDomainExtended()
The constructor which initialize all the ArrayList and set the default
value to the others fields
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListVariablesExtended(java.util.ArrayList<Variable> variables) |
void |
addListVariablesExtended(Variable variables) |
java.util.ArrayList<Variable> |
getListVariableExtended()
GETTERS AND SETTERS
|
java.util.ArrayList<java.lang.String> |
getlocalDomainExtendedLabel()
This method return a list of all the variable name present in the list of
Variable instead of returning the 'Variable' object itself
|
boolean |
includeLocalDomain(LocalDomain localDomain)
This method is here to see if a local domain is include in the present
local domain extended
|
boolean |
isAssociated() |
void |
setAssociated(boolean associated) |
void |
setListVariableExtended(java.util.ArrayList<Variable> listVariableExtended) |
addVariable, getListVariables, getlocalDomainLabel, getVariableExtentedOrNormal, isExtended, setExtended, setListVariablepublic LocalDomainExtended()
public java.util.ArrayList<Variable> getListVariableExtended()
public void setListVariableExtended(java.util.ArrayList<Variable> listVariableExtended)
public boolean isAssociated()
public void setAssociated(boolean associated)
public void addListVariablesExtended(java.util.ArrayList<Variable> variables)
public void addListVariablesExtended(Variable variables)
public boolean includeLocalDomain(LocalDomain localDomain)
public java.util.ArrayList<java.lang.String> getlocalDomainExtendedLabel()