eu.bandm.sig.absy
Class OBox
java.lang.Object
eu.bandm.sig.absy.Absy
eu.bandm.sig.absy.Operation
eu.bandm.sig.absy.OBox
- All Implemented Interfaces:
- Formattable, Cloneable
public class OBox
- extends Operation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iface
protected Face iface
get_iface
public static final Function<OBox,Face> get_iface
set_iface
public static final Consumer<Face,OBox> set_iface
oface
protected Face oface
get_oface
public static final Function<OBox,Face> get_oface
set_oface
public static final Consumer<Face,OBox> set_oface
net
protected Net net
get_net
public static final Function<OBox,Net> get_net
set_net
public static final Consumer<Net,OBox> set_net
OBox
public OBox(Variable out,
Face iface,
Face oface,
Net net)
doclone
public OBox doclone()
- Overrides:
doclone
in class Operation
getFormatHint
public static String getFormatHint()
format
public Format format()
- Specified by:
format
in interface Formattable
- Overrides:
format
in class Operation
initFrom
public OBox initFrom(Object o0)
- Overrides:
initFrom
in class Operation
get_iface
public Face get_iface()
set_iface
public boolean set_iface(Face val)
get_oface
public Face get_oface()
set_oface
public boolean set_oface(Face val)
get_net
public Net get_net()
set_net
public boolean set_net(Net val)