modnlp.vis.action.filter
public class SubtreeExpansionFilter extends prefuse.action.GroupAction
| Constructor and Description |
|---|
SubtreeExpansionFilter(java.lang.String group)
Create a new SubtreeExpansionFilter that processes the given group.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSources()
Get the name of the group to use as source nodes
|
void |
run(double frac) |
void |
setSources(java.lang.String sources)
Set the name of the group
|
addActivityListener, alwaysRunAfter, cancel, fireActivityCancelled, fireActivityFinished, fireActivityScheduled, fireActivityStarted, fireActivityStepped, getDuration, getNextTime, getPace, getPacingFunction, getStartTime, getStepTime, getStopTime, isEnabled, isRunning, isScheduled, removeActivityListener, run, runAfter, runAt, setDuration, setEnabled, setPacingFunction, setStartTime, setStepTimepublic SubtreeExpansionFilter(java.lang.String group)
group - the data group to process.public java.lang.String getSources()
public void setSources(java.lang.String sources)
sources - the source data grouppublic void run(double frac)
run in class prefuse.action.GroupActionGroupAction.run(double)