359360361362363364365366367368369
if (threshold != null) { act.setThreshold(threshold); } c.setConceptActivator(act); } else if ("IDENTITY".equals(actAttr)) { IdentityActivator act = new IdentityActivator(); c.setConceptActivator(act); } /* Input & Output*/
538539540541542543544545546547548
if (threshold != null) { act.setThreshold(threshold); } c.setConceptActivator(act); } else if ("IDENTITY".equals(actAttr)) { IdentityActivator act = new IdentityActivator(); c.setConceptActivator(act); }