Package org.drools.core
Class RuleBaseConfiguration.LogicalOverride
- java.lang.Object
-
- org.drools.core.RuleBaseConfiguration.LogicalOverride
-
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
- RuleBaseConfiguration
public static class RuleBaseConfiguration.LogicalOverride extends Object implements Externalizable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static RuleBaseConfiguration.LogicalOverrideDISCARDstatic RuleBaseConfiguration.LogicalOverridePRESERVE
-
Constructor Summary
Constructors Constructor Description LogicalOverride()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuleBaseConfiguration.LogicalOverridedetermineLogicalOverride(String value)booleanequals(Object obj)voidreadExternal(ObjectInput in)StringtoExternalForm()StringtoString()voidwriteExternal(ObjectOutput out)
-
-
-
Field Detail
-
PRESERVE
public static final RuleBaseConfiguration.LogicalOverride PRESERVE
-
DISCARD
public static final RuleBaseConfiguration.LogicalOverride DISCARD
-
-
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
-
determineLogicalOverride
public static RuleBaseConfiguration.LogicalOverride determineLogicalOverride(String value)
-
toExternalForm
public String toExternalForm()
-
-