org.reco4j.graph.neo4j.filter
Class Neo4JPostFilter

java.lang.Object
  extended by org.reco4j.graph.neo4j.filter.Neo4JPostFilter
All Implemented Interfaces:
org.reco4j.filter.IPostFilter

public class Neo4JPostFilter
extends Object
implements org.reco4j.filter.IPostFilter

Author:
Alessandro Negro

Constructor Summary
Neo4JPostFilter()
           
 
Method Summary
 ConcurrentHashMap<Long,org.reco4j.graph.INode> getItemNodesMap()
           
 void setGraph(org.reco4j.graph.IGraph graph)
           
 void setItemsQuery(String itemsQuery)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neo4JPostFilter

public Neo4JPostFilter()
Method Detail

setGraph

public void setGraph(org.reco4j.graph.IGraph graph)
Specified by:
setGraph in interface org.reco4j.filter.IPostFilter

getItemNodesMap

public ConcurrentHashMap<Long,org.reco4j.graph.INode> getItemNodesMap()
Specified by:
getItemNodesMap in interface org.reco4j.filter.IPostFilter

setItemsQuery

public void setItemsQuery(String itemsQuery)


Copyright © 2013. All Rights Reserved.