public class Graph extends DataSingleton
| Modifier and Type | Class and Description |
|---|---|
static class |
Graph.Notification |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object aThat) |
protected void |
fastRefresh() |
protected void |
fullRefresh() |
static Graph |
get(Workunit workunit,
String name)
Gets the.
|
String |
getName()
Gets the name.
|
WUState |
getStateID()
Gets the state ID.
|
Workunit |
getWorkunit()
Gets the workunit.
|
String |
getWuid()
Gets the wuid.
|
int |
hashCode() |
boolean |
isComplete() |
monitoraddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic static Graph get(Workunit workunit, String name)
workunit - the workunitname - the namepublic Workunit getWorkunit()
public String getWuid()
public String getName()
public WUState getStateID()
public boolean isComplete()
isComplete in class DataSingletonprotected void fastRefresh()
fastRefresh in class DataSingletonprotected void fullRefresh()
fullRefresh in class DataSingletonpublic boolean equals(Object aThat)
equals in class DataSingletonpublic int hashCode()
hashCode in class DataSingletonCopyright © 2021. All rights reserved.