Uses of Enum Class
org.ek9lang.compiler.support.inputvariety.ClassConfidence
Packages that use ClassConfidence
-
Uses of ClassConfidence in org.ek9lang.compiler.support.inputvariety
Subclasses with type arguments of type ClassConfidence in org.ek9lang.compiler.support.inputvarietyModifier and TypeClassDescriptionenumHow trustworthy a type's value-class set is — the honesty tag for the input-variation metric.Methods in org.ek9lang.compiler.support.inputvariety that return ClassConfidenceModifier and TypeMethodDescriptionTypeClassModel.confidence()Returns the value of theconfidencerecord component.TypeVariety.confidence()Returns the value of theconfidencerecord component.static ClassConfidenceReturns the enum constant of this class with the specified name.static ClassConfidence[]ClassConfidence.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ek9lang.compiler.support.inputvariety that return types with arguments of type ClassConfidenceModifier and TypeMethodDescriptionInputVarietyDenominator.perParameterConfidence()Returns the value of theperParameterConfidencerecord component.Constructors in org.ek9lang.compiler.support.inputvariety with parameters of type ClassConfidenceModifierConstructorDescriptionTypeClassModel(String typeName, ClassConfidence confidence, List<ValueClassId> classes) Creates an instance of aTypeClassModelrecord class.TypeVariety(int classCount, ClassConfidence confidence) Creates an instance of aTypeVarietyrecord class.Constructor parameters in org.ek9lang.compiler.support.inputvariety with type arguments of type ClassConfidenceModifierConstructorDescriptionInputVarietyDenominator(long floor, long pairwiseDenominator, List<ClassConfidence> perParameterConfidence, boolean exempt) Creates an instance of aInputVarietyDenominatorrecord class.