org.objectweb.fractal.explorer.context
Class SuperControllerContext
java.lang.Object
org.objectweb.fractal.explorer.context.SuperControllerContext
- All Implemented Interfaces:
- Serializable, org.objectweb.util.explorer.api.Context
public class SuperControllerContext
- extends Object
- implements org.objectweb.util.explorer.api.Context
SuperController interface navigation context.
- Version:
- 0.1
- Author:
- Romain Rouvoy
- See Also:
- Serialized Form
Method Summary |
org.objectweb.util.explorer.api.Entry[] |
getEntries(Object object)
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 |
SuperControllerContext
public SuperControllerContext()
getEntries
public org.objectweb.util.explorer.api.Entry[] getEntries(Object object)
- Returns an array containing the entries contained by the target context.
- Specified by:
getEntries
in interface org.objectweb.util.explorer.api.Context
- Returns:
- A new array of entry.