Uses of Class
fi.tut.mei.matchmaking.process.interfacemm.IInterfaceMatchMaker.eMatchingLevel
-
Packages that use IInterfaceMatchMaker.eMatchingLevel Package Description fi.tut.mei.matchmaking.process.interfacemm fi.tut.mei.matchmaking.process.interfacemm.model -
-
Uses of IInterfaceMatchMaker.eMatchingLevel in fi.tut.mei.matchmaking.process.interfacemm
Methods in fi.tut.mei.matchmaking.process.interfacemm that return IInterfaceMatchMaker.eMatchingLevel Modifier and Type Method Description IInterfaceMatchMaker.eMatchingLevel
InterfaceMatchMaker. getMatchingLevel()
static IInterfaceMatchMaker.eMatchingLevel
IInterfaceMatchMaker.eMatchingLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static IInterfaceMatchMaker.eMatchingLevel[]
IInterfaceMatchMaker.eMatchingLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fi.tut.mei.matchmaking.process.interfacemm with parameters of type IInterfaceMatchMaker.eMatchingLevel Modifier and Type Method Description boolean
IInterfaceMatchMaker.eMatchingLevel. isIncludingLevel(IInterfaceMatchMaker.eMatchingLevel other)
Is this level including the given level.boolean
IInterfaceMatchMaker.eMatchingLevel. isLowerOrEqual(IInterfaceMatchMaker.eMatchingLevel other)
This level is lower or equal with the given argument levelvoid
IInterfaceMatchMaker. setMatchingLevel(IInterfaceMatchMaker.eMatchingLevel level)
Sets target interface matching levelvoid
InterfaceMatchMaker. setMatchingLevel(IInterfaceMatchMaker.eMatchingLevel level)
-
Uses of IInterfaceMatchMaker.eMatchingLevel in fi.tut.mei.matchmaking.process.interfacemm.model
Methods in fi.tut.mei.matchmaking.process.interfacemm.model that return IInterfaceMatchMaker.eMatchingLevel Modifier and Type Method Description IInterfaceMatchMaker.eMatchingLevel
IfMatchResult. getMatchingLevel()
Methods in fi.tut.mei.matchmaking.process.interfacemm.model with parameters of type IInterfaceMatchMaker.eMatchingLevel Modifier and Type Method Description int
ResourceType. analyseConnections(int connected, int netID, IInterfaceMatchMaker.eMatchingLevel level)
Analyse recursively resources in a networkvoid
IfMatchResult. setMatchingLevel(IInterfaceMatchMaker.eMatchingLevel matchingLevel)
-