Searched defs:getThen (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/org/mindswap/owls/process/
H A DIfThenElse.java44 public ControlConstruct getThen(); method in interface:IfThenElse
/owl-s/src/impl/owls/process/constructs/
H A DIfThenElseImpl.java26 public ControlConstruct getThen() { method in class:IfThenElseImpl
51 ControlConstruct thenP = getThen();
61 ControlConstruct thenP = getThen();
76 if (getThen().equals(CC))
90 ControlConstruct thenCC = getThen();

Completed in 12 milliseconds