Class Graph
- java.lang.Object
-
- java.util.Observable
-
- org.hpccsystems.ws.client.utils.DataSingleton
-
- org.hpccsystems.ws.client.platform.Graph
-
public class Graph extends DataSingleton
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraph.Notification
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object aThat)protected voidfastRefresh()protected voidfullRefresh()static Graphget(Workunit workunit, String name)Gets the.StringgetName()Gets the name.WUStategetStateID()Gets the state ID.WorkunitgetWorkunit()Gets the workunit.StringgetWuid()Gets the wuid.inthashCode()booleanisComplete()-
Methods inherited from class org.hpccsystems.ws.client.utils.DataSingleton
monitor
-
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
-
-
-
Method Detail
-
get
public static Graph get(Workunit workunit, String name)
Gets the.- Parameters:
workunit- the workunitname- the name- Returns:
- the graph
-
getWorkunit
public Workunit getWorkunit()
Gets the workunit.- Returns:
- the workunit
-
getWuid
public String getWuid()
Gets the wuid.- Returns:
- the wuid
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
getStateID
public WUState getStateID()
Gets the state ID.- Returns:
- the state ID
-
isComplete
public boolean isComplete()
- Specified by:
isCompletein classDataSingleton
-
fastRefresh
protected void fastRefresh()
- Specified by:
fastRefreshin classDataSingleton
-
fullRefresh
protected void fullRefresh()
- Specified by:
fullRefreshin classDataSingleton
-
equals
public boolean equals(Object aThat)
- Specified by:
equalsin classDataSingleton
-
hashCode
public int hashCode()
- Specified by:
hashCodein classDataSingleton
-
-