private static class AbstractChainedReasoner.DerivedReasonerDescriptor extends ReasonerDescriptor
| Constructor and Description |
|---|
DerivedReasonerDescriptor(java.lang.String name,
java.lang.String version,
java.lang.String license,
java.lang.String licenseRestriction)
Creates a new reasoner descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
addCapabilities(ReasonerDescriptor desc)
Adds the capabilities of
desc to the capabilities of this reasoner descriptor. |
addCapabilities, addCapability, getCapabilities, getCapabilityCount, getDownloadSource, getLicense, getLicenseRestriction, getName, getVersion, hasCapability, isReadyForUse, providesAffectedVariablespublic DerivedReasonerDescriptor(java.lang.String name,
java.lang.String version,
java.lang.String license,
java.lang.String licenseRestriction)
name - the name of the reasonerversion - a version description of the integrated reasoner (may be null)license - the license (may be null)licenseRestriction - a restriction of the license to be displayed, e.g. "valid until March 2020" (may
be null)private void addCapabilities(ReasonerDescriptor desc)
desc to the capabilities of this reasoner descriptor.desc - the descriptor to take the capabilities fromCopyright © 2009 - 2018 SSE. All Rights Reserved.