org.drools.base
Class EnabledBoolean
java.lang.Object
org.drools.base.EnabledBoolean
- All Implemented Interfaces:
- Externalizable, Serializable, Enabled
public class EnabledBoolean
- extends Object
- implements Enabled, Externalizable
- See Also:
- Serialized Form
ENABLED_TRUE
public static final Enabled ENABLED_TRUE
ENABLED_FALSE
public static final Enabled ENABLED_FALSE
EnabledBoolean
public EnabledBoolean()
EnabledBoolean
public EnabledBoolean(boolean value)
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
getValue
public boolean getValue(Tuple tuple,
Declaration[] declrs,
Rule rule,
WorkingMemory workingMemory)
- Specified by:
getValue
in interface Enabled
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.