org.neo4j.graphmatching.filter
Interface FilterValueGetter
public interface FilterValueGetter
A hook for getting values from a node (Neo4j node) represented by
a PatternNode with a certain label.
|
Method Summary |
java.lang.Object[] |
getValues(java.lang.String label)
Returns an array of values. |
getValues
java.lang.Object[] getValues(java.lang.String label)
- Returns an array of values.
- Parameters:
label - the PatternNode label.
- Returns:
- an array of values.
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.