cometa.combine
Class CompoundParamActions

java.lang.Object
  extended by cometa.combine.CompoundParamActions

public abstract class CompoundParamActions
extends java.lang.Object

This is an abstract class that defines the methods that must be implemented by every combination method class. Such classes are referenced by the element

ref
in the method's metadata.


Constructor Summary
CompoundParamActions()
           
 
Method Summary
static java.lang.String deltaTime(Method combMethod, java.lang.String[] args)
           
static java.lang.String evaluate(Method combMethod, java.lang.String paramAction, java.lang.String[] args)
           
static java.lang.String test(Method combMethod, java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundParamActions

public CompoundParamActions()
Method Detail

evaluate

public static java.lang.String evaluate(Method combMethod,
                                        java.lang.String paramAction,
                                        java.lang.String[] args)

test

public static java.lang.String test(Method combMethod,
                                    java.lang.String[] args)

deltaTime

public static java.lang.String deltaTime(Method combMethod,
                                         java.lang.String[] args)