All Packages Class Hierarchy This Package Previous Next Index
Class aid.util.assoc.Assoc
java.lang.Object
|
+----aid.util.assoc.Assoc
- public class Assoc
- extends Object
This classe gives a static facade to the association package
- Version:
- $Revision$, $Date$
- Author:
- M. Jaczynski
-
_cloner
-
-
_factory
-
-
Assoc()
-
-
getCloner()
- Returns the object responsible of cloning the association.
-
getFactory()
- gets the current association factory object
-
setCloner(AssocCloner)
- Sets the object responsible for cloning the associations.
-
setFactory(AssocFactory)
- sets the current association factory object
_cloner
protected static AssocCloner _cloner
_factory
protected static AssocFactory _factory
Assoc
public Assoc()
getFactory
public static AssocFactory getFactory()
- gets the current association factory object
setFactory
public static void setFactory(AssocFactory factory)
- sets the current association factory object
- Parameters:
- factory - the current association factory object [not null]
getCloner
public static AssocCloner getCloner()
- Returns the object responsible of cloning the association.
setCloner
public static void setCloner(AssocCloner cloner)
- Sets the object responsible for cloning the associations.
- Parameters:
- cloner - the object responsible cloning the associations.
All Packages Class Hierarchy This Package Previous Next Index