public abstract class AllenFunction extends Abstract_Function
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Variable> |
listVar |
labelalreadyCalculated, alreadyCalculatedResults, listVariablesNeeded| Constructor and Description |
|---|
AllenFunction(java.util.List<Variable> listVar) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Variable> |
returnVariableUsed(java.util.List<Variable> listVariablesUsed)
This method return the variables that are used in the Abstract_Atom instance.
|
java.lang.String |
toString()
The goal here is to force the person who will implement a gdl instance to override the ToString method.
|
calculate, functionImplementation, getLabelprotected java.util.List<Variable> listVar
public AllenFunction(java.util.List<Variable> listVar)
public java.lang.String toString()
Abstract_AtomtoString in class Abstract_Atompublic java.util.List<Variable> returnVariableUsed(java.util.List<Variable> listVariablesUsed)
Abstract_AtomreturnVariableUsed in class Abstract_AtomlistVariablesUsed - The list of the variables used by the father is there is any