| Package | Description |
|---|---|
| org.aksw.limes.core.gui.util |
| Modifier and Type | Method and Description |
|---|---|
static Restriction |
Restriction.fromString(String s)
returns a Restriction from String
|
| Modifier and Type | Method and Description |
|---|---|
static List<Restriction> |
Restriction.fromString(List<String> restrictionStrings)
creates a list of restrictions from a list of strings
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Restriction.restrictionUnion(Collection<Restriction> restrictions,
String var)
joins restriction with union
|
| Constructor and Description |
|---|
AdvancedKBInfo(String id,
String endpoint,
String var,
String graph,
List<String> properties,
Collection<Restriction> restrictions,
HashMap<String,String> prefixes,
int pageSize) |
Copyright © 2019. All rights reserved.