Class OfficeBindingsImpl
- java.lang.Object
- 
- net.officefloor.compile.impl.structure.OfficeBindingsImpl
 
- 
- All Implemented Interfaces:
- OfficeBindings
 
 public class OfficeBindingsImpl extends java.lang.Object implements OfficeBindings OfficeBindingsimplementation.- Author:
- Daniel Sagenschneider
 
- 
- 
Constructor SummaryConstructors Constructor Description OfficeBindingsImpl(OfficeNode office, OfficeBuilder officeBuilder, OfficeFloorBuilder officeFloorBuilder, CompileContext compileContext)Instantiates.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildInputManagedObjectIntoOffice(InputManagedObjectNode inputManagedObjectNode)Builds theInputManagedObjectNodeinto theOffice.voidbuildManagedFunctionIntoOffice(ManagedFunctionNode managedFunctionNode)Builds theManagedFunctionNodeinto theOffice.voidbuildManagedObjectIntoOffice(BoundManagedObjectNode managedObjectNode)Builds theBoundManagedObjectNodeinto theOffice.voidbuildManagedObjectSourceIntoOffice(ManagedObjectSourceNode managedObjectSourceNode)Builds theManagedObjectSourceNodeinto theOffice.
 
- 
- 
- 
Constructor Detail- 
OfficeBindingsImplpublic OfficeBindingsImpl(OfficeNode office, OfficeBuilder officeBuilder, OfficeFloorBuilder officeFloorBuilder, CompileContext compileContext) Instantiates.- Parameters:
- office-- OfficeNode.
- officeBuilder-- OfficeBuilder.
- officeFloorBuilder-- OfficeFloorBuilder.
- compileContext-- CompileContext.
 
 
- 
 - 
Method Detail- 
buildManagedObjectSourceIntoOfficepublic void buildManagedObjectSourceIntoOffice(ManagedObjectSourceNode managedObjectSourceNode) Description copied from interface:OfficeBindingsBuilds theManagedObjectSourceNodeinto theOffice.- Specified by:
- buildManagedObjectSourceIntoOfficein interface- OfficeBindings
- Parameters:
- managedObjectSourceNode-- ManagedObjectSourceNode.
 
 - 
buildManagedObjectIntoOfficepublic void buildManagedObjectIntoOffice(BoundManagedObjectNode managedObjectNode) Description copied from interface:OfficeBindingsBuilds theBoundManagedObjectNodeinto theOffice.- Specified by:
- buildManagedObjectIntoOfficein interface- OfficeBindings
- Parameters:
- managedObjectNode-- BoundManagedObjectNode.
 
 - 
buildInputManagedObjectIntoOfficepublic void buildInputManagedObjectIntoOffice(InputManagedObjectNode inputManagedObjectNode) Description copied from interface:OfficeBindingsBuilds theInputManagedObjectNodeinto theOffice.- Specified by:
- buildInputManagedObjectIntoOfficein interface- OfficeBindings
- Parameters:
- inputManagedObjectNode-- InputManagedObjectNode.
 
 - 
buildManagedFunctionIntoOfficepublic void buildManagedFunctionIntoOffice(ManagedFunctionNode managedFunctionNode) Description copied from interface:OfficeBindingsBuilds theManagedFunctionNodeinto theOffice.- Specified by:
- buildManagedFunctionIntoOfficein interface- OfficeBindings
- Parameters:
- managedFunctionNode-- ManagedFunctionNode.
 
 
- 
 
-