case NO:
return org.drools.conf.SequentialOption.NO;
}
}
if (option instanceof ShareAlphaNodesOption) {
ShareAlphaNodesOption kieOption = (ShareAlphaNodesOption)option;
switch (kieOption) {
case YES:
return org.drools.conf.ShareAlphaNodesOption.YES;
case NO:
return org.drools.conf.ShareAlphaNodesOption.NO;