public abstract class Mechanism
extends java.lang.Object
| Constructor and Description |
|---|
Mechanism() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMechURI()
Getter for the mechanism URI of this Mechanism.
|
abstract JSONObject |
toJson()
Get a JSON formatted representation of this Mechanism.
|
java.lang.String |
toString() |
public abstract JSONObject toJson()
public java.lang.String getMechURI()
public java.lang.String toString()
toString in class java.lang.Object