org.drools
Class RuleBaseConfiguration.SequentialAgenda
java.lang.Object
org.drools.RuleBaseConfiguration.SequentialAgenda
- All Implemented Interfaces:
- Externalizable, Serializable
- Enclosing class:
- RuleBaseConfiguration
public static class RuleBaseConfiguration.SequentialAgenda
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
SEQUENTIAL
public static final RuleBaseConfiguration.SequentialAgenda SEQUENTIAL
DYNAMIC
public static final RuleBaseConfiguration.SequentialAgenda DYNAMIC
RuleBaseConfiguration.SequentialAgenda
public RuleBaseConfiguration.SequentialAgenda()
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
determineSequentialAgenda
public static RuleBaseConfiguration.SequentialAgenda determineSequentialAgenda(String value)
toExternalForm
public String toExternalForm()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.