Uses of Class
fi.tut.mei.matchmaking.process.interfacemm.model.ResourceInstance
-
Packages that use ResourceInstance Package Description fi.tut.mei.matchmaking.process.interfacemm fi.tut.mei.matchmaking.process.interfacemm.model -
-
Uses of ResourceInstance in fi.tut.mei.matchmaking.process.interfacemm
Methods in fi.tut.mei.matchmaking.process.interfacemm with parameters of type ResourceInstance Modifier and Type Method Description voidInterfaceMatchMaker.InputResources. addResource(ResourceType rd, ResourceInstance rid) -
Uses of ResourceInstance in fi.tut.mei.matchmaking.process.interfacemm.model
Methods in fi.tut.mei.matchmaking.process.interfacemm.model that return types with arguments of type ResourceInstance Modifier and Type Method Description List<ResourceInstance>ResourceType. getRids()Methods in fi.tut.mei.matchmaking.process.interfacemm.model with parameters of type ResourceInstance Modifier and Type Method Description booleanResourceType. addRid(ResourceInstance rid)Adds ResourceInstnace to the list of RIDs
-