Class CounterfactualSearchDomainCollectionValue
java.lang.Object
org.kie.kogito.tracing.typedvalue.BaseTypedValue<CounterfactualSearchDomainCollectionValue,CounterfactualSearchDomainStructureValue,CounterfactualSearchDomainUnitValue>
org.kie.kogito.explainability.api.CounterfactualSearchDomainValue
org.kie.kogito.explainability.api.CounterfactualSearchDomainCollectionValue
-
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
ConstructorsModifierConstructorDescriptionprotectedCounterfactualSearchDomainCollectionValue(String type, Collection<CounterfactualSearchDomainValue> value) -
Method Summary
Methods inherited from class org.kie.kogito.tracing.typedvalue.BaseTypedValue
getKind, getType, isCollection, isStructure, isUnit, toCollection, toStructure, toUnit
-
Constructor Details
-
CounterfactualSearchDomainCollectionValue
protected CounterfactualSearchDomainCollectionValue() -
CounterfactualSearchDomainCollectionValue
-
CounterfactualSearchDomainCollectionValue
public CounterfactualSearchDomainCollectionValue(String type, Collection<CounterfactualSearchDomainValue> value)
-
-
Method Details
-
getValue
-