if (ose.getExistingObs() != null) {
matchedObs.add(ose.getExistingObs());
}
}
if (lfca instanceof ObsGroupAction) {
ObsGroupAction oga = (ObsGroupAction) lfca;
if (oga.getExistingGroup() != null) {
matchedObs.add(oga.getExistingGroup());
}
}
if (lfca instanceof GettingExistingOrder) {
GettingExistingOrder dse = (GettingExistingOrder) lfca;
if (dse.getExistingOrder() != null) {