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() |
monitor
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public 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 DataSingleton
protected void fastRefresh()
fastRefresh
in class DataSingleton
protected void fullRefresh()
fullRefresh
in class DataSingleton
public boolean equals(Object aThat)
equals
in class DataSingleton
public int hashCode()
hashCode
in class DataSingleton
Copyright © 2020. All rights reserved.