org.objectweb.fractal.explorer.context
Class ArchitectRootContext

java.lang.Object
  extended by org.objectweb.fractal.explorer.context.ArchitectRootContext
All Implemented Interfaces:
org.objectweb.util.explorer.api.RootContext

public class ArchitectRootContext
extends Object
implements org.objectweb.util.explorer.api.RootContext

The context adds features to manage Fractal application such as the fractal factory. This factory allows one to create new instance of fractal definition.

Version:
0.1
Author:
Jerome Moroy

Field Summary
protected static org.objectweb.util.explorer.core.common.api.ContextContainer cc_
          context container for the root node.
 
Constructor Summary
ArchitectRootContext()
           
 
Method Summary
 org.objectweb.util.explorer.api.RootEntry[] getEntries()
          Returns an array containing the entries contained by the target context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cc_

protected static org.objectweb.util.explorer.core.common.api.ContextContainer cc_
context container for the root node.

Constructor Detail

ArchitectRootContext

public ArchitectRootContext()
Method Detail

getEntries

public org.objectweb.util.explorer.api.RootEntry[] getEntries()
Returns an array containing the entries contained by the target context.

Specified by:
getEntries in interface org.objectweb.util.explorer.api.RootContext
Returns:
A new array of entry.