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 NodeGroupNodeGroup. copy()Makes a copy of this instance.NodeGroupNetworkNodeGroupCollection. get(int index)NodeGroupNetworkNodeGroupCollection. get(String name)Gets theNodeGroupwith the specified name, from the collection, or returns null if not found.NodeGroupNetworkNodeGroupCollection. remove(int index)NodeGroupNetworkNodeGroupCollection. set(int index, NodeGroup element)Methods in com.bayesserver with parameters of type NodeGroup Modifier and Type Method Description voidNetworkNodeGroupCollection. add(int index, NodeGroup element)NodeGroupNetworkNodeGroupCollection. set(int index, NodeGroup element)
-