Package aminePlatform.util

Interface Summary
AmineConstants Title : util.AmineConstants Interface Description : Interface that contains declarations of constants used by various classes of the Amine Platform.
AmineObject Title : util.AmineObject interface Description : AmineObject interface specifies some operations that are common to Amine objects.
BindingContext Title : util.BindingContext Interface Description : This interface concerns variable binding.
Matching Title : util.Matching interface Description : Matching interface specifies a set of matching operations that operates on Amine objects.
 

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.
 

Exception Summary
AmineObjectException Title : util.AmineObjectException Class Description: AmineObjectException Exception associated to the AmineObject interface Copyright: Copyright (c) Adil KABBAJ, 2004-2009