wt.iba.definition
Class AttributeDefinizerObjectLocator

java.lang.Object
  extended bywt.iba.definition.AttributeDefinizerObjectLocator
All Implemented Interfaces:
ObjectLocator

public class AttributeDefinizerObjectLocator
extends Object
implements ObjectLocator


Constructor Summary
AttributeDefinizerObjectLocator()
           
 
Method Summary
private  Vector getOrganizers()
           
 Object locate(String identifier)
          Locates an object via the supplied identifier string.
private  Vector sortOrganizers(Vector rootOrg, Vector v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDefinizerObjectLocator

public AttributeDefinizerObjectLocator()
Method Detail

locate

public Object locate(String identifier)
Description copied from interface: ObjectLocator
Locates an object via the supplied identifier string.

Supported API: false

Specified by:
locate in interface ObjectLocator
Parameters:
identifier -
Returns:
Object

getOrganizers

private Vector getOrganizers()

sortOrganizers

private Vector sortOrganizers(Vector rootOrg,
                              Vector v)