Uses of Class
com.bayesserver.NodeGroup
-
Packages that use NodeGroup Package Description com.bayesserver -
-
Uses of NodeGroup in com.bayesserver
Methods in com.bayesserver that return NodeGroup Modifier and Type Method Description NodeGroup
NodeGroup. copy()
Makes a copy of this instance.NodeGroup
NetworkNodeGroupCollection. get(int index)
NodeGroup
NetworkNodeGroupCollection. get(String name)
Gets theNodeGroup
with the specified name, from the collection, or returns null if not found.NodeGroup
NetworkNodeGroupCollection. remove(int index)
NodeGroup
NetworkNodeGroupCollection. set(int index, NodeGroup element)
Methods in com.bayesserver with parameters of type NodeGroup Modifier and Type Method Description void
NetworkNodeGroupCollection. add(int index, NodeGroup element)
NodeGroup
NetworkNodeGroupCollection. set(int index, NodeGroup element)
-