Package org.openscience.cdk
Interface IImplementationSpecification
- All Known Implementing Classes:
DescriptorSpecification
,ReactionSpecification
public interface IImplementationSpecification
Interface that is used to describe the specification of a certain
implementation of an algorithm.
- Source code:
- main
- Belongs to CDK module:
- standard
-
Method Summary
Modifier and TypeMethodDescriptionIdentifier for this implementation which must include version information.Human-readable name for the implementation for the algorithm specified by the reference.Human-readable name for the vendor that holds copyright for this implementation.Pointer to a dictionary or ontology describing a unique algorithm.
-
Method Details
-
getSpecificationReference
String getSpecificationReference()Pointer to a dictionary or ontology describing a unique algorithm.- Returns:
- the URN pointing to a (virtual) dictionary or ontology.
-
getImplementationTitle
String getImplementationTitle()Human-readable name for the implementation for the algorithm specified by the reference.- Returns:
- the name of this implementation
-
getImplementationIdentifier
String getImplementationIdentifier()Identifier for this implementation which must include version information. The format is free.- Returns:
- a free format identifier for this implementation
-
getImplementationVendor
String getImplementationVendor()Human-readable name for the vendor that holds copyright for this implementation.- Returns:
- the copyright holder of the implementation
-