Uses of Interface
org.incenp.obofoundry.sssom.transform.ISSSOMTFunction
-
Packages that use ISSSOMTFunction Package Description org.incenp.obofoundry.sssom.owl org.incenp.obofoundry.sssom.transform org.incenp.obofoundry.sssom.uriexpr -
-
Uses of ISSSOMTFunction in org.incenp.obofoundry.sssom.owl
Classes in org.incenp.obofoundry.sssom.owl that implement ISSSOMTFunction Modifier and Type Class Description classSSSOMTAnnotateFunctionRepresents the SSSOM/T-OWL generator function "annotate".classSSSOMTCreateAxiomFunctionRepresents the SSSOM/T-OWL generator function "create_axiom".classSSSOMTDeclareFunctionRepresents the SSSOM/T-OWL "declare" function.classSSSOMTDirectFunctionRepresents the SSSOM/T-OWL generator function "direct".classSSSOMTExistsFunctionRepresents the SSSOM/T-OWL filter function "exists".classSSSOMTIsAFunctionRepresents the SSSOM/T-OWL filter function "is_a". -
Uses of ISSSOMTFunction in org.incenp.obofoundry.sssom.transform
Classes in org.incenp.obofoundry.sssom.transform that implement ISSSOMTFunction Modifier and Type Class Description classSSSOMTAssignFunctionRepresents the SSSOM/T standard preprocessor function "assign".classSSSOMTConfidenceFilterFunctionRepresents the SSSOM/T filter function "confidence".classSSSOMTDuplicateFunctionRepresents the SSSOM/T filter function "is_duplicate".classSSSOMTHasExtensionFunctionRepresents the SSSOM/T filter function "has_extension".classSSSOMTInferCardinalityFunctionRepresents the SSSOM/T standard callback function “infer_cardinality”.classSSSOMTInvertFunctionRepresents the SSSOM/T standard preprocessor function "invert".classSSSOMTReplaceFunctionRepresents the SSSOM/T standard preprocessor function "replace".classSSSOMTSetvarCallbackFunctionRepresents the SSSOM/T standard callback function "set_var".classSSSOMTSetvarFunctionRepresents the SSSOM/T standard directive function "set_var".classSSSOMTStopFunctionRepresents the SSSOM/T standard preprocessor function "stop".Methods in org.incenp.obofoundry.sssom.transform with parameters of type ISSSOMTFunction Modifier and Type Method Description voidSSSOMTransformApplication. registerCallback(ISSSOMTFunction<IMappingProcessorCallback> function)Registers a new SSSOM/T callback function.voidSSSOMTransformApplication. registerDirective(ISSSOMTFunction<Void> function)Registers a new SSSOM/T directive function.voidSSSOMTransformApplication. registerFilter(ISSSOMTFunction<IMappingFilter> function)Registers a new SSSOM/T filter function.voidSSSOMTransformApplication. registerGenerator(ISSSOMTFunction<IMappingTransformer<T>> function)Registers a new SSSOM/T generator function.voidSSSOMTransformApplication. registerPreprocessor(ISSSOMTFunction<IMappingTransformer<Mapping>> function)Registers a new SSSOM/T preprocessor function. -
Uses of ISSSOMTFunction in org.incenp.obofoundry.sssom.uriexpr
Classes in org.incenp.obofoundry.sssom.uriexpr that implement ISSSOMTFunction Modifier and Type Class Description classSSSOMTUriExpressionContainsFunction<T>Represents the SSSOM/T filter function "uriexpr_contains".classSSSOMTUriExpressionDeclareFormatFunctionRepresents the SSSOM/T-OWL directive function "uriexpr_declare_format".classSSSOMTUriExpressionToExtFunction<T>Represents the SSSOM/T preprocessor function "uriexpr_toext".
-