org.objectweb.fractal.explorer.context
Class ArchitectRootContext
java.lang.Object
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. |
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 |
cc_
protected static org.objectweb.util.explorer.core.common.api.ContextContainer cc_
- context container for the root node.
ArchitectRootContext
public ArchitectRootContext()
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.