Uses of Interface
com.dna.jopt.member.unit.dict.ITypeDictionary
Packages that use ITypeDictionary
Package
Description
-
Uses of ITypeDictionary in com.dna.jopt.member.unit.condition.autodict
Methods in com.dna.jopt.member.unit.condition.autodict with parameters of type ITypeDictionaryModifier and TypeMethodDescriptionvoidIAutoDictWithMap.invokeTypesFromDict(ITypeDictionary dic, Set<String> myDictTypes, Map<String, T> dictTypeMap) -
Uses of ITypeDictionary in com.dna.jopt.member.unit.condition.bittype
Methods in com.dna.jopt.member.unit.condition.bittype with parameters of type ITypeDictionaryModifier and TypeMethodDescriptionvoidBitTypeConstraint.invokeTypesFromDict(ITypeDictionary dic, Set<String> myDictTypes, Map<String, TypeLevelRequirement> dictTypeMap) voidBitTypeQualification.invokeTypesFromDict(ITypeDictionary dic, Set<String> myDictTypes, Map<String, TypeLevelRequirement> dictTypeMap) -
Uses of ITypeDictionary in com.dna.jopt.member.unit.condition.bittypewithexpertise
Methods in com.dna.jopt.member.unit.condition.bittypewithexpertise with parameters of type ITypeDictionaryModifier and TypeMethodDescriptionvoidBitTypeWithExpertiseConstraint.invokeTypesFromDict(ITypeDictionary dic, Set<String> myDictTypes, Map<String, TypeLevelRequirement> dictTypeMap) voidBitTypeWithExpertiseQualification.invokeTypesFromDict(ITypeDictionary dic, Set<String> myDictTypes, Map<String, TypeLevelOffering> dictTypeMap) -
Uses of ITypeDictionary in com.dna.jopt.member.unit.dict
Classes in com.dna.jopt.member.unit.dict that implement ITypeDictionaryMethods in com.dna.jopt.member.unit.dict that return types with arguments of type ITypeDictionaryModifier and TypeMethodDescriptionITypeDictionaryManager.findDictionaryByType(Class<?> typeClass) ITypeDictionaryManager.findDictionaryByType(String className) TypeDictionaryManager.findDictionaryByType(Class<?> typeClass) TypeDictionaryManager.findDictionaryByType(String className) ITypeDictionaryManager.getDictionaries()TypeDictionaryManager.getDictionaries()Methods in com.dna.jopt.member.unit.dict with parameters of type ITypeDictionaryModifier and TypeMethodDescriptionvoidITypeDictionaryManager.addTypeDictionary(ITypeDictionary typeDictionary) voidTypeDictionaryManager.addTypeDictionary(ITypeDictionary typeDictionary)