- Schema - Class in org.aksw.commons.util.jdbc
-
- Schema(Map<String, Relation>, Map<String, PrimaryKey>, Multimap<String, ForeignKey>, Multimap<String, Index>) - Constructor for class org.aksw.commons.util.jdbc.Schema
-
- SerializationUtils - Class in org.aksw.commons.util
-
- SerializationUtils() - Constructor for class org.aksw.commons.util.SerializationUtils
-
- serializeXml(Object, File) - Static method in class org.aksw.commons.util.SerializationUtils
-
- serializeXml(Object, File, boolean) - Static method in class org.aksw.commons.util.SerializationUtils
-
- serializeXml(Object, OutputStream) - Static method in class org.aksw.commons.util.SerializationUtils
-
- setDriverClassName(String) - Method in class org.aksw.commons.util.jdbc.DataSourceConfigDefault
-
- setJdbcUrl(String) - Method in class org.aksw.commons.util.jdbc.DataSourceConfigDefault
-
- setMax(T) - Method in class org.aksw.commons.util.Range
-
- setMin(T) - Method in class org.aksw.commons.util.Range
-
- setPassword(String) - Method in class org.aksw.commons.util.jdbc.DataSourceConfigDefault
-
- setPrefixToNamespace(Map<String, String>) - Method in class org.aksw.commons.util.Prefixer
-
resets everything
- setUsername(String) - Method in class org.aksw.commons.util.jdbc.DataSourceConfigDefault
-
- setValue(V) - Method in class org.aksw.commons.util.Pair
-
- shortestMatchLookup(String, boolean, NavigableMap<String, V>) - Static method in class org.aksw.commons.util.strings.StringUtils
-
- shortestMatchLookup(String, boolean, NavigableSet<String>) - Static method in class org.aksw.commons.util.strings.StringUtils
-
- single(ResultSet, Class<T>) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
-
- single(ResultSet, Class<T>, boolean) - Static method in class org.aksw.commons.util.jdbc.SqlUtils
-
Returns the 1st column of the first row or null of there is no row.
- SqlUtils - Class in org.aksw.commons.util.jdbc
-
- SqlUtils() - Constructor for class org.aksw.commons.util.jdbc.SqlUtils
-
- start() - Method in class org.aksw.commons.util.StopWatch
-
- Statistic - Class in org.aksw.commons.util
-
The class Statistic contains methods for performing basic statistic operations such as the fScore.
- Statistic() - Constructor for class org.aksw.commons.util.Statistic
-
- stop() - Method in class org.aksw.commons.util.StopWatch
-
- StopWatch - Class in org.aksw.commons.util
-
- StopWatch() - Constructor for class org.aksw.commons.util.StopWatch
-
- StreamUtils - Class in org.aksw.commons.util
-
- StreamUtils() - Constructor for class org.aksw.commons.util.StreamUtils
-
- StringPrettyComparator - Class in org.aksw.commons.util.strings
-
Identifies sub-strings that correspond to integers and compares those parts
as integers.
- StringPrettyComparator() - Constructor for class org.aksw.commons.util.strings.StringPrettyComparator
-
- StringUtils - Class in org.aksw.commons.util.strings
-
- StringUtils() - Constructor for class org.aksw.commons.util.strings.StringUtils
-
- strip(String, String...) - Static method in class org.aksw.commons.util.strings.StringUtils
-
Removes prefixes that are also suffixes from a given string
e.g.
- stripNamespace(String) - Method in class org.aksw.commons.util.Prefixer
-
this function calls stripNamespace(uri, true);
- stripNamespace(String, boolean) - Method in class org.aksw.commons.util.Prefixer
-
strips the namespace, either by base or known prefix or a heuristic
- stripNamespaceHeuristic(String) - Static method in class org.aksw.commons.util.Prefixer
-
currently implemented to cut after the last # or if not available after the last /