public static class RuleBaseConfiguration.SequentialAgenda extends Object implements Externalizable
Modifier and Type | Field and Description |
---|---|
static RuleBaseConfiguration.SequentialAgenda |
DYNAMIC |
static RuleBaseConfiguration.SequentialAgenda |
SEQUENTIAL |
Constructor and Description |
---|
SequentialAgenda() |
Modifier and Type | Method and Description |
---|---|
static RuleBaseConfiguration.SequentialAgenda |
determineSequentialAgenda(String value) |
void |
readExternal(ObjectInput in) |
String |
toExternalForm() |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public static final RuleBaseConfiguration.SequentialAgenda SEQUENTIAL
public static final RuleBaseConfiguration.SequentialAgenda DYNAMIC
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public static RuleBaseConfiguration.SequentialAgenda determineSequentialAgenda(String value)
public String toExternalForm()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.