Uses of Class
com.bayesserver.NodeLinkCollection
-
Packages that use NodeLinkCollection Package Description com.bayesserver -
-
Uses of NodeLinkCollection in com.bayesserver
Methods in com.bayesserver that return NodeLinkCollection Modifier and Type Method Description NodeLinkCollection
Node. getLinks()
Collection of both incoming and outgoing links (parent and child nodes).NodeLinkCollection
Node. getLinksIn()
Collection of incoming links (linking to parent nodes).NodeLinkCollection
Node. getLinksOut()
Collection of outgoing links (linking to child nodes).
-