com.haley.haleyrules
Class KnowledgeBaseFactory

java.lang.Object
  extended bycom.haley.haleyrules.KnowledgeBaseFactory

public class KnowledgeBaseFactory
extends java.lang.Object

KnowledgeBaseFactory is a class for creating Knowledge Base objects.

Author:
The Haley Enterprise Copyright © 1998-2004, all rights reserved. Questions, comments or to report a problem contact support@haley.com

Method Summary
static KnowledgeBase newKnowledgeBase(boolean development, ErrorListener listener, java.lang.Object object)
          Create a new knowledge base
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newKnowledgeBase

public static KnowledgeBase newKnowledgeBase(boolean development,
                                             ErrorListener listener,
                                             java.lang.Object object)
                                      throws EclipseException
Create a new knowledge base

Parameters:
listener - the error listener to associate with the knowledge base, which may be null
object - the object to associate with the knowledge base
Returns:
the newly created knowledge base
Throws:
EclipseException
See Also:
KnowledgeBase.getObject(), KnowledgeBase.setObject(Object)


Copyright © 1998-2006 Haley Systems, Inc. All Rights Reserved.