Knowledge API Legacy5 Adapter 6.0.0.Beta3

org.drools.runtime.conf
Class BeliefSystemTypeOption

java.lang.Object
  extended by org.drools.runtime.conf.BeliefSystemTypeOption
All Implemented Interfaces:
Serializable, Option, KnowledgeSessionOption, SingleValueKnowledgeSessionOption

public class BeliefSystemTypeOption
extends Object
implements SingleValueKnowledgeSessionOption

A class for the belief system configuration.

See Also:
Serialized Form

Field Summary
static String PROPERTY_NAME
          The property name for the belief system configuration
 
Method Summary
 boolean equals(Object obj)
           
static BeliefSystemTypeOption get(String beliefSystemType)
          This is a factory method for this belief system configuration.
 String getBeliefSystemType()
          Returns the configured belief system type
 String getPropertyName()
          Returns the property name for this option
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROPERTY_NAME

public static final String PROPERTY_NAME
The property name for the belief system configuration

See Also:
Constant Field Values
Method Detail

get

public static BeliefSystemTypeOption get(String beliefSystemType)
This is a factory method for this belief system configuration.

Parameters:
beliefSystem - the identifier for the belief system
Returns:
the actual belief system type configuration.

getPropertyName

public String getPropertyName()
Returns the property name for this option

Specified by:
getPropertyName in interface Option
Returns:

getBeliefSystemType

public String getBeliefSystemType()
Returns the configured belief system type

Returns:
a String

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

Knowledge API Legacy5 Adapter 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.