#
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
–
deprecated
ch
ch.datascience
ch.datascience.graph
(object)
Constants
ch.datascience.graph.bases
(trait)
HasId
(trait)
HasKey
(trait)
HasTypes
(trait)
HasValue
ch.datascience.graph.elements
(trait)
Edge
(trait)
Element
(case class)
ListValue
(class)
MultiPropertyValue
(trait)
MultiRecord
(object)
(trait)
Property
(trait)
Record
(trait)
RichProperty
(case class)
SetValue
(case class)
SingleValue
(trait)
TypedMultiRecord
(trait)
TypedRecord
(trait)
Vertex
ch.datascience.graph.elements.detached
(object)
(trait)
DetachedEdge
(object)
(trait)
DetachedProperty
(object)
(trait)
DetachedRichProperty
(object)
(trait)
DetachedVertex
ch.datascience.graph.elements.detached.build
(class)
DetachedListValueBuilder
(class)
DetachedMultiPropertyValueBuilder
(class)
DetachedRichPropertyBuilder
(class)
DetachedSetValueBuilder
(class)
DetachedSingleValueBuilder
ch.datascience.graph.elements.detached.json
(object)
DetachedPropertyFormat
(object)
DetachedRichPropertyFormat
(object)
DetachedVertexFormat
ch.datascience.graph.elements.json
(class)
EdgeReads
(class)
EdgeWrites
(class)
MultiPropertyValueReads
(class)
MultiPropertyValueWrites
(class)
MultiRecordReads
(class)
MultiRecordWrites
(class)
RecordReads
(class)
RecordWrites
(class)
RichPropertyReads
(class)
RichPropertyWrites
(class)
TypedMultiRecordReads
(class)
TypedMultiRecordWrites
(class)
TypedRecordReads
(class)
TypedRecordWrites
(class)
VertexReads
(class)
VertexWrites
ch.datascience.graph.elements.json.compact
(object)
CompactMultiPropertyValue
(object)
CompactMultiRecord
(object)
CompactProperty
(object)
CompactRecord
ch.datascience.graph.elements.mutation
(object)
(trait)
Mutation
(trait)
Operation
ch.datascience.graph.elements.mutation.create
(case class)
CreateEdgeOperation
(trait)
CreateOperation
(case class)
CreateVertexOperation
(case class)
CreateVertexPropertyOperation
ch.datascience.graph.elements.mutation.delete
(case class)
DeleteEdgeOperation
(trait)
DeleteOperation
(case class)
DeleteVertexOperation
(case class)
DeleteVertexPropertyOperation
ch.datascience.graph.elements.mutation.json
(object)
CreateEdgeOperationFormat
(object)
CreateVertexOperationFormat
(object)
CreateVertexPropertyOperationFormat
(object)
MutationFormat
(object)
OperationFormat
(object)
UpdateVertexPropertyOperationFormat
ch.datascience.graph.elements.mutation.log
ch.datascience.graph.elements.mutation.log.model
(case class)
Event
(object)
(case class)
EventStatus
(case class)
MutationFailed
(object)
(class)
MutationResponse
(case class)
MutationSuccess
ch.datascience.graph.elements.mutation.log.model.json
(object)
EventFormat
(object)
EventStatusFormat
(object)
InstantFormat
(object)
MutationResponseMappers
ch.datascience.graph.elements.mutation.tinkerpop_mappers
(case class)
CreateEdgeOperationMapper
(object)
CreateVertexOperationMapper
(object)
CreateVertexPropertyOperationMapper
(object)
Implicits
(trait)
Mapper
(object)
PathHelper
(object)
UpdateVertexPropertyOperationMapper
ch.datascience.graph.elements.mutation.update
(trait)
UpdateOperation
(case class)
UpdateVertexPropertyOperation
ch.datascience.graph.elements.new_
(object)
(trait)
NewEdge
(trait)
NewElement
(object)
(trait)
NewProperty
(object)
(trait)
NewRichProperty
(object)
(trait)
NewVertex
ch.datascience.graph.elements.new_.build
(class)
NewVertexBuilder
ch.datascience.graph.elements.new_.json
(object)
NewEdgeFormat
(object)
NewRichPropertyFormat
(object)
NewVertexFormat
(object)
VertexReferenceReads
(object)
VertexReferenceWrites
ch.datascience.graph.elements.persisted
(case class)
EdgePath
(trait)
HasPath
(class)
Path
(object)
(trait)
PersistedEdge
(trait)
PersistedElement
(trait)
PersistedMultiRecordProperty
(trait)
PersistedMultiRecordRichProperty
(trait)
PersistedProperty
(object)
(trait)
PersistedRecordProperty
(object)
(trait)
PersistedVertex
(object)
(trait)
PersistedVertexProperty
(class)
PropertyPath
(class)
PropertyPathFromMultiRecord
(case class)
PropertyPathFromRecord
(case class)
VertexPath
(case class)
VertexPropertyPath
ch.datascience.graph.elements.persisted.json
(object)
PathMappers
(object)
PersistedEdgeFormat
(object)
PersistedRecordPropertyFormat
(object)
PersistedVertexFormat
(object)
PersistedVertexPropertyFormat
ch.datascience.graph.elements.tinkerpop_mappers
(case class)
BoxedReader
(object)
BoxedValueWriter
(object)
CardinalityWriter
(object)
EdgeIdReader
(case class)
EdgeReader
(trait)
KeyValueReader
(object)
NamespaceAndNameReader
(object)
NamespaceAndNameWriter
(trait)
Reader
(trait)
StringReader
(trait)
SyncReader
(trait)
SyncStringReader
(object)
VertexIdReader
(object)
VertexPropertyIdReader
(case class)
VertexPropertyReader
(case class)
VertexReader
(trait)
Writer
ch.datascience.graph.elements.tinkerpop_mappers.extracted
(case class)
ExtractedEdge
(case class)
ExtractedLeafProperty
(trait)
ExtractedProperty
(case class)
ExtractedVertex
(case class)
ExtractedVertexProperty
ch.datascience.graph.elements.tinkerpop_mappers.extractors
(object)
EdgeExtractor
(trait)
Extractor
(object)
LeafPropertyExtractor
(object)
VertexExtractor
(object)
VertexPropertyExtractor
ch.datascience.graph.elements.tinkerpop_mappers.subreaders
(case class)
EdgeReader
(case class)
LeafPropertyReader
(trait)
RecordReaderHelper
(case class)
VertexPropertyReader
(case class)
VertexReader
ch.datascience.graph.elements.validation
(case class)
BadCardinality
(case class)
BadDataType
(case class)
BadRecord
(object)
(case class)
MultipleErrors
(trait)
MultiPropertyValidator
(case class)
MultiRecordTypeError
(trait)
MultiRecordValidator
(trait)
PropertyValidator
(case class)
RecordTypeError
(trait)
RecordValidator
(trait)
TypedMultiRecordValidator
(trait)
TypedRecordValidator
(case class)
UnknownProperty
(case class)
UnknownType
(trait)
Validated
(trait)
ValidatedMultiProperty
(trait)
ValidatedMultiRecord
(trait)
ValidatedProperty
(trait)
ValidatedRecord
(trait)
ValidatedTypedMultiRecord
(trait)
ValidatedTypedRecord
(trait)
ValidatedVertex
(trait)
ValidationError
(trait)
VertexValidator
(case class)
WrongDefinition
ch.datascience.graph.execution
(trait)
GraphExecutionContext
ch.datascience.graph.naming
(object)
Name
(object)
Namespace
(object)
(case class)
NamespaceAndName
ch.datascience.graph.naming.json
(object)
NameReads
(object)
NamespaceAndNameReads
(object)
NamespaceAndNameWrites
(object)
NamespaceReads
(object)
(trait)
StringFormat
(trait)
StringReads
(trait)
StringWrites
ch.datascience.graph.scope
(trait)
NamedTypeScope
(trait)
PropertyScope
(class)
Scope
ch.datascience.graph.scope.persistence
(trait)
PersistedNamedTypes
(trait)
PersistedProperties
(class)
PersistenceLayer
ch.datascience.graph.scope.persistence.dummy
(trait)
DummyPersistedNamedTypes
(trait)
DummyPersistedProperties
(class)
DummyPersistenceLayer
(trait)
DummyScope
ch.datascience.graph.scope.persistence.json
(object)
FetchNamedTypesForFormats
(class)
FetchPropertiesForQueryReads
(class)
FetchPropertiesForQueryWrites
(object)
FetchPropertiesForResponseReads
(class)
FetchPropertiesForResponseWrites
ch.datascience.graph.scope.persistence.remote
(trait)
ConfiguredClient
(trait)
RemotePersistedNamedTypes
(trait)
RemotePersistedProperties
(class)
RemotePersistenceLayer
(object)
(class)
StandardClient
(object)
(class)
StandardRemotePersistenceLayer
ch.datascience.graph.types
(object)
Bottom
(object)
(class)
Cardinality
(object)
(class)
DataType
(object)
(trait)
EdgeLabel
(trait)
GraphType
(object)
(class)
Multiplicity
(object)
(trait)
NamedType
(object)
(trait)
PropertyKey
(object)
(trait)
RecordType
ch.datascience.graph.types.json
(object)
CardinalityFormat
(object)
DataTypeFormat
(object)
EdgeLabelFormat
(object)
MultiplicityFormat
(object)
NamedTypeFormat
(object)
PropertyKeyFormat
ch.datascience.graph.types.validation
(object)
(case class)
MultipleErrors
(trait)
PropertyKeyValidator
(trait)
RecordTypeValidator
(case class)
UnknownProperty
(trait)
Validated
(trait)
ValidatedPropertyKey
(trait)
ValidatedRecordType
(trait)
ValidationError
ch.datascience.graph.values
(case class)
BooleanValue
(object)
(trait)
BoxedOrValidValue
(object)
(class)
BoxedValue
(case class)
ByteValue
(case class)
CharValue
(case class)
DoubleValue
(case class)
FloatValue
(case class)
IntValue
(trait)
IsBoxedValue
(case class)
LongValue
(case class)
ShortValue
(case class)
StringValue
(case class)
UuidValue
(object)
(trait)
ValidValue
ch.datascience.graph.values.json
(object)
BoxedValueReads
(object)
BoxedValueWrites
(case class)
ValueReads
(object)
ValueWrites