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
IDENTITY
public static final RuleBaseConfiguration.AssertBehaviour IDENTITY
EQUALITY
public static final RuleBaseConfiguration.AssertBehaviour EQUALITY
RuleBaseConfiguration.AssertBehaviour
public RuleBaseConfiguration.AssertBehaviour()
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.