Drools :: Core 6.2.0.CR4

org.drools.core
Class RuleBaseConfiguration.AssertBehaviour

java.lang.Object
  extended by org.drools.core.RuleBaseConfiguration.AssertBehaviour
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
RuleBaseConfiguration

public static class RuleBaseConfiguration.AssertBehaviour
extends Object
implements Externalizable

See Also:
Serialized Form

Field Summary
static RuleBaseConfiguration.AssertBehaviour EQUALITY
           
static RuleBaseConfiguration.AssertBehaviour IDENTITY
           
 
Constructor Summary
RuleBaseConfiguration.AssertBehaviour()
           
 
Method Summary
static RuleBaseConfiguration.AssertBehaviour determineAssertBehaviour(String value)
           
 boolean equals(Object obj)
           
 void readExternal(ObjectInput in)
           
 String toExternalForm()
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IDENTITY

public static final RuleBaseConfiguration.AssertBehaviour IDENTITY

EQUALITY

public static final RuleBaseConfiguration.AssertBehaviour EQUALITY
Constructor Detail

RuleBaseConfiguration.AssertBehaviour

public RuleBaseConfiguration.AssertBehaviour()
Method Detail

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

equals

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

determineAssertBehaviour

public static RuleBaseConfiguration.AssertBehaviour determineAssertBehaviour(String value)

toExternalForm

public String toExternalForm()

toString

public String toString()
Overrides:
toString in class Object

Drools :: Core 6.2.0.CR4

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