public interface NetworkMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
distributionChanged(Node node,
NodeDistributionKey key,
NodeDistributionKind kind,
Distribution newDistribution,
Distribution oldDistribution)
For internal use.
|
void |
linkCollectionChange(int index,
Link add,
Link remove,
CollectionAction action,
boolean complete)
For internal use.
|
void |
nodeCollectionChange(int index,
Node add,
Node remove,
CollectionAction action,
boolean complete)
For internal use.
|
void |
noisyNodeTypeChanged(Node node,
NoisyType newNoisyType,
NoisyType oldNoisyType)
For internal use.
|
void |
noisyOrderChanged(Link link,
NoisyOrder newNoisyOrder,
NoisyOrder oldNoisyOrder)
For internal use.
|
void |
statesCollectionChange(Variable variable,
int index,
State add,
State remove,
CollectionAction action,
boolean complete)
For internal use.
|
void |
variableCollectionChange(int index,
Variable add,
Variable remove,
CollectionAction action,
boolean complete)
For internal use.
|
void nodeCollectionChange(int index,
Node add,
Node remove,
CollectionAction action,
boolean complete)
index - add - remove - action - complete - void variableCollectionChange(int index,
Variable add,
Variable remove,
CollectionAction action,
boolean complete)
index - add - remove - action - complete - void linkCollectionChange(int index,
Link add,
Link remove,
CollectionAction action,
boolean complete)
index - add - remove - action - complete - void statesCollectionChange(Variable variable, int index, State add, State remove, CollectionAction action, boolean complete)
variable - index - add - remove - action - complete - void distributionChanged(Node node, NodeDistributionKey key, NodeDistributionKind kind, Distribution newDistribution, Distribution oldDistribution)
node - key - kind - newDistribution - oldDistribution - void noisyNodeTypeChanged(Node node, NoisyType newNoisyType, NoisyType oldNoisyType)
node - newNoisyType - The new noisy node typeoldNoisyType - The old noisy node typevoid noisyOrderChanged(Link link, NoisyOrder newNoisyOrder, NoisyOrder oldNoisyOrder)
link - newNoisyOrder - The new noisy orderoldNoisyOrder - The old noisy orderCopyright © 2021. All rights reserved.