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 TypeMethodDescriptionvoid
IAutoDictWithMap.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 TypeMethodDescriptionvoid
BitTypeConstraint.invokeTypesFromDict
(ITypeDictionary dic, Set<String> myDictTypes, Map<String, TypeLevelRequirement> dictTypeMap) void
BitTypeQualification.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 TypeMethodDescriptionvoid
BitTypeWithExpertiseConstraint.invokeTypesFromDict
(ITypeDictionary dic, Set<String> myDictTypes, Map<String, TypeLevelRequirement> dictTypeMap) void
BitTypeWithExpertiseQualification.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 TypeMethodDescriptionvoid
ITypeDictionaryManager.addTypeDictionary
(ITypeDictionary typeDictionary) void
TypeDictionaryManager.addTypeDictionary
(ITypeDictionary typeDictionary)