org.globus.cog.karajan.workflow.nodes.functions
Class Misc
java.lang.Object
org.globus.cog.karajan.workflow.nodes.FlowNode
org.globus.cog.karajan.workflow.nodes.FlowContainer
org.globus.cog.karajan.workflow.nodes.Sequential
org.globus.cog.karajan.workflow.nodes.AbstractSequentialWithArguments
org.globus.cog.karajan.workflow.nodes.SequentialWithArguments
org.globus.cog.karajan.workflow.nodes.functions.AbstractFunction
org.globus.cog.karajan.workflow.nodes.functions.FunctionsCollection
org.globus.cog.karajan.workflow.nodes.functions.Misc
- All Implemented Interfaces:
- EventListener, ExtendedFlowElement, FlowElement, LoadListener
- public class Misc
- extends FunctionsCollection
| Fields inherited from class org.globus.cog.karajan.workflow.nodes.Sequential |
INDEX |
|
Constructor Summary |
Misc()
|
| 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.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.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 |
Misc
public Misc()
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