pulling.availability_imposer
Class Net
java.lang.Object
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()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Net
public Net()
getStartNode
public Node getStartNode()
setStartNode
public void setStartNode(Node startNode)
traverse
public void traverse()
main
public static void main(java.lang.String[] args)