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() |
String |
toString() |
getArity, getTargetAt, iterator, notifyTargetHandleUpdate, notifyTargetRemoved, toStringHdlArr
Copyright © 2015. All rights reserved.