hmi.elckerlyc.interrupt
Class InterruptSpec

java.lang.Object
  extended by hmi.elckerlyc.interrupt.InterruptSpec

public class InterruptSpec
extends Object


Field Summary
private  String behaviour
           
private  Set<String> onStartList
           
private  String syncPoint
           
 
Constructor Summary
InterruptSpec(String beh, String sync, Set<String> osList)
           
 
Method Summary
 String getBehaviour()
           
 Set<String> getOnStartList()
           
 String getSyncPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

onStartList

private Set<String> onStartList

behaviour

private final String behaviour

syncPoint

private final String syncPoint
Constructor Detail

InterruptSpec

public InterruptSpec(String beh,
                     String sync,
                     Set<String> osList)
Method Detail

getOnStartList

public Set<String> getOnStartList()

getBehaviour

public String getBehaviour()

getSyncPoint

public String getSyncPoint()