org.skife.lucene.graph
Class PropertyChain

java.lang.Object
  extended byorg.skife.lucene.graph.PropertyChain

class PropertyChain
extends java.lang.Object

Used to build root.property.property style fields


Constructor Summary
(package private) PropertyChain(NameMapper names, ValueMapper values)
           
 
Method Summary
(package private)  void clear()
           
(package private)  java.lang.Object peek()
          Look at the last instance passed in
(package private)  java.lang.Object pop()
           
(package private)  void reVisited(java.lang.Object current)
          Called when an instance is found additional times in a cyclic graph
(package private)  void visited(java.lang.Object current, org.apache.lucene.document.Document doc)
          Called the first time an entity is found
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyChain

PropertyChain(NameMapper names,
              ValueMapper values)
Method Detail

visited

void visited(java.lang.Object current,
             org.apache.lucene.document.Document doc)
Called the first time an entity is found


reVisited

void reVisited(java.lang.Object current)
Called when an instance is found additional times in a cyclic graph


peek

java.lang.Object peek()
Look at the last instance passed in


pop

java.lang.Object pop()

clear

void clear()


Copyright © 2004 Brian McCallister. All Rights Reserved.