boolean |
NodeDistributions.canUpdate(NodeDistributionKey key,
NodeDistributionKind kind) |
Determines whether the distribution at the specified temporal order can be updated.
|
void |
NetworkMonitor.distributionChanged(Node node,
NodeDistributionKey key,
NodeDistributionKind kind,
Distribution newDistribution,
Distribution oldDistribution) |
For internal use.
|
DistributionExpression |
NodeDistributionExpressions.findForTime(int time,
NodeDistributionKind kind) |
Finds the temporal distribution that is suitable for the time specified.
|
Distribution |
NodeDistributions.findForTime(int time,
NodeDistributionKind kind) |
Finds the temporal distribution that is suitable for the time specified.
|
NodeDistributionExpressions.DistributionExpressionOrder |
NodeDistributionExpressions.findForTimeWithOrder(int time,
NodeDistributionKind kind) |
Finds the temporal distribution expression that is suitable for the time specified.
|
NodeDistributions.DistributionOrder |
NodeDistributions.findForTimeWithOrder(int time,
NodeDistributionKind kind) |
Finds the temporal distribution that is suitable for the time specified.
|
DistributionExpression |
NodeDistributionExpressions.get(NodeDistributionKey key,
NodeDistributionKind kind) |
Gets a distribution expression with particular properties, such as temporal order.
|
DistributionExpression |
NodeDistributionExpressions.get(NodeDistributionKey key,
NodeDistributionKind kind,
ExpressionDistribution expressionDistribution) |
Gets a distribution expression with particular properties, such as temporal order.
|
DistributionExpression |
NodeDistributionExpressions.get(NodeDistributionKind kind) |
Gets a particular kind of distribution expression on the node.
|
Distribution |
NodeDistributions.get(NodeDistributionKey key,
NodeDistributionKind kind) |
Gets a distribution with particular properties, such as temporal order.
|
Distribution |
NodeDistributions.get(NodeDistributionKind kind) |
Gets a particular kind of distribution on the node.
|
Distribution |
Node.newDistribution(NodeDistributionKey key,
NodeDistributionKind kind) |
Creates a new distribution suitable for the requested temporal order/related node, however it is not assigned to the node.
|
Distribution |
Node.newDistribution(NodeDistributionKey key,
NodeDistributionKind kind,
DistributionExpression expression) |
Creates a new distribution from an expression suitable for the requested temporal order/related node, however it is not assigned to the node, and neither is the expression.
|
Distribution |
Node.newDistribution(NodeDistributionKind kind) |
Creates a new distribution with the given kind, however it is not assigned to the node.
|
void |
NodeDistributionExpressions.set(NodeDistributionKey key,
NodeDistributionKind kind,
DistributionExpression value) |
Sets a distribution expression with particular properties, such as temporal order.
|
void |
NodeDistributionExpressions.set(NodeDistributionKey key,
NodeDistributionKind kind,
ExpressionDistribution expressionDistribution,
DistributionExpression value) |
Sets a distribution expression with particular properties, such as temporal order.
|
void |
NodeDistributionExpressions.set(NodeDistributionKind kind,
DistributionExpression value) |
Sets a particular kind of distribution expression on the node.
|
void |
NodeDistributions.set(NodeDistributionKey key,
NodeDistributionKind kind,
Distribution value) |
Sets a distribution with particular properties, such as temporal order.
|
void |
NodeDistributions.set(NodeDistributionKind kind,
Distribution value) |
Sets a particular kind of distribution on the node.
|
void |
NodeDistributions.validateDistribution(Distribution value,
NodeDistributionKey key,
NodeDistributionKind kind) |
Checks that a distribution is correctly specified for a particular temporal order.
|
void |
NodeDistributionExpressions.validateExpression(DistributionExpression expression,
NodeDistributionKey key,
NodeDistributionKind kind) |
Determines whether an expression is valid for the given key and kind, without having to assign it to a node.
|