eu.bandm.sig.absy
Class NDisjoint
java.lang.Object
eu.bandm.sig.absy.Absy
eu.bandm.sig.absy.Net
eu.bandm.sig.absy.NDisjoint
- All Implemented Interfaces:
- Formattable, Cloneable
public class NDisjoint
- extends Net
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
test1
protected Test test1
get_test1
public static final Function<NDisjoint,Test> get_test1
set_test1
public static final Consumer<Test,NDisjoint> set_test1
test2
protected Test test2
get_test2
public static final Function<NDisjoint,Test> get_test2
set_test2
public static final Consumer<Test,NDisjoint> set_test2
case1
protected Net case1
get_case1
public static final Function<NDisjoint,Net> get_case1
set_case1
public static final Consumer<Net,NDisjoint> set_case1
case2
protected Net case2
get_case2
public static final Function<NDisjoint,Net> get_case2
set_case2
public static final Consumer<Net,NDisjoint> set_case2
NDisjoint
public NDisjoint(Test test1,
Test test2,
Net case1,
Net case2)
doclone
public NDisjoint 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 NDisjoint initFrom(Object o0)
- Overrides:
initFrom
in class Net
get_test1
public Test get_test1()
set_test1
public boolean set_test1(Test val)
get_test2
public Test get_test2()
set_test2
public boolean set_test2(Test val)
get_case1
public Net get_case1()
set_case1
public boolean set_case1(Net val)
get_case2
public Net get_case2()
set_case2
public boolean set_case2(Net val)