Neo4j

org.neo4j.graphmatching.filter
Interface FilterValueGetter


Deprecated.

@Deprecated
public interface FilterValueGetter

A hook for getting values from a node (Neo4j node) represented by a PatternNode with a certain label.


Method Summary
 Object[] getValues(String label)
          Deprecated. Returns an array of values.
 

Method Detail

getValues

Object[] getValues(String label)
Deprecated. 
Returns an array of values.

Parameters:
label - the PatternNode label.
Returns:
an array of values.

Neo4j

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.