Uses of Class
com.bayesserver.CollectionAction
-
Packages that use CollectionAction Package Description com.bayesserver -
-
Uses of CollectionAction in com.bayesserver
Methods in com.bayesserver that return CollectionAction Modifier and Type Method Description static CollectionActionCollectionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static CollectionAction[]CollectionAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver with parameters of type CollectionAction Modifier and Type Method Description voidNetworkMonitor. linkCollectionChange(int index, Link add, Link remove, CollectionAction action, boolean complete)For internal use.voidNetworkMonitor. nodeCollectionChange(int index, Node add, Node remove, CollectionAction action, boolean complete)For internal use.voidNetworkMonitor. statesCollectionChange(Variable variable, int index, State add, State remove, CollectionAction action, boolean complete)For internal use.voidNetworkMonitor. variableCollectionChange(int index, Variable add, Variable remove, CollectionAction action, boolean complete)For internal use.
-