Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
Modifier and Type | Method and Description |
---|---|
static PositionedIncidentCondition |
HGQuery.hg.incidentAt(HGHandle target,
int position) |
static PositionedIncidentCondition |
HGQuery.hg.incidentAt(HGHandle target,
int lowerBound,
int upperBound) |
static PositionedIncidentCondition |
HGQuery.hg.incidentAt(Ref<HGHandle> target,
int position) |
static PositionedIncidentCondition |
HGQuery.hg.incidentAt(Ref<HGHandle> target,
Ref<Integer> lowerBound,
Ref<Integer> upperBound)
Return a condition constraining the query result set to links pointing to a target atom
positioned within a predetermined range in the link tuple.
|
static PositionedIncidentCondition |
HGQuery.hg.incidentNotAt(HGHandle target,
int position) |
static PositionedIncidentCondition |
HGQuery.hg.incidentNotAt(HGHandle target,
int lowerBound,
int upperBound) |
static PositionedIncidentCondition |
HGQuery.hg.incidentNotAt(Ref<HGHandle> target,
int position) |
static PositionedIncidentCondition |
HGQuery.hg.incidentNotAt(Ref<HGHandle> target,
Ref<Integer> lowerBound,
Ref<Integer> upperBound)
Same as {@link hg#incidentAt(Ref, Ref, Ref) except uses the complement of the specified range.
|
Copyright © 2015. All rights reserved.