eu.bandm.sig.absy
Class TCotuple
java.lang.Object
eu.bandm.sig.absy.Absy
eu.bandm.sig.absy.Test
eu.bandm.sig.absy.TCotuple
- All Implemented Interfaces:
- Formattable, Cloneable
public class TCotuple
- extends Test
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TCotuple
public TCotuple(Label selector,
Variable in)
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)