Class CounterfactualSearchDomainValue

java.lang.Object
org.kie.kogito.tracing.typedvalue.BaseTypedValue<CounterfactualSearchDomainCollectionValue,CounterfactualSearchDomainStructureValue,CounterfactualSearchDomainUnitValue>
org.kie.kogito.explainability.api.CounterfactualSearchDomainValue
Direct Known Subclasses:
CounterfactualSearchDomainCollectionValue, CounterfactualSearchDomainStructureValue, CounterfactualSearchDomainUnitValue

public abstract class CounterfactualSearchDomainValue extends org.kie.kogito.tracing.typedvalue.BaseTypedValue<CounterfactualSearchDomainCollectionValue,CounterfactualSearchDomainStructureValue,CounterfactualSearchDomainUnitValue>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.kie.kogito.tracing.typedvalue.BaseTypedValue

    org.kie.kogito.tracing.typedvalue.BaseTypedValue.Kind
  • Field Summary

    Fields inherited from class org.kie.kogito.tracing.typedvalue.BaseTypedValue

    kind, type
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
    protected
    CounterfactualSearchDomainValue(org.kie.kogito.tracing.typedvalue.BaseTypedValue.Kind kind, String type)
     
  • Method Summary

    Methods inherited from class org.kie.kogito.tracing.typedvalue.BaseTypedValue

    getKind, getType, isCollection, isStructure, isUnit, toCollection, toStructure, toUnit

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CounterfactualSearchDomainValue

      protected CounterfactualSearchDomainValue()
    • CounterfactualSearchDomainValue

      protected CounterfactualSearchDomainValue(org.kie.kogito.tracing.typedvalue.BaseTypedValue.Kind kind, String type)