Searched refs:getThen (Results 1 - 4 of 4) 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();
/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxWriter.java481 ControlConstruct thenP = ifThenElse.getThen();
/owl-s/src/impl/owls/process/execution/
H A DProcessExecutionEngineImpl.java570 ControlConstruct thenCC = ifThenElse.getThen();

Completed in 14 milliseconds