Modifier and Type | Method | Description |
---|---|---|
org.springframework.http.ResponseEntity<?> |
RouteManager.addAttribute(OWLDataObject attribute) |
Modifier and Type | Class | Description |
---|---|---|
class |
OWLClasses |
|
class |
OWLDataProps |
|
class |
OWLObjProps |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<OWLDataObject> |
ImportOwlManager.getOwlObjects() |
Modifier and Type | Method | Description |
---|---|---|
void |
ImportOwlManager.setOwlObjects(java.util.List<OWLDataObject> owlObjects) |
Modifier and Type | Method | Description |
---|---|---|
OWLDataObject |
ElasticHandler.extractAttribute(org.elasticsearch.search.SearchHit hit) |
Modifier and Type | Method | Description |
---|---|---|
void |
ElasticHandler.addNewAttribute(OWLDataObject newAttribute) |
Modifier and Type | Method | Description |
---|---|---|
org.elasticsearch.action.bulk.BulkResponse |
ElasticHandler.addItems(java.util.List<OWLDataObject> centralModel) |
Modifier and Type | Method | Description |
---|---|---|
org.springframework.http.ResponseEntity<?> |
NewAttributeHandler.handle(org.elasticsearch.client.Client client,
OWLDataObject newAttribute) |
Modifier and Type | Method | Description |
---|---|---|
OWLDataObject |
Alternative.getAttribute() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<OWLDataObject> |
Attributes.getAttributes() |
Modifier and Type | Method | Description |
---|---|---|
void |
Alternative.setAttribute(OWLDataObject attribute) |
Modifier and Type | Method | Description |
---|---|---|
void |
Attributes.setAttributes(java.util.List<OWLDataObject> attributes) |
Constructor | Description |
---|---|
Alternative(java.lang.String name,
float rank,
boolean flag,
OWLDataObject attribute) |