eu.bandm.sig.absy
Class OCotuple
java.lang.Object
   eu.bandm.sig.absy.Absy
eu.bandm.sig.absy.Absy
       eu.bandm.sig.absy.Operation
eu.bandm.sig.absy.Operation
           eu.bandm.sig.absy.AggregateOperation
eu.bandm.sig.absy.AggregateOperation
               eu.bandm.sig.absy.OCotuple
eu.bandm.sig.absy.OCotuple
- All Implemented Interfaces: 
- Formattable, Cloneable
- public class OCotuple 
- extends AggregateOperation
 
 
 
 
 
 
 
 
 
 
| 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<OCotuple,Label> get_selector
set_selector
public static final Consumer<Label,OCotuple> set_selector
in
protected Variable in
get_in
public static final Function<OCotuple,Variable> get_in
set_in
public static final Consumer<Variable,OCotuple> set_in
OCotuple
public OCotuple(Variable out,
                Label selector,
                Variable in)
doclone
public OCotuple doclone()
- 
- Overrides:
- doclonein class- AggregateOperation
 
- 
 
getFormatHint
public static String getFormatHint()
- 
 
format
public Format format()
- 
- Specified by:
- formatin interface- Formattable
- Overrides:
- formatin class- AggregateOperation
 
- 
 
initFrom
public OCotuple initFrom(Object o0)
- 
- Overrides:
- initFromin class- AggregateOperation
 
- 
 
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)
-