java.lang.Object
de.grogra.imp.GraphDescriptor
de.grogra.graph.object.sg.impl.SubGraphDescriptor
- All Implemented Interfaces:
Manageable
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SubGraphDescriptor.Type
protected SubGraphImpl
static final SCOType.Field
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the graph described by this descriptor, given the contextview
.Methods inherited from class de.grogra.imp.GraphDescriptor
fieldModified, getPathFor, getStamp, manageableReadResolve, manageableWriteReplace, substituteSelection
-
Field Details
-
subGraph
-
$TYPE
-
subGraph$FIELD
-
-
Constructor Details
-
SubGraphDescriptor
public SubGraphDescriptor()
-
-
Method Details
-
getGraph
Description copied from class:GraphDescriptor
Returns the graph described by this descriptor, given the contextview
.- Specified by:
getGraph
in classGraphDescriptor
- Parameters:
view
- the context for the graph- Returns:
- graph corresponding to this descriptor
-
getManageableType
-