Uses of Interface
org.hypergraphdb.HGLink

Packages that use HGLink
org.hypergraphdb Welcome to HyperGraphDB 
org.hypergraphdb.atom   
org.hypergraphdb.query.impl   
org.hypergraphdb.type   
org.hypergraphdb.util   
 

Uses of HGLink in org.hypergraphdb
 

Classes in org.hypergraphdb that implement HGLink
 class HGPlainLink
           A default HGLink implementation provided by hypergraph.
 class HGValueLink
           HGValueLink is a HGLink that can hold an arbitrary object as payload.
 

Methods in org.hypergraphdb that return types with arguments of type HGLink
static Mapping<HGLink,HGHandle> HGQuery.hg.linkProjection(int targetPosition)
           
 

Methods in org.hypergraphdb with parameters of type HGLink
 void HyperGraph.define(HGPersistentHandle atomHandle, HGHandle typeHandle, HGHandle valueHandle, HGLink outgoingSet, java.lang.Object instance)
           Put an existing atom into this HyperGraph instance.
 

Uses of HGLink in org.hypergraphdb.atom
 

Classes in org.hypergraphdb.atom that implement HGLink
 class AtomProjection
           This link represents a relationship between a composite type and one of its projections.
 class HGBergeLink
           A HGBergeLink represent a hyperarc or hyperedge in the mathematical theory of hypergraphs.
 class HGRel
           Represents a name relationship/link between entities.
 class HGRelType
           Represents the type a "semantic" relationship.
 class HGSubsumes
           The HGSubsumes link represents a subsumes relationship between two atoms, either declared, or inferred by HyperGraph.
 

Uses of HGLink in org.hypergraphdb.query.impl
 

Methods in org.hypergraphdb.query.impl with parameters of type HGLink
 HGHandle LinkProjectionMapping.eval(HGLink x)
           
 

Constructors in org.hypergraphdb.query.impl with parameters of type HGLink
LinkTargetsResultSet(HGLink l)
           
 

Uses of HGLink in org.hypergraphdb.type
 

Classes in org.hypergraphdb.type that implement HGLink
 class LinkRecord
           This class represents a generic implementation of a record that is also a HGLink.
 

Uses of HGLink in org.hypergraphdb.util
 

Classes in org.hypergraphdb.util that implement HGLink
 class TempLink
           This class represents a simple, temporary link used during various query and graph traversal activities.
 

Methods in org.hypergraphdb.util with parameters of type HGLink
static HGHandle[] HGUtils.toHandleArray(HGLink link)