SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions
spr_pylib.train.task.SelFramesTask Class Reference
+ Inheritance diagram for spr_pylib.train.task.SelFramesTask:
+ Collaboration diagram for spr_pylib.train.task.SelFramesTask:

Public Member Functions

def __init__
 
def scanForResources
 
- Public Member Functions inherited from spr_pylib.train.task.ShellTask
def __init__
 
def __str__
 
def run
 
def canRunRemote
 
- Public Member Functions inherited from spr_pylib.train.task.Task
def __init__
 Constructor. More...
 
def setCompleted
 
def isCompleted
 
def getName
 Return the name of this task. More...
 
def setName
 Set the name of this task. More...
 
def scanForResources
 Abstract method. More...
 
def checkResourcesAvailable
 Checks if all the resources needed to run this task are available. More...
 
def markResourcesAvailable
 Mark all resources used by this task as available. More...
 
def run
 Abstract method. More...
 
def canRunRemote
 Indicates if this task can be run remotely. More...
 
def __str__
 Returns a string representation of the task. More...
 

Constructor & Destructor Documentation

def spr_pylib.train.task.SelFramesTask.__init__ (   self,
  base = "S",
  nfr_wanted = None,
  nsel = None,
  outf = None,
  unit = None,
  ssp = None,
  ppe = None,
  corpus = None,
  obs = None,
  suffix = None 
)

Member Function Documentation

def spr_pylib.train.task.SelFramesTask.scanForResources (   self,
  resource_list 
)