public final class GraphABO extends AbstractSingletonABO<ClientContext,ServerContext,GraphABO>
updateCount| Constructor and Description |
|---|
GraphABO(ClientContext clientCtx) |
GraphABO(ServerContext serverCtx) |
| Modifier and Type | Method and Description |
|---|---|
GraphABO |
fetch(boolean withLock) |
int |
findNode(java.lang.String name) |
java.util.List<Edge> |
getEdges() |
java.util.List<Node> |
getNodes() |
java.awt.Dimension |
getSize() |
protected void |
overtakeABOValues(GraphABO inst)
Must be implemented by subclasses to copy their instance values
|
void |
scrambleNodes() |
void |
setRandom(boolean isRandom) |
void |
shakeNodes() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
protected void |
updateOnServer()
Needs only be overridden to ensure persistence before ABO is replaced in the cache.
|
createEditDialog, createPrimaryKey, getRenderIcon, instantiateOnServer, isCacheResidentaddChangeListener, clone, compareTo, copy, copyABOValues, create, createChangeGate, createOnServer, delete, deleteOnServer, drop, dropOnServer, equals, fetch, findCachedABOs, fireABOInitialized, getPrimaryKey, getRenderColor, getRenderText, getResourceName, getResourceType, getUpdateCount, hashCode, isbeingAccessed, isLockedByMe, isNumb, isOnline, isVisibleInClientMonitor, receivedUpdateEvent, refetch, removeChangeListener, setLocked, setNumb, toDumpString, update, updategetLastAccessedTs, getLastAccessorId, setLastAccessorIdcheckOnClient, checkOnServer, getClientContext, getLogChannel, getServerContext, isLogDebug, isLogVerbose, isOnClient, isOnServer, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setClientContext, setLogChannel, setServerContextconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitisOnClient, isOnServer, setClientContext, setServerContextgetClientContextgetServerContexttoDumpString, toStringgetLastAccessedTs, getLastAccessorId, setLastAccessorIdpublic GraphABO(ServerContext serverCtx)
public GraphABO(ClientContext clientCtx)
protected void overtakeABOValues(GraphABO inst)
AbstractABOovertakeABOValues in class AbstractABO<ClientContext,ServerContext,GraphABO>public GraphABO fetch(boolean withLock) throws java.lang.Exception
fetch in class AbstractSingletonABO<ClientContext,ServerContext,GraphABO>java.lang.Exceptionpublic java.util.List<Edge> getEdges()
public java.util.List<Node> getNodes()
public void setRandom(boolean isRandom)
public void scrambleNodes()
public void shakeNodes()
public int findNode(java.lang.String name)
public java.awt.Dimension getSize()
protected void updateOnServer()
throws java.lang.Exception
AbstractABOupdateOnServer in class AbstractABO<ClientContext,ServerContext,GraphABO>java.lang.Exceptionpublic ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class AbstractABO<ClientContext,ServerContext,GraphABO>Copyright © 2011 EsprIT-Systems. All Rights Reserved.