Uses of Class
fi.tut.mei.matchmaking.process.interfacemm.model.StdCharacteristic
-
Packages that use StdCharacteristic Package Description fi.tut.mei.matchmaking.process.interfacemm.model -
-
Uses of StdCharacteristic in fi.tut.mei.matchmaking.process.interfacemm.model
Methods in fi.tut.mei.matchmaking.process.interfacemm.model that return StdCharacteristic Modifier and Type Method Description StdCharacteristicStandard. getStdCharacteristic_byName(String name)Gets the standard characteristic by name.Methods in fi.tut.mei.matchmaking.process.interfacemm.model that return types with arguments of type StdCharacteristic Modifier and Type Method Description Collection<StdCharacteristic>Standard. getStdChar_opt()Gets the list of optional StdCharacteristicsCollection<StdCharacteristic>Standard. getStdChar_req()Gets the list of required StdCharacteristicsMap<String,StdCharacteristic>ResourceType.ContainerResourceTypeWithCharacteristics. getStdChars()Methods in fi.tut.mei.matchmaking.process.interfacemm.model with parameters of type StdCharacteristic Modifier and Type Method Description voidStandard. setStdCharacteristic(StdCharacteristic stdChar, boolean bRequired)Stores standard characteristic to lists of a StandardMethod parameters in fi.tut.mei.matchmaking.process.interfacemm.model with type arguments of type StdCharacteristic Modifier and Type Method Description booleanResourceType. connectResourceType_Fine(String fromStdId, String toStdId, ResourceType toRd, Map<String,StdCharacteristic> fromChars, Map<String,StdCharacteristic> toChars)Connects two resources together at FINE level.
-