public class HGSubsumes extends HGPlainLink
The HGSubsumes
link represents a subsumes relationship between
two atoms, either declared, or inferred by HyperGraph. Generally, such a relationship
will exist between type atoms (i.e. instance of HGAtomType
). One can
explicitly create such a link, for instance to declare a subtyping relationship
between types. HyperGraph is also allowed to create such links as part of query
processing or other activities.
outgoingSet
Constructor and Description |
---|
HGSubsumes(HGHandle[] link) |
HGSubsumes(HGHandle general,
HGHandle specific) |
Modifier and Type | Method and Description |
---|---|
HGHandle |
getGeneral() |
HGHandle |
getSpecific() |
java.lang.String |
toString() |
getArity, getTargetAt, iterator, notifyTargetHandleUpdate, notifyTargetRemoved, toStringHdlArr
public HGSubsumes(HGHandle[] link)
public HGHandle getGeneral()
public HGHandle getSpecific()
public java.lang.String toString()
toString
in class HGPlainLink