eu.bandm.sig.absy
Class TAccept

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Test
          extended by eu.bandm.sig.absy.TAccept
All Implemented Interfaces:
Formattable, Cloneable

public class TAccept
extends Test


Field Summary
static Function<TAccept,Label> get_selector
           
protected  Label selector
           
 
Fields inherited from class eu.bandm.sig.absy.Absy
get_location, location, set_location
 
Fields inherited from interface eu.bandm.tools.format.Formattable
format
 
Constructor Summary
TAccept(Label selector)
           
 
Method Summary
 TAccept doclone()
           
 Format format()
           
 Label get_selector()
           
static String getFormatHint()
           
 TAccept initFrom(Object o0)
           
 void set_selector(Label val)
           
 
Methods inherited from class eu.bandm.sig.absy.Absy
get_location, set_location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selector

protected Label selector

get_selector

public static Function<TAccept,Label> get_selector
Constructor Detail

TAccept

public TAccept(Label selector)
Method Detail

doclone

public TAccept doclone()
Overrides:
doclone in class Test

getFormatHint

public static String getFormatHint()

format

public Format format()
Specified by:
format in interface Formattable
Overrides:
format in class Test

initFrom

public TAccept initFrom(Object o0)
Overrides:
initFrom in class Test

get_selector

public Label get_selector()

set_selector

public void set_selector(Label val)