pulling.availability_imposer
Class Net

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

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

This class resembles the availability Net. This net models the availability on machines. It is constructed from Nodes. Every node represents a state of availability for the server. The move to the next node depends on probability assigned with Arches connecting the nodes

Author:
Majd Kokaly
See Also:
Serialized Form

Constructor Summary
Net()
           
 
Method Summary
 Node getStartNode()
           
static void main(java.lang.String[] args)
           
 void setStartNode(Node startNode)
           
 void traverse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Net

public Net()
Method Detail

getStartNode

public Node getStartNode()

setStartNode

public void setStartNode(Node startNode)

traverse

public void traverse()

main

public static void main(java.lang.String[] args)