graphlab.gui.plugins.metrics.core.extension.edge
Class EdgeMetrExtensionHandler

java.lang.Object
  extended by graphlab.gui.plugins.metrics.core.extension.edge.EdgeMetrExtensionHandler
All Implemented Interfaces:
ExtensionHandler

public class EdgeMetrExtensionHandler
extends java.lang.Object
implements ExtensionHandler

Author:
azin azadi

Constructor Summary
EdgeMetrExtensionHandler()
           
 
Method Summary
 AbstractAction Handle(BlackBoard b, java.lang.Class clazz)
          tries to handle the given clazz az a known simple plug in,...
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeMetrExtensionHandler

public EdgeMetrExtensionHandler()
Method Detail

Handle

public AbstractAction Handle(BlackBoard b,
                             java.lang.Class clazz)
Description copied from interface: ExtensionHandler
tries to handle the given clazz az a known simple plug in,... SimplePlugins are interfaces that can be sandwiched in an AbstractAction Automatically, there is options for generating menus automatically after loading it

Specified by:
Handle in interface ExtensionHandler
Parameters:
b - the blackboard as the environment...
clazz - the class of which we want to create the AbstractAction from
Returns:
true if it was a valid case and the operation was successfull, null if it was not a valid case