Exemplo n.º 1
0
 public Object get(String identifier) {
   return rootShadow.get(identifier);
 }
 public SessionEntryPoint getWorkingMemoryEntryPoint() {
   return (SessionEntryPoint) context.get(SessionEntryPoint.class.getName());
 }
 public Object get(String identifier) {
   return context.get(identifier);
 }
 public ExecutionResults getExecutionResults() {
   return (ExecutionResults) context.get(ExecutionResults.class.getName());
 }
 public WorkItemManager getWorkItemManager() {
   return (WorkItemManager) context.get(WorkItemManager.class.getName());
 }
 public StatefulKnowledgeSession getStatefulKnowledgesession() {
   return (StatefulKnowledgeSession) context.get(StatefulKnowledgeSession.class.getName());
 }
 public KnowledgeBase getKnowledgeBase() {
   return (KnowledgeBase) context.get(KnowledgeBase.class.getName());
 }
 public KnowledgeBuilder getKnowledgeBuilder() {
   return (KnowledgeBuilder) context.get(KnowledgeBuilder.class.getName());
 }