atropos.pp
Class splitElement
java.lang.Object
|
+--atropos.pp.splitElement
- All Implemented Interfaces:
- java.io.Serializable
- public class splitElement
- extends java.lang.Object
- implements java.io.Serializable
This class implements a routing table element.
This research is funded by DARPA/ITO Contract Number:
F30602-98-C-0230 supported by the Air Force Research
Laboratory/IF.
- Version:
- $Revision: 1.1.1.1 $ $State: Exp $
- Author:
- Steve Bush
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
dst
The destination of the (source, destination, probability) triplet. |
java.lang.Double |
prob
The probability of the (source, destination, probability) triplet. |
java.lang.String |
src
The source of the (source, destination, probability) triplet. |
Constructor Summary |
splitElement(java.lang.String s,
java.lang.String d,
java.lang.Double p)
Create the table entry (source, destination, probability). |
Method Summary |
java.lang.String |
toString()
Display the (source, destination, probability) triplet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
src
public java.lang.String src
- The source of the (source, destination, probability) triplet.
dst
public java.lang.String dst
- The destination of the (source, destination, probability) triplet.
prob
public java.lang.Double prob
- The probability of the (source, destination, probability) triplet.
splitElement
public splitElement(java.lang.String s,
java.lang.String d,
java.lang.Double p)
- Create the table entry (source, destination, probability).
toString
public java.lang.String toString()
- Display the (source, destination, probability) triplet.
- Overrides:
toString
in class java.lang.Object
Copyright © 2002 GE Corporate Research and Development. All Rights Reserved.