Uses of Class
de.julielab.concepts.db.creators.Node
-
-
Uses of Node in de.julielab.concepts.db.creators
Methods in de.julielab.concepts.db.creators that return Node Modifier and Type Method Description NodeForest. addNode(de.julielab.neo4j.plugins.datarepresentation.ConceptCoordinates id)Adds a new node with the given ID if there is not yet a node with that ID.NodeForest. addNode(de.julielab.neo4j.plugins.datarepresentation.ConceptCoordinates id, Node parent)NodeForest. addNode(de.julielab.neo4j.plugins.datarepresentation.ConceptCoordinates id, de.julielab.neo4j.plugins.datarepresentation.ConceptCoordinates parentId)NodeForest. addNode(de.julielab.neo4j.plugins.datarepresentation.ConceptCoordinates id, Iterable<de.julielab.neo4j.plugins.datarepresentation.ConceptCoordinates> parentIds)NodeForest. addNode(de.julielab.neo4j.plugins.datarepresentation.ImportConcept concept)Methods in de.julielab.concepts.db.creators that return types with arguments of type Node Modifier and Type Method Description Set<Node>Node. getParents()Optional<Node>Forest. getRoot(de.julielab.neo4j.plugins.datarepresentation.ConceptCoordinates geneId)Set<Node>Forest. getRoots(de.julielab.neo4j.plugins.datarepresentation.ConceptCoordinates id)Methods in de.julielab.concepts.db.creators with parameters of type Node Modifier and Type Method Description NodeForest. addNode(de.julielab.neo4j.plugins.datarepresentation.ConceptCoordinates id, Node parent)voidNode. addParent(Node parent)Method parameters in de.julielab.concepts.db.creators with type arguments of type Node Modifier and Type Method Description voidNode. setParents(Set<Node> parents)
-