이 콘텐츠는 선택한 언어로 제공되지 않습니다.
7.2. Create a StatefulKnowledgeSession From a KnowledgeBase
Created from the KnowledgeBase, the StatefulKnowledgeSession stores and executes on the runtime data. Below is the code for creating a new StatefulKnowledgeSession from a KnowledgeBase:
StatefulKnowledgeSession ksession = kbase.newStatefulKnowledgeSession();
StatefulKnowledgeSession ksession = kbase.newStatefulKnowledgeSession();