Uses of Interface
net.officefloor.frame.internal.structure.ManagedObjectSourceInstance
-
Packages that use ManagedObjectSourceInstance Package Description net.officefloor.frame.impl.execute.officefloor net.officefloor.frame.internal.structure -
-
Uses of ManagedObjectSourceInstance in net.officefloor.frame.impl.execute.officefloor
Classes in net.officefloor.frame.impl.execute.officefloor that implement ManagedObjectSourceInstance Modifier and Type Class Description class
ManagedObjectSourceInstanceImpl<F extends java.lang.Enum<F>>
ManagedObjectSourceInstance
implementation.Methods in net.officefloor.frame.impl.execute.officefloor that return ManagedObjectSourceInstance Modifier and Type Method Description ManagedObjectSourceInstance<?>[][]
OfficeFloorMetaDataImpl. getManagedObjectSourceInstances()
Constructors in net.officefloor.frame.impl.execute.officefloor with parameters of type ManagedObjectSourceInstance Constructor Description OfficeFloorMetaDataImpl(TeamManagement[] teams, ManagedObjectSourceInstance<?>[][] managedObjectSourceInstances, OfficeMetaData[] officeMetaData, long maxStartupWaitTime)
Initiate. -
Uses of ManagedObjectSourceInstance in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ManagedObjectSourceInstance Modifier and Type Method Description ManagedObjectSourceInstance<?>[][]
OfficeFloorMetaData. getManagedObjectSourceInstances()
Obtains theManagedObjectSourceInstance
instances contained within theOfficeFloor
.
-