eu.bandm.sig.absy
Class OCoselect

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Operation
          extended by eu.bandm.sig.absy.AggregateOperation
              extended by eu.bandm.sig.absy.OCoselect
All Implemented Interfaces:
Formattable, Cloneable

public class OCoselect
extends AggregateOperation


Field Summary
static Function<OCoselect,Variable> get_in
           
static Function<OCoselect,Label> get_selector
           
protected  Variable in
           
protected  Label selector
           
static Consumer<Variable,OCoselect> set_in
           
static Consumer<Label,OCoselect> set_selector
           
 
Fields inherited from class eu.bandm.sig.absy.AggregateOperation
get_open, open, set_open
 
Fields inherited from class eu.bandm.sig.absy.Operation
get_out, out, set_out
 
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
OCoselect(Variable out, Label selector, Variable in)
           
 
Method Summary
 OCoselect doclone()
           
 Format format()
           
 Variable get_in()
           
 Label get_selector()
           
static String getFormatHint()
           
 OCoselect initFrom(Object o0)
           
 boolean set_in(Variable val)
           
 boolean set_selector(Label val)
           
 
Methods inherited from class eu.bandm.sig.absy.AggregateOperation
get_open, set_open
 
Methods inherited from class eu.bandm.sig.absy.Operation
get_out, set_out
 
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<OCoselect,Label> get_selector

set_selector

public static final Consumer<Label,OCoselect> set_selector

in

protected Variable in

get_in

public static final Function<OCoselect,Variable> get_in

set_in

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

OCoselect

public OCoselect(Variable out,
                 Label selector,
                 Variable in)
Method Detail

doclone

public OCoselect doclone()
Overrides:
doclone in class AggregateOperation

getFormatHint

public static String getFormatHint()

format

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

initFrom

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