Class ProcessState
java.lang.Object
net.sourceforge.plantuml.cucadiagram.dot.ProcessState
public class ProcessState
extends java.lang.Object
-
Method Summary
Modifier and TypeMethodDescriptionboolean
differs
(ProcessState other) boolean
equals
(java.lang.Object o) java.lang.Throwable
getCause()
int
hashCode()
static ProcessState
INIT()
static ProcessState
IO_EXCEPTION1
(java.io.IOException e) static ProcessState
IO_EXCEPTION2
(java.io.IOException e) static ProcessState
RUNNING()
static ProcessState
static ProcessState
TIMEOUT()
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
INIT
-
RUNNING
-
TERMINATED_OK
-
TIMEOUT
-
IO_EXCEPTION1
-
IO_EXCEPTION2
-
differs
-
equals
public boolean equals(java.lang.Object o) - Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
getCause
public java.lang.Throwable getCause()
-