File
Doc
Category
Size
Date
Package
Scheduler.java
API Doc
Android 5.1 API
1233
Thu Mar 12 22:22:30 GMT 2015
android.filterfw.core
Scheduler
java.lang.Object
public abstract class Scheduler extends Object
hide
Fields Summary
private android.filterfw.core.FilterGraph
mGraph
Constructors Summary
Scheduler
(
android.filterfw.core.FilterGraph
graph)
mGraph = graph;
Methods Summary
boolean
finished
()
// TODO: Check that the state of all nodes is FINISHED. return true;
android.filterfw.core.FilterGraph
getGraph
()
return mGraph;
abstract void
reset
()
abstract
android.filterfw.core.Filter
scheduleNextNode
()
Java Code Source