Class TimeSpinner

java.lang.Object
  |
  +--AbstractELOperator
        |
        +--OneArgumentOperator
              |
              +--TimeSpinner
All Implemented Interfaces:
ELOperator

public final class TimeSpinner
extends OneArgumentOperator
implements ELOperator


Fields inherited from interface ELOperator
LARGE_NUMER_OF_ARGUMENTS
 
Constructor Summary
TimeSpinner()
           
 
Method Summary
 void apply(ELMatrix[] argument, ELMatrix out, ELEnvironment environment)
          Applies this operator.
 java.lang.String description()
          An english language description of what this operator does.
 boolean hasExternalInfluences()
          Returns true if the output is influenced by the environment.
protected  java.lang.String iconString()
          Override to change the string painted for an icon.
 java.lang.String name()
          Name of this operator (usually the same as unparse()).
 
Methods inherited from class OneArgumentOperator
checkArguments, function, getMaxNumArguments, getMinNumArguments, unparse
 
Methods inherited from class AbstractELOperator
clamp, paintIcon
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ELOperator
getMaxNumArguments, getMinNumArguments, paintIcon, unparse
 

Constructor Detail

TimeSpinner

public TimeSpinner()
Method Detail

apply

public void apply(ELMatrix[] argument,
                  ELMatrix out,
                  ELEnvironment environment)
Description copied from interface: ELOperator
Applies this operator.
Specified by:
apply in interface ELOperator
Overrides:
apply in class OneArgumentOperator

name

public java.lang.String name()
Description copied from interface: ELOperator
Name of this operator (usually the same as unparse()).
Specified by:
name in interface ELOperator

description

public java.lang.String description()
Description copied from interface: ELOperator
An english language description of what this operator does.
Specified by:
description in interface ELOperator

iconString

protected java.lang.String iconString()
Description copied from class: AbstractELOperator
Override to change the string painted for an icon.
Overrides:
iconString in class AbstractELOperator

hasExternalInfluences

public boolean hasExternalInfluences()
Description copied from interface: ELOperator
Returns true if the output is influenced by the environment.
Specified by:
hasExternalInfluences in interface ELOperator
Overrides:
hasExternalInfluences in class AbstractELOperator