Class AutoWireStateManagerFactoryImpl
- java.lang.Object
-
- net.officefloor.compile.impl.state.autowire.AutoWireStateManagerFactoryImpl
-
- All Implemented Interfaces:
AutoWireStateManagerFactory
public class AutoWireStateManagerFactoryImpl extends java.lang.Object implements AutoWireStateManagerFactory
AutoWireStateManagerFactoryimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description AutoWireStateManagerFactoryImpl(OfficeFloor officeFloor, OfficeNode officeNode, AutoWirer<LinkObjectNode> autoWirer, InternalSupplier[] internalSuppliers, MonitorClock monitorClock)Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoWireStateManagercreateAutoWireStateManager()Creates theAutoWireStateManager.
-
-
-
Constructor Detail
-
AutoWireStateManagerFactoryImpl
public AutoWireStateManagerFactoryImpl(OfficeFloor officeFloor, OfficeNode officeNode, AutoWirer<LinkObjectNode> autoWirer, InternalSupplier[] internalSuppliers, MonitorClock monitorClock)
Instantiate.- Parameters:
officeFloor-OfficeFloor.officeNode-OfficeNode.autoWirer-AutoWirer.internalSuppliers-InternalSupplierinstances.monitorClock-MonitorClock.
-
-
Method Detail
-
createAutoWireStateManager
public AutoWireStateManager createAutoWireStateManager()
Description copied from interface:AutoWireStateManagerFactoryCreates theAutoWireStateManager.- Specified by:
createAutoWireStateManagerin interfaceAutoWireStateManagerFactory- Returns:
AutoWireStateManager.
-
-