Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- Application - Class in io.openml.kugelblitz
-
The main JAR for running the Kugelblitz.
- Application() - Constructor for class io.openml.kugelblitz.Application
C
- customOpenAPI() - Method in class io.openml.kugelblitz.SwaggerConfig
-
Configures the Swagger UI metadata.
E
- emptyGraph() - Static method in class io.openml.kugelblitz.neo4j.Graph
-
Creates a new
Graph
instance with no initial nodes or links in it. - equals(Object) - Method in class io.openml.kugelblitz.neo4j.Link
- equals(Object) - Method in class io.openml.kugelblitz.neo4j.Node
G
- getAttributes() - Method in class io.openml.kugelblitz.neo4j.Link
-
Returns an immutable view of the attributes of this Link.
- getAttributes() - Method in class io.openml.kugelblitz.neo4j.Node
-
Returns an immutable view of the attributes of this Node.
- getId() - Method in class io.openml.kugelblitz.neo4j.Node
- getLabel() - Method in class io.openml.kugelblitz.neo4j.Link
- getLabel() - Method in class io.openml.kugelblitz.neo4j.Node
- getLinks() - Method in class io.openml.kugelblitz.neo4j.Graph
-
Returns an unmodifiable view of all the links in this Graph instance.
- getNodes() - Method in class io.openml.kugelblitz.neo4j.Graph
-
Returns an unmodifiable view of all the nodes in this Graph instance.
- getSourceNodeId() - Method in class io.openml.kugelblitz.neo4j.Link
- getTargetNodeId() - Method in class io.openml.kugelblitz.neo4j.Link
- getUndirectedNeighborsOf(Node) - Method in class io.openml.kugelblitz.neo4j.Graph
-
Returns all weakly connected neighbors of a specified node.
- Graph - Class in io.openml.kugelblitz.neo4j
-
A JSON-serializable object representation of a knowledge graph in Kugelblitz.
- Graph(Set<Node>, Set<Link>) - Constructor for class io.openml.kugelblitz.neo4j.Graph
-
All-args constructor.
H
- hashCode() - Method in class io.openml.kugelblitz.neo4j.Link
- hashCode() - Method in class io.openml.kugelblitz.neo4j.Node
I
- io.openml.kugelblitz - package io.openml.kugelblitz
- io.openml.kugelblitz.arango - package io.openml.kugelblitz.arango
- io.openml.kugelblitz.neo4j - package io.openml.kugelblitz.neo4j
- isEmpty() - Method in class io.openml.kugelblitz.neo4j.Graph
-
Returns whether or not this
Graph
has neither nodes noe links.
L
- LABEL_ATTRIBUTE - Static variable in class io.openml.kugelblitz.neo4j.Link
-
The database node attribute name whose value is used for displaying the relationship caption on UI.
- LABEL_ATTRIBUTE - Static variable in class io.openml.kugelblitz.neo4j.Node
-
The database node attribute name whose value is used for displaying the node caption on UI.
- Link - Class in io.openml.kugelblitz.neo4j
-
A JSON-serializable object representation of a directed link of knowledge graph in Kugelblitz.
M
- main(String[]) - Static method in class io.openml.kugelblitz.Application
-
Entry point.
- merge(Graph) - Method in class io.openml.kugelblitz.neo4j.Graph
N
- Node - Class in io.openml.kugelblitz.neo4j
-
A JSON-serializable object representation of a knowledge graph node in Kugelblitz.
S
- SwaggerConfig - Class in io.openml.kugelblitz
-
Swagger UI metadata configuration.
- SwaggerConfig() - Constructor for class io.openml.kugelblitz.SwaggerConfig
T
- toString() - Method in class io.openml.kugelblitz.neo4j.Graph
-
Returns a JSON serialization of this Graph instance.
- toString() - Method in class io.openml.kugelblitz.neo4j.Link
- toString() - Method in class io.openml.kugelblitz.neo4j.Node
-
Returns a string representation of this Node.
V
- valueOf(Node) - Static method in class io.openml.kugelblitz.neo4j.Node
-
Converts a Neo4J API node to a Kugelblitz
Node
. - valueOf(Relationship) - Static method in class io.openml.kugelblitz.neo4j.Link
-
Converts a Neo4J API relationship to a Kugelblitz
Link
.
All Classes and Interfaces|All Packages|Constant Field Values