Class SSSOMPrefixMap
java.lang.Object
de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.SSSOMPrefixMap
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
expandObject
(Object shortFormObject) Expands the given parameter with the prefixes stored in this prefix map.shortenObject
(Object longFormObject) Shortens the given parameter with the prefixes stored in this prefix map.
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
prefixMap
-
cache
-
-
Constructor Details
-
SSSOMPrefixMap
public SSSOMPrefixMap()
-
-
Method Details
-
add
-
addAll
-
expand
-
expandObject
Expands the given parameter with the prefixes stored in this prefix map. The object can be a string or list of strings.- Parameters:
shortFormObject
- the object which may contains short forms- Returns:
- the modified value
-
shorten
-
shortenObject
Shortens the given parameter with the prefixes stored in this prefix map. The object can be a string or list of strings.- Parameters:
longFormObject
- the object which may contains long forms- Returns:
- the modified value
-
getPrefixMap
-