physis.core.task.math
Class Sub

java.lang.Object
  |
  +--physis.core.task.TaskAdapter
        |
        +--physis.core.task.math.Sub
All Implemented Interfaces:
Task

public class Sub
extends TaskAdapter


Fields inherited from class physis.core.task.TaskAdapter
counter, id, meritmultipliers
 
Constructor Summary
Sub()
           
 
Method Summary
 boolean checkActivity(int[] in, int[] out)
          Checks an IO activity whether it performs the represented task.
 int getInputSize()
          Returns the number of input arguments.
 int getOutputSize()
          Returns the number of generated values.
 
Methods inherited from class physis.core.task.TaskAdapter
changeBonuses, getCounter, getID, getMeritMultiplier, getName, getNumberOfRewardedPerforms, increaseCounter, setID, setMeritMultipliers, shouldBeCleared, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

Sub

public Sub()
Method Detail

checkActivity

public boolean checkActivity(int[] in,
                             int[] out)
Description copied from interface: Task
Checks an IO activity whether it performs the represented task.
Overrides:
checkActivity in class TaskAdapter

getInputSize

public int getInputSize()
Description copied from interface: Task
Returns the number of input arguments.
Overrides:
getInputSize in class TaskAdapter

getOutputSize

public int getOutputSize()
Description copied from interface: Task
Returns the number of generated values.
Overrides:
getOutputSize in class TaskAdapter