Class SubGraphDescriptor

java.lang.Object
de.grogra.imp.GraphDescriptor
de.grogra.graph.object.sg.impl.SubGraphDescriptor
All Implemented Interfaces:
Manageable

public class SubGraphDescriptor extends GraphDescriptor
  • Field Details

  • Constructor Details

    • SubGraphDescriptor

      public SubGraphDescriptor()
  • Method Details

    • 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()