pulling.availability_imposer
Class Arch

java.lang.Object
  extended by pulling.availability_imposer.Arch
All Implemented Interfaces:
java.io.Serializable

public class Arch
extends java.lang.Object
implements java.io.Serializable

This class resembles the arches (edges) between Node in the Availability Net

Author:
Majd Kokaly
See Also:
Serialized Form

Constructor Summary
Arch(double probability, Node distinationNode)
          A default constructor
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Arch

public Arch(double probability,
            Node distinationNode)
A default constructor

Parameters:
probability - to set the probability field
distinationNode - to set the destinationNode
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object