org.jrdf.graph.global.index
Class POSMoleculeIndexMem

java.lang.Object
  extended by org.jrdf.graph.global.index.AbstractMoleculeIndexMem
      extended by org.jrdf.graph.global.index.POSMoleculeIndexMem
All Implemented Interfaces:
Serializable, MoleculeIndex

public class POSMoleculeIndexMem
extends AbstractMoleculeIndexMem

See Also:
Serialized Form

Constructor Summary
POSMoleculeIndexMem()
           
POSMoleculeIndexMem(Map<Node,Map<Node,Map<Node,Molecule>>> newIndex)
           
 
Method Summary
protected  Node[] getNodes(Triple triple)
           
 
Methods inherited from class org.jrdf.graph.global.index.AbstractMoleculeIndexMem
add, clear, contains, getMolecule, getNumberOfMolecules, getNumberOfTriples, getSubIndex, keySetIterator, remove, remove, remove, removeSubIndex, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

POSMoleculeIndexMem

public POSMoleculeIndexMem()

POSMoleculeIndexMem

public POSMoleculeIndexMem(Map<Node,Map<Node,Map<Node,Molecule>>> newIndex)
Method Detail

getNodes

protected Node[] getNodes(Triple triple)
Specified by:
getNodes in class AbstractMoleculeIndexMem