gov.nist.antd.ospf_te
Class Constraint

java.lang.Object
  |
  +--gov.nist.antd.ospf_te.Constraint

public class Constraint
extends java.lang.Object

<10>10- Constraint.java
<11>11- Specify the Constraints for the path computation


Field Summary
static int BIGGER
          Field BIGGER - XXX
static int BOOLEAN
          Field BOOLEAN - XXX
 int cmpType
          Field cmpType - XXX
static int SMALLER
          Field SMALLER - XXX
 int type
          Field type - XXX
 double value
          Field value - XXX
 
Constructor Summary
Constraint(int index, double val, int cmp)
          Constructs a Constraint for CSPF.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BIGGER

public static final int BIGGER
Field BIGGER - XXX

See Also:
Constant Field Values

SMALLER

public static final int SMALLER
Field SMALLER - XXX

See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
Field BOOLEAN - XXX

See Also:
Constant Field Values

type

public int type
Field type - XXX


value

public double value
Field value - XXX


cmpType

public int cmpType
Field cmpType - XXX

Constructor Detail

Constraint

public Constraint(int index,
                  double val,
                  int cmp)
Constructs a Constraint for CSPF.