FileDocCategorySizeDatePackage
Scheduler.javaAPI DocAndroid 5.1 API1233Thu Mar 12 22:22:30 GMT 2015android.filterfw.core

Scheduler

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
booleanfinished()

        // TODO: Check that the state of all nodes is FINISHED.
        return true;
    
android.filterfw.core.FilterGraphgetGraph()

        return mGraph;
    
abstract voidreset()

abstract android.filterfw.core.FilterscheduleNextNode()