public abstract class Operation extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Operation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getType()
The exact type of operation
|
int |
hashCode() |
String |
toString() |
protected String type
Copyright © 2023. All rights reserved.