public abstract class RootObject extends Object
This class serves the root of the Rumi class hierarchy. It contains facilities needed by all Rumi classes.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getChecked()
Get the object checked mode of operation.
|
boolean |
getThreaded()
Gets the object threaded mode of operation.
|
Tracer |
getTracer()
Get the tracer used by this object.
|
public final Tracer getTracer()
public final boolean getChecked()
public final boolean getThreaded()
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.