quoggles.auxboxes.end
Class End_Box

java.lang.Object
  |
  +--quoggles.boxes.Box
        |
        +--quoggles.auxboxes.end.End_Box
All Implemented Interfaces:
IBox

public class End_Box
extends Box

Input: anything

Output: none


Field Summary
 
Fields inherited from class quoggles.boxes.Box
boxExecuted, iBoxGRep, inputs, outputs, parameters
 
Constructor Summary
End_Box()
           
 
Method Summary
 int[] getOutputTypes()
          Returns empty array of length 0.
 
Methods inherited from class quoggles.boxes.Box
areAllInputsNull, execute, getClassName, getGraphicalRepresentation, getId, getInputTypes, getNode, getNumberOfInputs, getNumberOfOutputs, getOutputAt, getOutputs, getParameters, hasBeenExecuted, ignoreBox, isGraphicalRepNull, isInputSet, isInputSetAt, needsQueryRunner, removeNullValues, reset, reset, setBoxNumber, setCurrentNodesTodo, setCurrentResult, setDefaultParameters, setIgnoreBox, setInputAt, setInputs, setNode, setParameters, setQueryRunner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

End_Box

public End_Box()
Method Detail

getOutputTypes

public int[] getOutputTypes()
Returns empty array of length 0.

Specified by:
getOutputTypes in interface IBox
Overrides:
getOutputTypes in class Box
See Also:
IBox.getOutputTypes()