Interface FunctionObject
-
- All Superinterfaces:
SectionDependencyRequireNode
- All Known Subinterfaces:
FunctionObjectNode
- All Known Implementing Classes:
FunctionObjectNodeImpl
public interface FunctionObject extends SectionDependencyRequireNode
Object
required by theSectionFunction
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
flagAsParameter()
Flags thisFunctionObject
as a parameter for theManagedFunction
.java.lang.String
getFunctionObjectName()
Obtains the name of thisFunctionObject
.
-
-
-
Method Detail
-
getFunctionObjectName
java.lang.String getFunctionObjectName()
Obtains the name of thisFunctionObject
.- Returns:
- Name of this
FunctionObject
.
-
flagAsParameter
void flagAsParameter()
Flags thisFunctionObject
as a parameter for theManagedFunction
.
-
-