|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagg.parser.LayerOption
public class LayerOption
This class provides some option for the layer function.
Field Summary | |
---|---|
static int |
RCD_LAYER
Layer for rules, creation and deletio, Rule must delete |
static int |
RCDN_LAYER
Layer for rules, creation, deletion and negative application condition, Rule must delete |
static int |
WEAK_RCD_LAYER
Layer for rules, creation and deletion and Rule must not delete |
static int |
WEAK_RCDN_LAYER
Layer for rules, creation, deletion and negative application condition and Rule must not delete |
Constructor Summary | |
---|---|
LayerOption()
Creates option with default values. |
Method Summary | |
---|---|
void |
addOptionListener(OptionEventListener l)
Adds an option listener. |
int |
getLayer()
Get the required layer function algorithm. |
void |
removeOptionListener(OptionEventListener l)
Removes an option listener |
void |
setLayer(int l)
Sets the required algorithm of the layer function |
void |
setLayer(java.lang.String l)
Sets the required algorithm of the layer function |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int RCDN_LAYER
public static final int RCD_LAYER
public static final int WEAK_RCDN_LAYER
public static final int WEAK_RCD_LAYER
Constructor Detail |
---|
public LayerOption()
Method Detail |
---|
public void setLayer(int l)
l
- The algorithm.public void setLayer(java.lang.String l)
l
- The algorithm.public int getLayer()
public void addOptionListener(OptionEventListener l)
l
- The listener.public void removeOptionListener(OptionEventListener l)
l
- The listener.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |