| java.lang.Object org.garret.rdf.Range
Range | public class Range (Code) | | Class used to represent range of property values for search queries
|
Constructor Summary | |
public | Range(Object from, boolean fromInclusive, Object till, boolean tillInclusive) |
fromInclusive | final public boolean fromInclusive(Code) | | Whether low boundary is inclusive or exclusive
|
tillInclusive | final public boolean tillInclusive(Code) | | Whether high boundary is inclusive or exclusive
|
Range | public Range(Object from, boolean fromInclusive, Object till, boolean tillInclusive)(Code) | | Range constructor
Parameters: from - low boundary Parameters: fromInclusive - is low boundary inclusive or exclusive Parameters: till - high boundary Parameters: tillInclusive - is high boundary inclusive or exclusive |
|
|