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 NodeLinkCollectionNode. getLinks()Collection of both incoming and outgoing links (parent and child nodes).NodeLinkCollectionNode. getLinksIn()Collection of incoming links (linking to parent nodes).NodeLinkCollectionNode. getLinksOut()Collection of outgoing links (linking to child nodes).
-