public class ALDOperatorControllable.OperatorControlStatusHandle extends Object
Objects of this class are supposed to ease handing over control status information to sub-routines of controllable operators.
| Modifier and Type | Field and Description |
|---|---|
private ALDOperatorControllable.OperatorControlStatus |
opStatus
Status of the operator.
|
| Constructor and Description |
|---|
OperatorControlStatusHandle() |
| Modifier and Type | Method and Description |
|---|---|
ALDOperatorControllable.OperatorControlStatus |
getStatus()
Get the current status
|
void |
setStatus(ALDOperatorControllable.OperatorControlStatus s)
Set the current status.
|
private volatile ALDOperatorControllable.OperatorControlStatus opStatus
public ALDOperatorControllable.OperatorControlStatus getStatus()
public void setStatus(ALDOperatorControllable.OperatorControlStatus s)
s - New status.Copyright © 2010–2021 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.