Uses of Class
org.incenp.obofoundry.sssom.PrefixManager
-
-
Uses of PrefixManager in org.incenp.obofoundry.sssom
Fields in org.incenp.obofoundry.sssom declared as PrefixManager Modifier and Type Field Description protected PrefixManagerSSSOMWriter. prefixManagerMethods in org.incenp.obofoundry.sssom that return PrefixManager Modifier and Type Method Description PrefixManagerYAMLConverter. getPrefixManager()Gets the prefix manager used by this object to expand shortened entity references in values.Constructors in org.incenp.obofoundry.sssom with parameters of type PrefixManager Constructor Description ExtensionSlotManager(ExtraMetadataPolicy policy, PrefixManager prefixManager)Creates a new instance. -
Uses of PrefixManager in org.incenp.obofoundry.sssom.owl
Methods in org.incenp.obofoundry.sssom.owl with parameters of type PrefixManager Modifier and Type Method Description voidSSSOMTOwlApplication. onInit(PrefixManager prefixManager) -
Uses of PrefixManager in org.incenp.obofoundry.sssom.rdf
Methods in org.incenp.obofoundry.sssom.rdf with parameters of type PrefixManager Modifier and Type Method Description org.eclipse.rdf4j.model.ModelRDFConverter. toRDF(MappingSet ms, PrefixManager prefixManager)Converts a MappingSet to a Rdf4J model, optional including namespace declarations for all prefixes held in the specified PrefixManager. -
Uses of PrefixManager in org.incenp.obofoundry.sssom.slots
Methods in org.incenp.obofoundry.sssom.slots with parameters of type PrefixManager Modifier and Type Method Description voidSlotHelper. expandIdentifiers(T object, PrefixManager prefixManager)Expands identifiers in all slots holding entity references. -
Uses of PrefixManager in org.incenp.obofoundry.sssom.transform
Fields in org.incenp.obofoundry.sssom.transform declared as PrefixManager Modifier and Type Field Description protected PrefixManagerSSSOMTransformReader. prefixManagerMethods in org.incenp.obofoundry.sssom.transform that return PrefixManager Modifier and Type Method Description PrefixManagerSSSOMTransformApplication. getPrefixManager()Gets the prefix manager used by this application.Methods in org.incenp.obofoundry.sssom.transform with parameters of type PrefixManager Modifier and Type Method Description voidISSSOMTransformApplication. onInit(PrefixManager prefixManager)Initialises the application.voidSSSOMTransformApplication. onInit(PrefixManager prefixManager)voidMappingFormatter. setPrefixManager(PrefixManager prefixManager)Sets the prefix manager to use when attempting to resolve a placeholder name into the name of an extension slot.voidSSSOMTransformReader. setPrefixManager(PrefixManager prefixManager)Sets the prefix manager to use.Constructors in org.incenp.obofoundry.sssom.transform with parameters of type PrefixManager Constructor Description MappingEditor(PrefixManager prefixManager)Creates a new instance with the specified prefix manager.SSSOMTPrefixFunction(PrefixManager prefixManager)Creates a new instance.SSSOMTShortFunction(PrefixManager prefixManager)Creates a new instance.SSSOMTSuffixFunction(PrefixManager prefixManager)Creates a new instance. -
Uses of PrefixManager in org.incenp.obofoundry.sssom.uriexpr
Methods in org.incenp.obofoundry.sssom.uriexpr with parameters of type PrefixManager Modifier and Type Method Description static UriExpressionUriExpression. parse(String uri, PrefixManager prefixManager)Parses a string into a URI Expression object.StringUriExpression. toURI(PrefixManager prefixManager)Turns this object back to a string representation.Constructors in org.incenp.obofoundry.sssom.uriexpr with parameters of type PrefixManager Constructor Description SSSOMTUriExpressionSlotValueFunction(PrefixManager prefixManager)Creates a new instance.
-