org.openflow.protocol
Interface Instantiable<E>


public interface Instantiable<E>

Author:
David Erickson (daviderickson@cs.stanford.edu)

Method Summary
 E instantiate()
          Create a new instance of a given subclass.
 

Method Detail

instantiate

E instantiate()
Create a new instance of a given subclass.

Returns:
the new instance.