Interface ExternalServiceInputFactory<O,M extends InputManagedObject>
- Type Parameters:
O- Type of object returned from theManagedObject.M- Type ofManagedObject.
- All Known Implementing Classes:
ExternalServiceInputFactoryImpl
public interface ExternalServiceInputFactory<O,M extends InputManagedObject>
Factory to create an
ExternalServiceInput to OfficeFloor.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptioncreateExternalServiceInput(DeployedOfficeInput deployedOfficeInput) Creates theExternalServiceInputfor theDeployedOfficeInput.
-
Method Details
-
createExternalServiceInput
Creates theExternalServiceInputfor theDeployedOfficeInput.- Parameters:
deployedOfficeInput-DeployedOfficeInputto service.- Returns:
ExternalServiceInput.
-