eu.bandm.sig.absy
Class TCotuple

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

public class TCotuple
extends Test


Field Summary
static Function<TCotuple,Variable> get_in
           
static Function<TCotuple,Label> get_selector
           
protected  Variable in
           
protected  Label selector
           
static Consumer<Variable,TCotuple> set_in
           
static Consumer<Label,TCotuple> set_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
TCotuple(Label selector, Variable in)
           
 
Method Summary
 TCotuple doclone()
           
 Format format()
           
 Variable get_in()
           
 Label get_selector()
           
static String getFormatHint()
           
 TCotuple initFrom(Object o0)
           
 boolean set_in(Variable val)
           
 boolean 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 final Function<TCotuple,Label> get_selector

set_selector

public static final Consumer<Label,TCotuple> set_selector

in

protected Variable in

get_in

public static final Function<TCotuple,Variable> get_in

set_in

public static final Consumer<Variable,TCotuple> set_in
Constructor Detail

TCotuple

public TCotuple(Label selector,
                Variable in)
Method Detail

doclone

public TCotuple 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 TCotuple initFrom(Object o0)
Overrides:
initFrom in class Test

get_selector

public Label get_selector()

set_selector

public boolean set_selector(Label val)

get_in

public Variable get_in()

set_in

public boolean set_in(Variable val)