Package wt.graph
Class AbstractObjectGraphNode
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.graph.AbstractObjectGraphNode
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,wt.graph.ObjectGraphNode,DisplayIdentification,wt.util.graph.GraphNodeModel,NodeExpander
public abstract class AbstractObjectGraphNode
extends WTObject
implements wt.graph.ObjectGraphNode, Externalizable
Provides a value-add "basic" implementation of an object graph node abstraction.
It wraps the object graph node factory, and extends the notion of persistability
by being a type of WTObject.
Supported API: true
Extendable: false
This "basic" implementation can be the customizaton point of where to begin specializing. Or alternatively specialization could start at its supertype the object graph node for maximum flexibility.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.util.graph.GraphNodeModel
NEIGHBORFields inherited from interface wt.graph.ObjectGraphNode
EXCLUDED, GRAPH, ID, INFOFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionvoidexpandNode(Persistable origin, Vector edges, Vector nodes) [Default implementation that] expands the node returning all of the links and nodes associated with the parent node.Methods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, getType, initialize, toStringMethods inherited from class wt.fc._WTObject
getClassInfo, getConceptualClassname, getCreateTimestamp, getModifyTimestamp, getPersistInfo, readVersion, setPersistInfoMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getType
-
Method Details
-
expandNode
[Default implementation that] expands the node returning all of the links and nodes associated with the parent node.
Supported API: true- Specified by:
expandNodein interfaceNodeExpander- Parameters:
origin-edges-nodes-- Throws:
WTException
-