org.objectweb.fractal.explorer.context
Class ComponentTypeContext

java.lang.Object
  extended by org.objectweb.fractal.explorer.context.ComponentTypeContext
All Implemented Interfaces:
Serializable, org.objectweb.util.explorer.api.Context

public class ComponentTypeContext
extends Object
implements org.objectweb.util.explorer.api.Context

Wrapper on component type.

Version:
0.1
Author:
Jerome Moroy
See Also:
Serialized Form

Constructor Summary
ComponentTypeContext()
           
 
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
 

Constructor Detail

ComponentTypeContext

public ComponentTypeContext()
Method Detail

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.