Uses of Class
prefuse.data.tuple.TupleManager

Packages that use TupleManager
prefuse.data Table, Graph, and Tree data structures for organizing data. 
 

Uses of TupleManager in prefuse.data
 

Fields in prefuse.data declared as TupleManager
protected  TupleManager<E> Graph.m_edgeTuples
          TupleManager for managing Edge tuple instances
protected  TupleManager<N> Graph.m_nodeTuples
          TupleManager for managing Node tuple instances
protected  TupleManager<T> Table.m_tuples
          manager for tuples, which are object representations for rows
 

Methods in prefuse.data with parameters of type TupleManager
 void Table.setTupleManager(TupleManager<T> tm)
          Sets the TupleManager used by this Table.
 void SpanningTree.setTupleManagers(TupleManager<N> ntm, TupleManager<E> etm)
          Unsupported operation.
 void SpanningTree.setTupleManagers(TupleManager<N> ntm, TupleManager<E> etm)
          Unsupported operation.
 void Graph.setTupleManagers(TupleManager<N> ntm, TupleManager<E> etm)
          Set the tuple managers used to manage the Node and Edge tuples of this Graph.
 void Graph.setTupleManagers(TupleManager<N> ntm, TupleManager<E> etm)
          Set the tuple managers used to manage the Node and Edge tuples of this Graph.
 



Copyright © 2008 Regents of the University of California