java.lang.Object
de.grogra.imp.GraphDescriptor
de.grogra.imp.FilterDescriptor
- All Implemented Interfaces:
Manageable
- Direct Known Subclasses:
HighlightFilterDescriptor
,TopologyGraphDescriptor
A
FilterDescriptor
can be used as base class for
GraphDescriptor
s
of GraphFilter
s. This class contains
a source descriptor which represents the source
graph of the filter.- Author:
- Ole Kniemeyer
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FilterDescriptor.Type
protected GraphDescriptor
Descriptor for the source graph of the filter.static final SCOType.Field
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
substituteSelection
(GraphState[] gs, Object[] object, boolean[] asNode, int index) Methods inherited from class de.grogra.imp.GraphDescriptor
fieldModified, getGraph, getPathFor, getStamp, manageableReadResolve, manageableWriteReplace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.grogra.persistence.Manageable
getManageableType
-
Field Details
-
source
Descriptor for the source graph of the filter. -
$TYPE
-
source$FIELD
-
-
Constructor Details
-
FilterDescriptor
public FilterDescriptor()
-
-
Method Details
-
substituteSelection
- Overrides:
substituteSelection
in classGraphDescriptor
-