A B C D E G H I L M N O P Q R S T U 

A

addEdge(String, Vertex) - Method in class net.deelam.graphtools.GraphRecord
 
addEdge(GraphRecordEdge) - Method in class net.deelam.graphtools.GraphRecord
 
addMetaDataNode(GraphUri, IdGraph<?>) - Static method in class net.deelam.graphtools.GraphUtils
 

B

begin(TransactionalGraph) - Static method in class net.deelam.graphtools.GraphTransaction
 

C

checkTransactionsClosed() - Static method in class net.deelam.graphtools.GraphTransaction
 
clearGraph(Graph) - Static method in class net.deelam.graphtools.GraphUtils
 
clearGraph(TransactionalGraph) - Static method in class net.deelam.graphtools.GraphUtils
 
clearProperties() - Method in class net.deelam.graphtools.GraphRecordElement
 
commit(int) - Static method in class net.deelam.graphtools.GraphTransaction
 
count(Graph) - Static method in class net.deelam.graphtools.GraphUtils
 
createNewIdGraph(boolean) - Method in class net.deelam.graphtools.GraphUri
Create a new empty graph, deleting any existing graph if deleteExisting=true

D

delete(GraphUri) - Method in class net.deelam.graphtools.graphfactories.IdGraphFactoryNeo4j
 
delete(GraphUri) - Method in class net.deelam.graphtools.graphfactories.IdGraphFactoryOrientdb
 
delete(GraphUri) - Method in class net.deelam.graphtools.graphfactories.IdGraphFactoryTinker
 
delete(GraphUri) - Method in interface net.deelam.graphtools.IdGraphFactory
Delete graph if it exists

E

emptyCopy() - Method in class net.deelam.graphtools.GraphRecordEdge
 
equals(Object) - Method in class net.deelam.graphtools.GraphRecord
 
equals(Object) - Method in class net.deelam.graphtools.GraphRecordEdge
 
equals(Object) - Method in class net.deelam.graphtools.GraphRecordElement
 
exists(GraphUri) - Method in class net.deelam.graphtools.graphfactories.IdGraphFactoryNeo4j
 
exists(GraphUri) - Method in class net.deelam.graphtools.graphfactories.IdGraphFactoryOrientdb
 
exists(GraphUri) - Method in class net.deelam.graphtools.graphfactories.IdGraphFactoryTinker
 
exists(GraphUri) - Method in interface net.deelam.graphtools.IdGraphFactory
 
exportGraphml(Graph, String) - Static method in class net.deelam.graphtools.GraphExporter
 
exportGraphml(Graph, String, boolean) - Static method in class net.deelam.graphtools.GraphExporter
 
exportGson(Graph, String) - Static method in class net.deelam.graphtools.GraphExporter
 
extractSchema(Graph, Graph) - Method in class net.deelam.graphtools.GraphSchemaStats
 

G

getEdgeCount(Graph) - Static method in class net.deelam.graphtools.GraphUtils
 
getEdgeLabels() - Method in class net.deelam.graphtools.GraphUri
 
getEdges(Direction, String...) - Method in class net.deelam.graphtools.GraphRecord
 
getId() - Method in class net.deelam.graphtools.GraphRecordElement
 
getInEdge(String) - Method in class net.deelam.graphtools.GraphRecord
 
getInNodeId() - Method in class net.deelam.graphtools.GraphRecordEdge
 
getLongId() - Method in class net.deelam.graphtools.GraphRecord
 
getNodeCount(Graph) - Static method in class net.deelam.graphtools.GraphUtils
 
getNodeId(Direction) - Method in class net.deelam.graphtools.GraphRecordEdge
 
getOppositeDirection(Direction) - Static method in class net.deelam.graphtools.GraphRecord
 
getOutEdge(String) - Method in class net.deelam.graphtools.GraphRecord
 
getOutNodeId() - Method in class net.deelam.graphtools.GraphRecordEdge
 
getProperty(String) - Method in class net.deelam.graphtools.GraphRecordElement
 
getPropertyKeys() - Method in class net.deelam.graphtools.GraphRecordElement
 
getSchema(Graph) - Method in class net.deelam.graphtools.GraphSchemaStats
 
getStringId() - Method in class net.deelam.graphtools.GraphRecordElement
 
getType(Vertex) - Static method in class net.deelam.graphtools.GraphRecord
 
getType() - Method in class net.deelam.graphtools.GraphRecord
 
getUri() - Method in class net.deelam.graphtools.GraphUri
 
getUriPath() - Method in class net.deelam.graphtools.GraphUri
 
getVertex(Direction) - Method in class net.deelam.graphtools.GraphRecordEdge
 
getVertexTypes() - Method in class net.deelam.graphtools.GraphUri
 
getVertices(Direction, String...) - Method in class net.deelam.graphtools.GraphRecord
 
GraphExporter - Class in net.deelam.graphtools
 
GraphExporter() - Constructor for class net.deelam.graphtools.GraphExporter
 
graphHolder - Static variable in class net.deelam.graphtools.GraphTransaction
 
GraphRecord - Class in net.deelam.graphtools
 
GraphRecord(String) - Constructor for class net.deelam.graphtools.GraphRecord
 
GraphRecord(String, String) - Constructor for class net.deelam.graphtools.GraphRecord
 
GraphRecordEdge - Class in net.deelam.graphtools
This class is created only for ingestion.
GraphRecordEdge(String, String, Vertex, Vertex) - Constructor for class net.deelam.graphtools.GraphRecordEdge
 
GraphRecordEdge(String, Vertex, Vertex) - Constructor for class net.deelam.graphtools.GraphRecordEdge
 
GraphRecordElement - Class in net.deelam.graphtools
 
GraphRecordElement(String) - Constructor for class net.deelam.graphtools.GraphRecordElement
 
GraphRecordMerger - Interface in net.deelam.graphtools
 
GraphSchemaStats - Class in net.deelam.graphtools
 
GraphSchemaStats() - Constructor for class net.deelam.graphtools.GraphSchemaStats
 
graphtools - package graphtools
 
GraphTransaction - Class in net.deelam.graphtools
This class does not create new objects.
GraphTransaction() - Constructor for class net.deelam.graphtools.GraphTransaction
 
GraphUri - Class in net.deelam.graphtools
GraphUri examples: "tinker:": in-memory TinkerGraph "tinker:/tmp/testGraphs/tGraph": on-disk TinkerGraph in absolute directory "tinker:./testGraphs/tGraph": on-disk TinkerGraph in relative directory "tinker:./testGraphs/tGraphML?fileType=graphml": on-disk TinkerGraph in GraphML format See associated unit tests.
GraphUri(String) - Constructor for class net.deelam.graphtools.GraphUri
 
GraphUri(String, Configuration) - Constructor for class net.deelam.graphtools.GraphUri
 
GraphUtils - Class in net.deelam.graphtools
Operations on Blueprints graphs
GraphUtils() - Constructor for class net.deelam.graphtools.GraphUtils
 

H

hasEndpoints(Edge, Vertex, Vertex) - Static method in class net.deelam.graphtools.GraphUtils
 
hashCode() - Method in class net.deelam.graphtools.GraphRecord
 
hashCode() - Method in class net.deelam.graphtools.GraphRecordEdge
 
hashCode() - Method in class net.deelam.graphtools.GraphRecordElement
 
hasSameEndpoints(Edge, Edge) - Static method in class net.deelam.graphtools.GraphUtils
 

I

id - Variable in class net.deelam.graphtools.GraphRecordElement
 
IdGraphFactory - Interface in net.deelam.graphtools
 
IdGraphFactoryNeo4j - Class in net.deelam.graphtools.graphfactories
 
IdGraphFactoryNeo4j() - Constructor for class net.deelam.graphtools.graphfactories.IdGraphFactoryNeo4j
 
IdGraphFactoryOrientdb - Class in net.deelam.graphtools.graphfactories
 
IdGraphFactoryOrientdb() - Constructor for class net.deelam.graphtools.graphfactories.IdGraphFactoryOrientdb
 
IdGraphFactoryTinker - Class in net.deelam.graphtools.graphfactories
 
IdGraphFactoryTinker() - Constructor for class net.deelam.graphtools.graphfactories.IdGraphFactoryTinker
 
inEdges - Variable in class net.deelam.graphtools.GraphRecord
 
inVertexStringId - Variable in class net.deelam.graphtools.GraphRecordEdge
 
isInTransaction() - Static method in class net.deelam.graphtools.GraphTransaction
 
isOuterMostTransaction() - Static method in class net.deelam.graphtools.GraphTransaction
 
isWrappedWithin(Graph, Graph) - Static method in class net.deelam.graphtools.GraphUtils
 

L

label - Variable in class net.deelam.graphtools.GraphRecordEdge
 
LONG_ID_PROPKEY - Static variable in class net.deelam.graphtools.GraphRecordElement
 

M

main(String[]) - Static method in class graphtools.Run
 
main(String[]) - Static method in class net.deelam.graphtools.PrettyPrintXml
 
merge(GraphRecord, GraphRecord) - Method in interface net.deelam.graphtools.GraphRecordMerger
 

N

nestingCounter - Static variable in class net.deelam.graphtools.GraphTransaction
 
net.deelam.graphtools - package net.deelam.graphtools
 
net.deelam.graphtools.graphfactories - package net.deelam.graphtools.graphfactories
 

O

open(GraphUri) - Method in class net.deelam.graphtools.graphfactories.IdGraphFactoryNeo4j
 
open(GraphUri) - Method in class net.deelam.graphtools.graphfactories.IdGraphFactoryOrientdb
 
open(GraphUri) - Method in class net.deelam.graphtools.graphfactories.IdGraphFactoryTinker
 
open(GraphUri) - Method in interface net.deelam.graphtools.IdGraphFactory
Open existing or create a new graph
openExistingIdGraph() - Method in class net.deelam.graphtools.GraphUri
 
openIdGraph() - Method in class net.deelam.graphtools.GraphUri
Open existing or create a new graph
openIdGraph(Class<T>) - Method in class net.deelam.graphtools.GraphUri
Open existing or create a new graph
outEdges - Variable in class net.deelam.graphtools.GraphRecord
 
outVertexStringId - Variable in class net.deelam.graphtools.GraphRecordEdge
 

P

prettyPrint(String, String) - Static method in class net.deelam.graphtools.PrettyPrintXml
 
prettyPrint(InputStream, Writer) - Static method in class net.deelam.graphtools.PrettyPrintXml
 
PrettyPrintXml - Class in net.deelam.graphtools
 
PrettyPrintXml() - Constructor for class net.deelam.graphtools.PrettyPrintXml
 
printConfig(Configuration) - Static method in class net.deelam.graphtools.GraphUri
 
props - Variable in class net.deelam.graphtools.GraphRecordElement
 

Q

query() - Method in class net.deelam.graphtools.GraphRecord
 

R

register() - Static method in class net.deelam.graphtools.graphfactories.IdGraphFactoryNeo4j
 
register() - Static method in class net.deelam.graphtools.graphfactories.IdGraphFactoryOrientdb
 
register() - Static method in class net.deelam.graphtools.graphfactories.IdGraphFactoryTinker
 
register(String, IdGraphFactory) - Static method in class net.deelam.graphtools.GraphUri
 
remove() - Method in class net.deelam.graphtools.GraphRecordElement
 
removeProperty(String) - Method in class net.deelam.graphtools.GraphRecordElement
 
rollback(int) - Static method in class net.deelam.graphtools.GraphTransaction
Assumes commit() will not be called for the corresponding begin() associated with this transaction.
rollbackCalled - Static variable in class net.deelam.graphtools.GraphTransaction
 
Run - Class in graphtools
Convenience class to run classes from the command line.
Run() - Constructor for class graphtools.Run
 

S

setInNodeId(long) - Method in class net.deelam.graphtools.GraphRecordEdge
 
setLongId(long) - Method in class net.deelam.graphtools.GraphRecord
 
setNodeId(Direction, long) - Method in class net.deelam.graphtools.GraphRecordEdge
 
setOutNodeId(long) - Method in class net.deelam.graphtools.GraphRecordEdge
 
setProperty(String, Object) - Method in class net.deelam.graphtools.GraphRecordElement
 

T

toString() - Method in class net.deelam.graphtools.GraphRecord
 
toString() - Method in class net.deelam.graphtools.GraphRecordEdge
 
toString(Graph) - Static method in class net.deelam.graphtools.GraphUtils
 
toString(Graph, int) - Static method in class net.deelam.graphtools.GraphUtils
 
toString(Graph, int, String...) - Static method in class net.deelam.graphtools.GraphUtils
 
toString(Element, String, String...) - Static method in class net.deelam.graphtools.GraphUtils
 
toString(Element, String, boolean) - Static method in class net.deelam.graphtools.GraphUtils
 
toString(Element) - Static method in class net.deelam.graphtools.GraphUtils
 
toString(Iterable<? extends Element>) - Static method in class net.deelam.graphtools.GraphUtils
 

U

unwrapToGraphType(Class<T>, Graph) - Static method in class net.deelam.graphtools.GraphUtils
 
URI_SCHEMA_PART - Static variable in class net.deelam.graphtools.GraphUri
 
A B C D E G H I L M N O P Q R S T U 

Copyright © 2015. All rights reserved.