Package owl_api.binding
Record Class OWLAPIAlgorithmParameterConfig
java.lang.Object
java.lang.Record
owl_api.binding.OWLAPIAlgorithmParameterConfig
- Record Components:
checkerFactory-expansionStrategy-contractionStrategy-progressMonitor-
public record OWLAPIAlgorithmParameterConfig(Optional<OWLAPIKeywords.Explanation.EntailmentCheckerType> checkerFactory, Optional<OWLAPIKeywords.Explanation.ExpansionStrategyType> expansionStrategy, Optional<OWLAPIKeywords.Explanation.ContractionStrategyType> contractionStrategy, Optional<OWLAPIKeywords.Explanation.ExplanationProgressMonitorType> progressMonitor)
extends Record
OWL API Explanator Configuration
-
Constructor Summary
ConstructorsConstructorDescriptionOWLAPIAlgorithmParameterConfig(Optional<OWLAPIKeywords.Explanation.EntailmentCheckerType> checkerFactory, Optional<OWLAPIKeywords.Explanation.ExpansionStrategyType> expansionStrategy, Optional<OWLAPIKeywords.Explanation.ContractionStrategyType> contractionStrategy, Optional<OWLAPIKeywords.Explanation.ExplanationProgressMonitorType> progressMonitor) Creates an instance of aOWLAPIAlgorithmParameterConfigrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecheckerFactoryrecord component.Returns the value of thecontractionStrategyrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theexpansionStrategyrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theprogressMonitorrecord component.toString()Returns a string representation of this record class.
-
Constructor Details
-
OWLAPIAlgorithmParameterConfig
public OWLAPIAlgorithmParameterConfig() -
OWLAPIAlgorithmParameterConfig
public OWLAPIAlgorithmParameterConfig(Optional<OWLAPIKeywords.Explanation.EntailmentCheckerType> checkerFactory, Optional<OWLAPIKeywords.Explanation.ExpansionStrategyType> expansionStrategy, Optional<OWLAPIKeywords.Explanation.ContractionStrategyType> contractionStrategy, Optional<OWLAPIKeywords.Explanation.ExplanationProgressMonitorType> progressMonitor) Creates an instance of aOWLAPIAlgorithmParameterConfigrecord class.- Parameters:
checkerFactory- the value for thecheckerFactoryrecord componentexpansionStrategy- the value for theexpansionStrategyrecord componentcontractionStrategy- the value for thecontractionStrategyrecord componentprogressMonitor- the value for theprogressMonitorrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
checkerFactory
Returns the value of thecheckerFactoryrecord component.- Returns:
- the value of the
checkerFactoryrecord component
-
expansionStrategy
Returns the value of theexpansionStrategyrecord component.- Returns:
- the value of the
expansionStrategyrecord component
-
contractionStrategy
Returns the value of thecontractionStrategyrecord component.- Returns:
- the value of the
contractionStrategyrecord component
-
progressMonitor
Returns the value of theprogressMonitorrecord component.- Returns:
- the value of the
progressMonitorrecord component
-