|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object eu.bandm.sig.absy.Absy eu.bandm.sig.absy.Operation eu.bandm.sig.absy.OId
public class OId
Field Summary | |
---|---|
static Function<OId,Variable> |
get_in
|
protected Variable |
in
|
static Consumer<Variable,OId> |
set_in
|
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 | |
---|---|
OId(Variable out,
Variable in)
|
Method Summary | |
---|---|
OId |
doclone()
|
Format |
format()
|
Variable |
get_in()
|
static String |
getFormatHint()
|
OId |
initFrom(Object o0)
|
boolean |
set_in(Variable val)
|
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 |
---|
protected Variable in
public static final Function<OId,Variable> get_in
public static final Consumer<Variable,OId> set_in
Constructor Detail |
---|
public OId(Variable out, Variable in)
Method Detail |
---|
public OId doclone()
doclone
in class Operation
public static String getFormatHint()
public Format format()
format
in interface Formattable
format
in class Operation
public OId initFrom(Object o0)
initFrom
in class Operation
public Variable get_in()
public boolean set_in(Variable val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |