eu.bandm.sig.absy
Class OSelect

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.OSelect
All Implemented Interfaces:
Formattable, Cloneable

public class OSelect
extends AggregateOperation


Field Summary
static Function<OSelect,Variable> get_in
           
static Function<OSelect,Label> get_selector
           
protected  Variable in
           
protected  Label selector
           
static Consumer<Variable,OSelect> set_in
           
static Consumer<Label,OSelect> 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
OSelect(Variable out, Label selector, Variable in)
           
 
Method Summary
 OSelect doclone()
           
 Format format()
           
 Variable get_in()
           
 Label get_selector()
           
static String getFormatHint()
           
 OSelect 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<OSelect,Label> get_selector

set_selector

public static final Consumer<Label,OSelect> set_selector

in

protected Variable in

get_in

public static final Function<OSelect,Variable> get_in

set_in

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

OSelect

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

doclone

public OSelect 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 OSelect 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)