Package | Description |
---|---|
org.hypergraphdb.query | |
org.hypergraphdb.query.cond2qry | |
org.hypergraphdb.query.impl |
Modifier and Type | Class and Description |
---|---|
class |
AtomTypeCondition
An
AtomTypeCondition examines the type of a given atom
and evaluates to true or false depending on
whether the type of the atom matches exactly (i.e. |
class |
TypedValueCondition
This is a
HGQueryCondition that constrains the value of an
atom as well as its type. |
Modifier and Type | Method and Description |
---|---|
static Pair<AtomTypeCondition,TypeConditionAggregate> |
QEManip.reduce(HyperGraph graph,
Set<TypeCondition> bytype)
Return the one true type condition out of a conjunction of multiple
conditions that constrain by type in one way or another.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeConditionAggregate.watchTypeReference(TypeCondition tc) |
Copyright © 2015. All rights reserved.