org.apache.lenya.ac
Class World

java.lang.Object
  extended by org.apache.lenya.ac.World
All Implemented Interfaces:
java.io.Serializable, Accreditable, Identifiable

public final class World
extends java.lang.Object
implements Identifiable, java.io.Serializable

The world.

Version:
$Id: World.java 473841 2006-11-12 00:46:38Z gregor $
See Also:
Serialized Form

Method Summary
 Accreditable[] getAccreditables()
          Returns the set of accreditables of this accreditable.
static World getInstance()
          Returns the singleton world object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static World getInstance()
Returns the singleton world object.

Returns:
A world object.

getAccreditables

public Accreditable[] getAccreditables()
Description copied from interface: Accreditable
Returns the set of accreditables of this accreditable. The set contains the accreditable itself and all collections it belongs to.

Specified by:
getAccreditables in interface Accreditable
Returns:
An array of accreditables.
See Also:
Accreditable.getAccreditables()


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.