public class ReorgPlan
extends java.util.ArrayList
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.Class |
classChangeDS |
static java.lang.Class |
classChangeRoleDefProperties |
Constructor and Description |
---|
ReorgPlan(java.lang.String proposer) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.Class c)
returns true if the plan contains some action of the class c
|
static boolean |
contains(java.lang.Class c1,
java.lang.Class c2)
returns true if c1 is a super class of c2
|
void |
execute(OE oe) |
java.lang.Class |
getFocus() |
java.lang.String |
getProposer() |
static void |
main(java.lang.String[] a) |
java.lang.String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
public static java.lang.Class classChangeRoleDefProperties
public static java.lang.Class classChangeDS
public java.lang.String getProposer()
public java.lang.Class getFocus()
public boolean contains(java.lang.Class c)
public void execute(OE oe) throws MoiseException
MoiseException
public java.lang.String toString()
toString
in class java.util.AbstractCollection
public static boolean contains(java.lang.Class c1, java.lang.Class c2)
public static void main(java.lang.String[] a)