| Package | Description |
|---|---|
| org.onosproject.net.intent |
Set of abstractions for conveying high-level intents for treatment of
selected network traffic by allowing applications to express the
what rather than the how.
|
| org.onosproject.net.intent.constraint |
Definitions of constraints used to refine intent specifications.
|
| Modifier and Type | Method and Description |
|---|---|
double |
Constraint.cost(Link link,
LinkResourceService resourceService)
Evaluates the specified link and provides the cost for its traversal.
|
boolean |
Constraint.validate(Path path,
LinkResourceService resourceService)
Validates that the specified path satisfies the constraint.
|
| Modifier and Type | Method and Description |
|---|---|
double |
WaypointConstraint.cost(Link link,
LinkResourceService resourceService) |
double |
LatencyConstraint.cost(Link link,
LinkResourceService resourceService) |
double |
BooleanConstraint.cost(Link link,
LinkResourceService resourceService)
Evaluates the specified link and provides the cost for its traversal.
|
double |
AsymmetricPathConstraint.cost(Link link,
LinkResourceService resourceService) |
double |
AnnotationConstraint.cost(Link link,
LinkResourceService resourceService) |
boolean |
ObstacleConstraint.isValid(Link link,
LinkResourceService resourceService) |
boolean |
LinkTypeConstraint.isValid(Link link,
LinkResourceService resourceService) |
boolean |
LambdaConstraint.isValid(Link link,
LinkResourceService resourceService) |
abstract boolean |
BooleanConstraint.isValid(Link link,
LinkResourceService resourceService)
Returns true if the specified link satisfies the constraint.
|
boolean |
BandwidthConstraint.isValid(Link link,
LinkResourceService resourceService) |
boolean |
AnnotationConstraint.isValid(Link link,
LinkResourceService resourceService) |
boolean |
WaypointConstraint.validate(Path path,
LinkResourceService resourceService) |
boolean |
LatencyConstraint.validate(Path path,
LinkResourceService resourceService) |
boolean |
BooleanConstraint.validate(Path path,
LinkResourceService resourceService) |
boolean |
AsymmetricPathConstraint.validate(Path path,
LinkResourceService resourceService) |
Copyright © 2015. All rights reserved.