Uses of Interface
net.officefloor.frame.internal.structure.Asset
-
Packages that use Asset Package Description net.officefloor.frame.impl.execute.asset net.officefloor.frame.impl.execute.managedobject net.officefloor.frame.internal.structure -
-
Uses of Asset in net.officefloor.frame.impl.execute.asset
Methods in net.officefloor.frame.impl.execute.asset that return Asset Modifier and Type Method Description AssetAssetLatchImpl. getAsset()Methods in net.officefloor.frame.impl.execute.asset with parameters of type Asset Modifier and Type Method Description AssetLatchAssetManagerImpl. createAssetLatch(Asset asset)Constructors in net.officefloor.frame.impl.execute.asset with parameters of type Asset Constructor Description AssetLatchImpl(Asset asset, AssetManagerImpl assetManager, MonitorClock clock)Initiate. -
Uses of Asset in net.officefloor.frame.impl.execute.managedobject
Classes in net.officefloor.frame.impl.execute.managedobject that implement Asset Modifier and Type Class Description classManagedObjectContainerImplContainer of aManagedObject. -
Uses of Asset in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return Asset Modifier and Type Method Description AssetAssetLatch. getAsset()Obtains theAssetfor thisAssetLatch.Methods in net.officefloor.frame.internal.structure with parameters of type Asset Modifier and Type Method Description AssetLatchAssetManager. createAssetLatch(Asset asset)Creates a newAssetLatch.
-