Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.query.cond2qry |
Modifier and Type | Method and Description |
---|---|
static AtomTypeCondition |
HGQuery.hg.type(Class<?> clazz)
Return a
HGQueryCondition constraining the type of the result
to the type corresponding to the Java class clazz . |
static AtomTypeCondition |
HGQuery.hg.type(HGHandle typeHandle)
Return a
HGQueryCondition constraining the type of the result
to the type identified by typeHandle . |
static AtomTypeCondition |
HGQuery.hg.type(Ref<?> 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.
|
Copyright © 2015. All rights reserved.