Package org.drools.core
Class RuleBaseConfiguration.AssertBehaviour
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description static RuleBaseConfiguration.AssertBehaviourEQUALITYstatic RuleBaseConfiguration.AssertBehaviourIDENTITY
-
Constructor Summary
Constructors Constructor Description AssertBehaviour()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleBaseConfiguration.AssertBehaviourdetermineAssertBehaviour(String value)booleanequals(Object obj)voidreadExternal(ObjectInput in)StringtoExternalForm()StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Field Detail
-
IDENTITY
public static final RuleBaseConfiguration.AssertBehaviour IDENTITY
-
EQUALITY
public static final RuleBaseConfiguration.AssertBehaviour EQUALITY
-
-
Method Detail
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
determineAssertBehaviour
public static RuleBaseConfiguration.AssertBehaviour determineAssertBehaviour(String value)
-
toExternalForm
public String toExternalForm()
-
-