|
jBNC Toolbox | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjbnc.operators.Operator
public class Operator
Abstract BNC Augment operator.
Field Summary | |
---|---|
protected boolean |
debugMode
|
Constructor Summary | |
---|---|
Operator()
|
Method Summary | |
---|---|
boolean |
getDebugMode()
Gets the DebugMode attribute of the Operator object |
void |
setDebugMode(boolean debugMode)
Sets the DebugMode attribute of the Operator object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean debugMode
Constructor Detail |
---|
public Operator()
Method Detail |
---|
public void setDebugMode(boolean debugMode)
debugMode
- The new DebugMode valuepublic boolean getDebugMode()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |