org.globus.cog.karajan.workflow.nodes.functions
Class Misc

java.lang.Object
  extended byorg.globus.cog.karajan.workflow.nodes.FlowNode
      extended byorg.globus.cog.karajan.workflow.nodes.FlowContainer
          extended byorg.globus.cog.karajan.workflow.nodes.Sequential
              extended byorg.globus.cog.karajan.workflow.nodes.AbstractSequentialWithArguments
                  extended byorg.globus.cog.karajan.workflow.nodes.SequentialWithArguments
                      extended byorg.globus.cog.karajan.workflow.nodes.functions.AbstractFunction
                          extended byorg.globus.cog.karajan.workflow.nodes.functions.FunctionsCollection
                              extended byorg.globus.cog.karajan.workflow.nodes.functions.Misc
All Implemented Interfaces:
EventListener, ExtendedFlowElement, FlowElement, LoadListener

public class Misc
extends FunctionsCollection


Nested Class Summary
 
Nested classes inherited from class org.globus.cog.karajan.workflow.nodes.FlowNode
FlowNode.FNTP
 
Field Summary
 
Fields inherited from class org.globus.cog.karajan.workflow.nodes.functions.FunctionsCollection
argNamesBD
 
Fields inherited from class org.globus.cog.karajan.workflow.nodes.AbstractSequentialWithArguments
commonArguments, QUOTED
 
Fields inherited from class org.globus.cog.karajan.workflow.nodes.Sequential
INDEX
 
Fields inherited from class org.globus.cog.karajan.workflow.nodes.FlowContainer
CALLER
 
Fields inherited from class org.globus.cog.karajan.workflow.nodes.FlowNode
debug, startCount, TEXT, threadTracker
 
Constructor Summary
Misc()
           
 
Method Summary
 Object sys_closestream(VariableStack stack)
           
 String sys_concat(VariableStack stack)
           
 boolean sys_contains(VariableStack stack)
           
 void sys_discard(VariableStack stack)
           
 boolean sys_equals(VariableStack stack)
           
 Object sys_filter(VariableStack stack)
           
 boolean sys_isdefined(VariableStack stack)
           
 boolean sys_istrue(VariableStack stack)
           
 boolean sys_matches(VariableStack stack)
           
 Object sys_nl(VariableStack stack)
           
 double sys_number(VariableStack stack)
           
 Object sys_numberformat(VariableStack stack)
           
 Object sys_outputstream(VariableStack stack)
           
 Object sys_property(VariableStack stack)
           
 RangeIterator sys_range(VariableStack stack)
           
 Object sys_readfile(VariableStack stack)
           
 Object sys_sort(VariableStack stack)
           
 List sys_split(VariableStack stack)
           
 Object sys_strip(VariableStack stack)
           
 Object sys_uid(VariableStack stack)
           
 Object sys_value(VariableStack stack)
           
 
Methods inherited from class org.globus.cog.karajan.workflow.nodes.functions.FunctionsCollection
acceptsInlineText, addAlias, currenttime, function, getArgs, getCanonicalName, getCanonicalType, initializeStatic, setAcceptsInlineText, setElementType, setQuotedArgs
 
Methods inherited from class org.globus.cog.karajan.workflow.nodes.functions.AbstractFunction
executeSimple, isSimple, post, setSimple, setValue
 
Methods inherited from class org.globus.cog.karajan.workflow.nodes.SequentialWithArguments
executeChildren
 
Methods inherited from class org.globus.cog.karajan.workflow.nodes.AbstractSequentialWithArguments
argumentsEvaluated, checkArguments, getArgument, getArgument, getArgumentCount, getArgumentIndex, getArgumentNames, getArguments, getMaxArgIndex, getNonpropargs, getPropargs, getQuotedArgs, getSortedArgs, getVargs, getVargsAsArray, hasArgument, hasNestedArguments, hasVariableArguments, initializeArgs, newNameBindingVariableArguments, newVariableArguments, notificationEvent, pre, processArguments, setArguments, setArguments, setHasVargs, setNestedArgs, setNonpropargs, setQuotedArgs, setVargs
 
Methods inherited from class org.globus.cog.karajan.workflow.nodes.Sequential
executeSingle, exit, moreToExecute, startNext
 
Methods inherited from class org.globus.cog.karajan.workflow.nodes.FlowContainer
addChannel, execute, isOptimizable, setOptimize
 
Methods inherited from class org.globus.cog.karajan.workflow.nodes.FlowNode
abort, addElement, checkClass, checkCompleted, checkFailed, complete, controlEvent, copy, echo, echo, elementCount, elements, end, event, executeErrorHandler, expandProperty, expandProperty, expandPropertyAsString, fail, fail, failIfNotDefined, failIfNull, failIfNull, failImmediately, failImmediately, failImmediately, fireControlEvent, fireMonitoringEvent, fireNotificationEvent, fireStatusMonitoringEvent, get_locator, getBooleanProperty, getBooleanProperty, getElement, getElementType, getIntProperty, getIntProperty, getParent, getProjectNode, getProperty, getStringProperty, getTreeProperty, getVar, hasFrame, hashCode, hasProperty, isCheckpointable, isSystemProperty, loadComplete, loadStarted, monitoringEvent, propertyNames, removeProperty, restart, restartElement, ret, ret, set_locator, setAcceptsInlineText, setCheckpointable, setFrame, setParent, setProperty, setProperty, setProperty, start, startElement, startElement, toString, verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Misc

public Misc()
Method Detail

sys_contains

public boolean sys_contains(VariableStack stack)

sys_equals

public boolean sys_equals(VariableStack stack)
                   throws ExecutionException
Throws:
ExecutionException

sys_numberformat

public Object sys_numberformat(VariableStack stack)
                        throws ExecutionException
Throws:
ExecutionException

sys_readfile

public Object sys_readfile(VariableStack stack)
                    throws ExecutionException
Throws:
ExecutionException

sys_uid

public Object sys_uid(VariableStack stack)
               throws ExecutionException
Throws:
ExecutionException

sys_property

public Object sys_property(VariableStack stack)
                    throws ExecutionException
Throws:
ExecutionException

sys_number

public double sys_number(VariableStack stack)
                  throws ExecutionException
Throws:
ExecutionException

sys_outputstream

public Object sys_outputstream(VariableStack stack)
                        throws ExecutionException
Throws:
ExecutionException

sys_closestream

public Object sys_closestream(VariableStack stack)
                       throws ExecutionException
Throws:
ExecutionException

sys_concat

public String sys_concat(VariableStack stack)
                  throws ExecutionException
Throws:
ExecutionException

sys_isdefined

public boolean sys_isdefined(VariableStack stack)
                      throws ExecutionException
Throws:
ExecutionException

sys_istrue

public boolean sys_istrue(VariableStack stack)
                   throws ExecutionException
Throws:
ExecutionException

sys_matches

public boolean sys_matches(VariableStack stack)
                    throws ExecutionException
Throws:
ExecutionException

sys_split

public List sys_split(VariableStack stack)
               throws ExecutionException
Throws:
ExecutionException

sys_discard

public void sys_discard(VariableStack stack)
                 throws ExecutionException
Throws:
ExecutionException

sys_range

public RangeIterator sys_range(VariableStack stack)
                        throws ExecutionException
Throws:
ExecutionException

sys_filter

public Object sys_filter(VariableStack stack)
                  throws ExecutionException
Throws:
ExecutionException

sys_sort

public Object sys_sort(VariableStack stack)
                throws ExecutionException
Throws:
ExecutionException

sys_value

public Object sys_value(VariableStack stack)
                 throws ExecutionException
Throws:
ExecutionException

sys_nl

public Object sys_nl(VariableStack stack)
              throws ExecutionException
Throws:
ExecutionException

sys_strip

public Object sys_strip(VariableStack stack)
                 throws ExecutionException
Throws:
ExecutionException