Interface IAutoDict

All Known Subinterfaces:
IAutoDictWithMap<T>
All Known Implementing Classes:
BitTypeConstraint, BitTypeQualification, BitTypeWithExpertiseConstraint, BitTypeWithExpertiseQualification, GenericAbstractAutoDictItemWithMap

public interface IAutoDict
  • Method Details

    • addDictType

      void addDictType(String type)
    • getDictTypes

      Set<String> getDictTypes()
    • getExtendedClass

      Class<?> getExtendedClass()
    • setTypeDictionaryManager

      void setTypeDictionaryManager(ITypeDictionaryManager manager)
    • getAsViolationValue

      String getAsViolationValue(List<Integer> missingTypesInt)
    • needsTranformation

      boolean needsTranformation()
    • getTypeDictionaryManager

      ITypeDictionaryManager getTypeDictionaryManager()
    • resetBitTypeNature

      void resetBitTypeNature()