Interface AugmentedFunctionObject
-
- All Known Subinterfaces:
FunctionObjectNode
- All Known Implementing Classes:
FunctionObjectNodeImpl
public interface AugmentedFunctionObjectAugmentedFunctionObject.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflagAsParameter()Flags thisFunctionObjectas a parameter for theManagedFunction.java.lang.StringgetFunctionObjectName()Obtains the name of thisFunctionObject.booleanisLinked()Indicates if theFunctionObjectis already linked.
-
-
-
Method Detail
-
getFunctionObjectName
java.lang.String getFunctionObjectName()
Obtains the name of thisFunctionObject.- Returns:
- Name of this
FunctionObject.
-
flagAsParameter
void flagAsParameter()
Flags thisFunctionObjectas a parameter for theManagedFunction.
-
isLinked
boolean isLinked()
Indicates if theFunctionObjectis already linked.- Returns:
trueif already linked.
-
-