org.objectweb.fractal.explorer.context
Class InterfaceWrapperContext

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

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

Version:
$Revision: 1.1 $
Author:
Romain Rouvoy
See Also:
Serialized Form

Constructor Summary
InterfaceWrapperContext()
           
 
Method Summary
 org.objectweb.util.explorer.api.Entry[] getEntries(Interface itf)
           
 org.objectweb.util.explorer.api.Entry[] getEntries(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceWrapperContext

public InterfaceWrapperContext()
Method Detail

getEntries

public org.objectweb.util.explorer.api.Entry[] getEntries(Interface itf)
Parameters:
itf -
Returns:
the list of entries.

getEntries

public org.objectweb.util.explorer.api.Entry[] getEntries(Object object)
Specified by:
getEntries in interface org.objectweb.util.explorer.api.Context