Interface IMappingTransformer<T>

Type Parameters:
T - The type of object to transform the mapping into.
All Known Implementing Classes:
AnnotatedAxiomGenerator, AnnotationAxiomGenerator, DirectAxiomGenerator, EquivalentAxiomGenerator, MappingEditor, NamedMappingTransformer, SSSOMTAnnotateFunction, SSSOMTAnnotateObjectFunction, SSSOMTAnnotateSubjectFunction, SSSOMTCheckObjectExistenceFunction, SSSOMTCheckSubjectExistenceFunction, SSSOMTCreateAxiomFunction, SSSOMTInvertFunction, SSSOMTStopFunction, SSSOMTUriExpressionToExtFunction

public interface IMappingTransformer<T>
An interface to transform a mapping into another object.
  • Method Summary

    Modifier and Type
    Method
    Description
    transform(Mapping mapping)
    Transform a mapping into something else.
  • Method Details

    • transform

      T transform(Mapping mapping)
      Transform a mapping into something else.
      Parameters:
      mapping - The mapping to transform.
      Returns:
      The object generated from the mapping.