Uses of Class
net.officefloor.model.conform.ExistingItemModel
-
Packages that use ExistingItemModel Package Description net.officefloor.model.conform -
-
Uses of ExistingItemModel in net.officefloor.model.conform
Methods in net.officefloor.model.conform that return ExistingItemModel Modifier and Type Method Description ExistingItemModelExistingItemToTargetItemModel. getExistingItem()Methods in net.officefloor.model.conform that return types with arguments of type ExistingItemModel Modifier and Type Method Description java.util.List<ExistingItemModel>ExistingModel. getExistingItems()RemoveConnectionsAction<ExistingItemModel>ExistingItemModel. removeConnections()Remove Connections.Methods in net.officefloor.model.conform with parameters of type ExistingItemModel Modifier and Type Method Description voidExistingModel. addExistingItem(ExistingItemModel existingItem)voidExistingModel. removeExistingItem(ExistingItemModel existingItem)voidExistingItemToTargetItemModel. setExistingItem(ExistingItemModel existingItem)Constructors in net.officefloor.model.conform with parameters of type ExistingItemModel Constructor Description ExistingItemToTargetItemModel(ExistingItemModel existingItem, TargetItemModel targetItem)Convenience constructor.ExistingItemToTargetItemModel(ExistingItemModel existingItem, TargetItemModel targetItem, int x, int y)Convenience constructor allowing XY initialising.ExistingModel(ExistingItemModel[] existingItem)Convenience constructor.ExistingModel(ExistingItemModel[] existingItem, int x, int y)Convenience constructor allowing XY initialising.
-