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

Variable Index

 o _cloner
 o _factory

Constructor Index

 o Assoc()

Method Index

 o getCloner()
Returns the object responsible of cloning the association.
 o getFactory()
gets the current association factory object
 o setCloner(AssocCloner)
Sets the object responsible for cloning the associations.
 o setFactory(AssocFactory)
sets the current association factory object

Variables

 o _cloner
 protected static AssocCloner _cloner
 o _factory
 protected static AssocFactory _factory

Constructors

 o Assoc
 public Assoc()

Methods

 o getFactory
 public static AssocFactory getFactory()
gets the current association factory object

 o setFactory
 public static void setFactory(AssocFactory factory)
sets the current association factory object

Parameters:
factory - the current association factory object [not null]
 o getCloner
 public static AssocCloner getCloner()
Returns the object responsible of cloning the association.

 o 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