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.eMatchingLevelInterfaceMatchMaker. getMatchingLevel()static IInterfaceMatchMaker.eMatchingLevelIInterfaceMatchMaker.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 booleanIInterfaceMatchMaker.eMatchingLevel. isIncludingLevel(IInterfaceMatchMaker.eMatchingLevel other)Is this level including the given level.booleanIInterfaceMatchMaker.eMatchingLevel. isLowerOrEqual(IInterfaceMatchMaker.eMatchingLevel other)This level is lower or equal with the given argument levelvoidIInterfaceMatchMaker. setMatchingLevel(IInterfaceMatchMaker.eMatchingLevel level)Sets target interface matching levelvoidInterfaceMatchMaker. 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.eMatchingLevelIfMatchResult. getMatchingLevel()Methods in fi.tut.mei.matchmaking.process.interfacemm.model with parameters of type IInterfaceMatchMaker.eMatchingLevel Modifier and Type Method Description intResourceType. analyseConnections(int connected, int netID, IInterfaceMatchMaker.eMatchingLevel level)Analyse recursively resources in a networkvoidIfMatchResult. setMatchingLevel(IInterfaceMatchMaker.eMatchingLevel matchingLevel)
-