gov.nist.antd.mpls.signaling.information
Class NodeInfo

java.lang.Object
  |
  +--gov.nist.antd.mpls.signaling.information.NodeInfo

public class NodeInfo
extends java.lang.Object

Class NodeInfo

 This class was developed at the National Institute of Standards and
 Technology by employees of the Federal Government and the Towson
 University by student in the course of their official duties.  Pursuant
 to title 17 Section 105 of the United  States Code this software is not
 subject to copyright protection and is in the public domain.
 NIST assumes no responsibility whatsoever for its use by other parties,
 and makes no guarantees, expressed or implied, about its quality,
 reliability, or any other characteristic.
 
We would appreciate acknowledgement if the software is used.
NIST ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND DISCLAIM ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.

Author:
EunHyuk Lim (ehlim@antd.nist.gov, othree28@hotmail.com)
, borchert , Chul Kim

Field Summary
 int depth
          Field depth
 int inInterfaceID
          Field inInterfaceID
 int inLabel
          Field inLabel
 int IPAddr
          Field IPAddr
 boolean isLoose
          Field isLoose - Loose routing flag
 boolean isSet
          Field isSet
 java.lang.String NodeID
          Field NodeID
 int outInterfaceID
          Field outInterfaceID
 int outLabel
          Field outLabel
 MPLSSignalingInfo sigInfo
          Field sigInfo - Signaling Information
 
Constructor Summary
NodeInfo(MPLSSignalingInfo siginfo)
          Constructor NodeInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sigInfo

public MPLSSignalingInfo sigInfo
Field sigInfo - Signaling Information


isLoose

public boolean isLoose
Field isLoose - Loose routing flag


isSet

public boolean isSet
Field isSet


depth

public int depth
Field depth


NodeID

public java.lang.String NodeID
Field NodeID


IPAddr

public int IPAddr
Field IPAddr


inInterfaceID

public int inInterfaceID
Field inInterfaceID


inLabel

public int inLabel
Field inLabel


outInterfaceID

public int outInterfaceID
Field outInterfaceID


outLabel

public int outLabel
Field outLabel

Constructor Detail

NodeInfo

public NodeInfo(MPLSSignalingInfo siginfo)
Constructor NodeInfo

Parameters:
siginfo - - XXX