org.drools
Class RuleBaseConfiguration.SequentialAgenda

java.lang.Object
  extended by 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

Field Summary
static RuleBaseConfiguration.SequentialAgenda DYNAMIC
           
static RuleBaseConfiguration.SequentialAgenda SEQUENTIAL
           
 
Constructor Summary
RuleBaseConfiguration.SequentialAgenda()
           
 
Method Summary
static RuleBaseConfiguration.SequentialAgenda determineSequentialAgenda(String value)
           
 void readExternal(ObjectInput in)
           
 String toExternalForm()
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SEQUENTIAL

public static final RuleBaseConfiguration.SequentialAgenda SEQUENTIAL

DYNAMIC

public static final RuleBaseConfiguration.SequentialAgenda DYNAMIC
Constructor Detail

RuleBaseConfiguration.SequentialAgenda

public RuleBaseConfiguration.SequentialAgenda()
Method Detail

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.