public interface NetworkConstraint
extends java.lang.Cloneable, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
isSatisfied(AnalysisInfo info)
Checks if the constraint is satisfied.
|
boolean |
requiresPathLinks()
Returns true if the constraint requires some or all path information.
|
boolean requiresPathLinks()
boolean isSatisfied(AnalysisInfo info)
info
- the analysis information for the network constraintAnalysisInfo