org.objectweb.fractal.explorer.info
Class InterfaceInfo
java.lang.Object
org.objectweb.fractal.explorer.info.InterfaceInfo
- All Implemented Interfaces:
- org.objectweb.util.explorer.api.Info
- Direct Known Subclasses:
- StubInfo
public class InterfaceInfo
- extends Object
- implements org.objectweb.util.explorer.api.Info
Provides the signature of the interface.
- Version:
- 0.1
- Author:
- Jerome Moroy
Method Summary |
String |
getInfo(org.objectweb.util.explorer.api.TreeView treeView)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceInfo
public InterfaceInfo()
getInfo
public String getInfo(org.objectweb.util.explorer.api.TreeView treeView)
- Specified by:
getInfo
in interface org.objectweb.util.explorer.api.Info
- See Also:
Info.getInfo(org.objectweb.util.explorer.api.TreeView)