eu.bandm.sig.absy
Class NCall

java.lang.Object
  extended by eu.bandm.sig.absy.Absy
      extended by eu.bandm.sig.absy.Net
          extended by eu.bandm.sig.absy.NCall
All Implemented Interfaces:
Formattable, Cloneable

public class NCall
extends Net


Field Summary
static Function<NCall,Operation> get_op
           
protected  Operation op
           
static Consumer<Operation,NCall> set_op
           
 
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
NCall(Operation op)
           
 
Method Summary
 NCall doclone()
           
 Format format()
           
 Operation get_op()
           
static String getFormatHint()
           
 NCall initFrom(Object o0)
           
 boolean set_op(Operation val)
           
 
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

op

protected Operation op

get_op

public static final Function<NCall,Operation> get_op

set_op

public static final Consumer<Operation,NCall> set_op
Constructor Detail

NCall

public NCall(Operation op)
Method Detail

doclone

public NCall doclone()
Overrides:
doclone in class Net

getFormatHint

public static String getFormatHint()

format

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

initFrom

public NCall initFrom(Object o0)
Overrides:
initFrom in class Net

get_op

public Operation get_op()

set_op

public boolean set_op(Operation val)