|
Class Summary |
| AmineBoolean |
Title : util.AmineBoolean Class
Description : like Boolean, AmineBoolean is a Wrapper class for boolean value,
but unlike Boolean, the value of an AmineBoolean object can be modified; the value is muable,
that is why this class implements the Muable interface. |
| AmineDouble |
Title : util.AmineDouble Class
Description : like Double, AmineDouble is a Wrapper class for double value,
but unlike Double, the value of an AmineDouble object can be modified; the value is muable,
that is why this class implements the Muable interface. |
| AmineInteger |
Title : util.AmineInteger Class
Description : like Integer, AmineInteger is a Wrapper class for int value,
but unlike Integer, the value of an AmineInteger object can be modified; the value is muable,
that is why this class implements the Muable interface. |
| AmineList |
Title : util.AmineList Class
Description : AmineList is a specialization of ArrayList and implements the
List structure (as used in Prolog-like language). |
| AmineObjects |
Title : util.AmineObjects Class
Description : AmineObjects class concerns aspects that are common to all the
Amine data structures. |
| AmineSet |
Title : util.AmineSet Class
Description : Class AmineSet is a specialization of HashSet : Like a Set,
no order is applied on the elements of an AmineSet object. |
| AmineThread |
Title : util.AmineThread Class
Description: AmineThread extends Thread to offer a secure definition
of suspend and resume methods
Copyright: Copyright (c) Adil KABBAJ, 2004-2009 |
| ObjectWithBindInf |
Titre : util.ObjectWithBindInf Class
Description : ObjectWithBindInf is used to record an object with its binding information.
|
| Term |
Title : util.Term Class
Description : Term extends AmineList and implements the Term structure.
|
| Variable |
Title : util.Variable Class
Description : a Variable is an identifier that represents a variable.
|
| VarListConstructor |
Title : util.VarListConstructor Class
Description : VarListConstructor is a Variable that is used after the
list constructor in an AmineList. |