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
-
Method Details
-
transform
Transform a mapping into something else.- Parameters:
mapping
- The mapping to transform.- Returns:
- The object generated from the mapping.
-