java.lang.Object
de.grogra.imp.GraphDescriptor
de.grogra.imp.FilterDescriptor
de.grogra.imp2d.graphs.TopologyGraphDescriptor
- All Implemented Interfaces:
Manageable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class de.grogra.imp.FilterDescriptor
source, source$FIELD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the graph described by this descriptor, given the contextview
.getPathFor
(View view, GraphState gs, Object obj, boolean node) void
substituteSelection
(GraphState[] gs, Object[] object, boolean[] asNode, int index) Methods inherited from class de.grogra.imp.GraphDescriptor
fieldModified, getStamp, manageableReadResolve, manageableWriteReplace
-
Field Details
-
$TYPE
-
-
Constructor Details
-
TopologyGraphDescriptor
public TopologyGraphDescriptor()
-
-
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
-
getPathFor
- Overrides:
getPathFor
in classGraphDescriptor
-
substituteSelection
- Overrides:
substituteSelection
in classFilterDescriptor
-
getManageableType
-