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 CollectionAction
CollectionAction. 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 void
NetworkMonitor. linkCollectionChange(int index, Link add, Link remove, CollectionAction action, boolean complete)
For internal use.void
NetworkMonitor. nodeCollectionChange(int index, Node add, Node remove, CollectionAction action, boolean complete)
For internal use.void
NetworkMonitor. statesCollectionChange(Variable variable, int index, State add, State remove, CollectionAction action, boolean complete)
For internal use.void
NetworkMonitor. variableCollectionChange(int index, Variable add, Variable remove, CollectionAction action, boolean complete)
For internal use.
-