ProtocolLearner
Class PassiveLearner.Loop

java.lang.Object
  extended by ProtocolLearner.PassiveLearner.Loop
Enclosing class:
PassiveLearner

public class PassiveLearner.Loop
extends java.lang.Object


Constructor Summary
PassiveLearner.Loop()
           
 
Method Summary
 int getLoopLength()
           
 int getNumOfLoops()
           
 int getTraceID()
           
 void setLoopLength(int n)
           
 void setNumOfLoops(int n)
           
 void setTraceID(int n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassiveLearner.Loop

public PassiveLearner.Loop()
Method Detail

setTraceID

public void setTraceID(int n)

getTraceID

public int getTraceID()

setLoopLength

public void setLoopLength(int n)

getLoopLength

public int getLoopLength()

setNumOfLoops

public void setNumOfLoops(int n)

getNumOfLoops

public int getNumOfLoops()