de.grogra.imp
Class MetaGraphDescriptor

java.lang.Object
  extended by de.grogra.imp.GraphDescriptor
      extended by de.grogra.imp.MetaGraphDescriptor
All Implemented Interfaces:
Manageable

public class MetaGraphDescriptor
extends GraphDescriptor


Nested Class Summary
static class MetaGraphDescriptor.Type
           
 
Field Summary
static MetaGraphDescriptor.Type $TYPE
           
 
Constructor Summary
MetaGraphDescriptor()
           
 
Method Summary
 Graph getGraph(View view)
          Returns the graph described by this descriptor, given the context view.
 ManageableType getManageableType()
           
 
Methods inherited from class de.grogra.imp.GraphDescriptor
fieldModified, getPathFor, getStamp, manageableReadResolve, manageableWriteReplace, substituteSelection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

$TYPE

public static final MetaGraphDescriptor.Type $TYPE
Constructor Detail

MetaGraphDescriptor

public MetaGraphDescriptor()
Method Detail

getGraph

public Graph getGraph(View view)
Description copied from class: GraphDescriptor
Returns the graph described by this descriptor, given the context view.

Specified by:
getGraph in class GraphDescriptor
Parameters:
view - the context for the graph
Returns:
graph corresponding to this descriptor

getManageableType

public ManageableType getManageableType()