de.grogra.imp
Class FilterDescriptor
java.lang.Object
de.grogra.imp.GraphDescriptor
de.grogra.imp.FilterDescriptor
- All Implemented Interfaces:
- Manageable
public abstract class FilterDescriptor
- extends GraphDescriptor
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
$TYPE
public static final FilterDescriptor.Type $TYPE
source
protected GraphDescriptor source
- Descriptor for the source graph of the filter.
source$FIELD
public static final SCOType.Field source$FIELD
FilterDescriptor
public FilterDescriptor()
substituteSelection
public void substituteSelection(GraphState[] gs,
java.lang.Object[] object,
boolean[] asNode,
int index)
- Overrides:
substituteSelection
in class GraphDescriptor