org.mitre.sim.api3.flow.threads
Class ThreadData

java.lang.Object
  extended byorg.mitre.sim.api3.flow.threads.ThreadData
Direct Known Subclasses:
LogicalProcess

public class ThreadData
extends java.lang.Object


Field Summary
 boolean elaborated
           
 boolean launched
           
 boolean stop
           
 java.lang.Thread thread
           
 
Constructor Summary
ThreadData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thread

public java.lang.Thread thread

elaborated

public boolean elaborated

launched

public boolean launched

stop

public boolean stop
Constructor Detail

ThreadData

public ThreadData()