Uses of Class
org.incenp.obofoundry.sssom.uriexpr.UriExpression
Packages that use UriExpression
-
Uses of UriExpression in org.incenp.obofoundry.sssom.uriexpr
Methods in org.incenp.obofoundry.sssom.uriexpr that return UriExpressionModifier and TypeMethodDescriptionstatic UriExpression
UriExpression.parse
(String uri, PrefixManager prefixManager) Parses a string into a URI Expression object.Methods in org.incenp.obofoundry.sssom.uriexpr with parameters of type UriExpressionModifier and TypeMethodDescriptionUriExpressionRegistry.applyTemplate
(UriExpression expression, String format) Applies a template to a URI Expression.UriExpressionRegistry.getTemplate
(UriExpression expression, String format) Gets a template in a given format for a URI Expression.