|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpulling.availability_imposer.AvailabilityImposer
public class AvailabilityImposer
This class is a Runnable (Thread) class able to navigate the Availability Net and impose availability. This thread starts from the root node and moves to other nodes using the probability of Arch objects. When it reaches a node it tries to impose the availability that is defined in the Nodes.
Constructor Summary | |
---|---|
AvailabilityImposer(Net net)
Default constructor |
Method Summary | |
---|---|
Net |
getNet()
|
void |
run()
This method is responsible for navigation. |
void |
setNet(Net net)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailabilityImposer(Net net)
net
- to set the net fieldMethod Detail |
---|
public Net getNet()
public void setNet(Net net)
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |