| Package | Description |
|---|---|
| org.aksw.limes.core.gui.controller | |
| org.aksw.limes.core.gui.model | |
| org.aksw.limes.core.gui.model.metric | |
| org.aksw.limes.core.gui.util | |
| org.aksw.limes.core.gui.view |
| Modifier and Type | Method and Description |
|---|---|
void |
EditEndpointsController.save(SourceOrTarget sourceOrTarget,
String endpointURL,
String idNamespace,
String graph,
String pageSize)
Saves edited Endpoint
|
| Modifier and Type | Method and Description |
|---|---|
String |
Config.getPropertyString(String propString,
SourceOrTarget sourceOrTarget)
Returns the property Label
|
String |
Config.removeVar(String property,
SourceOrTarget sot)
Returns the property without the source or target variable
|
String |
Config.reverseRename(String property,
SourceOrTarget sot) |
void |
Config.switchPropertyOptional(String property,
SourceOrTarget sot) |
| Modifier and Type | Field and Description |
|---|---|
protected SourceOrTarget |
Property.origin
Origin
|
| Modifier and Type | Method and Description |
|---|---|
SourceOrTarget |
Property.getOrigin()
Getter Origin
|
| Constructor and Description |
|---|
Property(String id,
SourceOrTarget origin,
boolean optional)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static SourceOrTarget |
SourceOrTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceOrTarget[] |
SourceOrTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditEndpointsView.setFields(SourceOrTarget sourceOrTarget,
String endpoint,
String idNamespace,
String graph,
String pageSize)
Fills the Textfield with the Information
|
void |
EditPropertyMatchingView.showAvailableProperties(SourceOrTarget sourceOrTarget,
List<String> properties)
Shows the available properties
|
void |
EditClassMatchingView.showTree(SourceOrTarget sourceOrTarget,
List<ClassMatchingNode> items,
ClassMatchingNode currentClass)
shows the tree after classes are loaded from controller
|
Copyright © 2018. All rights reserved.