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
ConstructorsModifierConstructorDescriptionprotectedprotectedCounterfactualSearchDomainValue(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
-
Constructor Details
-
CounterfactualSearchDomainValue
protected CounterfactualSearchDomainValue() -
CounterfactualSearchDomainValue
protected CounterfactualSearchDomainValue(org.kie.kogito.tracing.typedvalue.BaseTypedValue.Kind kind, String type)
-