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 Asset
AssetLatchImpl. getAsset()
Methods in net.officefloor.frame.impl.execute.asset with parameters of type Asset Modifier and Type Method Description AssetLatch
AssetManagerImpl. 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 class
ManagedObjectContainerImpl
Container 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 Asset
AssetLatch. getAsset()
Obtains theAsset
for thisAssetLatch
.Methods in net.officefloor.frame.internal.structure with parameters of type Asset Modifier and Type Method Description AssetLatch
AssetManager. createAssetLatch(Asset asset)
Creates a newAssetLatch
.
-