Uses of Interface
net.officefloor.compile.spi.office.AugmentedFunctionObject
-
Packages that use AugmentedFunctionObject Package Description net.officefloor.compile.impl.structure net.officefloor.compile.internal.structure net.officefloor.compile.spi.office -
-
Uses of AugmentedFunctionObject in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement AugmentedFunctionObject Modifier and Type Class Description classFunctionObjectNodeImplFunctionObjectNodeimplementation.Methods in net.officefloor.compile.impl.structure that return AugmentedFunctionObject Modifier and Type Method Description AugmentedFunctionObjectManagedFunctionNodeImpl. getAugmentedFunctionObject(java.lang.String objectName) -
Uses of AugmentedFunctionObject in net.officefloor.compile.internal.structure
Subinterfaces of AugmentedFunctionObject in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceFunctionObjectNodeFunctionObjectnode.Methods in net.officefloor.compile.internal.structure that return AugmentedFunctionObject Modifier and Type Method Description AugmentedFunctionObjectManagedFunctionNode. getAugmentedFunctionObject(java.lang.String objectName)Obtains theAugmentedFunctionObject. -
Uses of AugmentedFunctionObject in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return AugmentedFunctionObject Modifier and Type Method Description AugmentedFunctionObjectManagedFunctionAugmentorContext. getFunctionObject(java.lang.String objectName)Obtains theAugmentedFunctionObjectfor theManagedFunction.Methods in net.officefloor.compile.spi.office with parameters of type AugmentedFunctionObject Modifier and Type Method Description voidManagedFunctionAugmentorContext. link(AugmentedFunctionObject object, OfficeManagedObject managedObject)Links theAugmentedFunctionObjectto theOfficeManagedObject.
-