Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
530 0 0 0 100% 138.495

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
org.gradoop.temporal.model.impl.operators.diff 1 0 0 0 100% 0.528
org.gradoop.temporal.model.impl.operators.verify 1 0 0 0 100% 0.357
org.gradoop.temporal.model.impl 32 0 0 0 100% 6.13
org.gradoop.temporal.io.impl.csv 2 0 0 0 100% 0.839
org.gradoop.temporal.io.impl.csv.indexed 5 0 0 0 100% 1.819
org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation 29 0 0 0 100% 0.054
org.gradoop.temporal.model.impl.operators.matching.single.cypher 164 0 0 0 100% 72.328
org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning 15 0 0 0 100% 4.443
org.gradoop.temporal.model.impl.operators.metric.functions 3 0 0 0 100% 0.001
org.gradoop.temporal.model.impl.operators.keyedgrouping.keys 4 0 0 0 100% 0.002
org.gradoop.temporal.model.impl.operators.tostring 2 0 0 0 100% 0.719
org.gradoop.temporal.model.impl.operators.snapshot 25 0 0 0 100% 5.254
org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos 8 0 0 0 100% 0.068
org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation 25 0 0 0 100% 5.338
org.gradoop.temporal.model.impl.functions 17 0 0 0 100% 0.002
org.gradoop.temporal.model.impl.operators.diff.functions 8 0 0 0 100% 0.655
org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos 2 0 0 0 100% 0.002
org.gradoop.temporal.io.impl.parquet 4 0 0 0 100% 5.472
org.gradoop.temporal.model.impl.operators.metric 24 0 0 0 100% 3.904
org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter 14 0 0 0 100% 0.124
org.gradoop.temporal.model.impl.operators.verify.functions 4 0 0 0 100% 0.003
org.gradoop.temporal.util 2 0 0 0 100% 0.007
org.gradoop.temporal.model.impl.operators.equality 9 0 0 0 100% 18.844
org.gradoop.temporal.model.impl.operators.aggregation.functions 49 0 0 0 100% 1.935
org.gradoop.temporal.model.api.functions 3 0 0 0 100% 0.04
org.gradoop.temporal.model.impl.operators.keyedgrouping 3 0 0 0 100% 7.748
org.gradoop.temporal.model.impl.layout 27 0 0 0 100% 1.128
org.gradoop.temporal.model.impl.pojo 24 0 0 0 100% 0.678
org.gradoop.temporal.model.impl.operators.matching.common.query 11 0 0 0 100% 0.041
org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables 8 0 0 0 100% 0.006
org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf 5 0 0 0 100% 0.026

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.gradoop.temporal.model.impl.operators.diff

Class Tests Errors Failures Skipped Success Rate Time
DiffTest 1 0 0 0 100% 0.528

org.gradoop.temporal.model.impl.operators.verify

Class Tests Errors Failures Skipped Success Rate Time
VerifyAndUpdateEdgeValidityTest 1 0 0 0 100% 0.357

org.gradoop.temporal.model.impl

Class Tests Errors Failures Skipped Success Rate Time
TemporalGraphFactoryTest 2 0 0 0 100% 0.513
TemporalGraphCollectionFactoryTest 7 0 0 0 100% 1.386
TemporalGraphTest 10 0 0 0 100% 2.595
TemporalGraphCollectionTest 13 0 0 0 100% 1.636

org.gradoop.temporal.io.impl.csv

Class Tests Errors Failures Skipped Success Rate Time
TemporalCSVSourceAndSinkTest 2 0 0 0 100% 0.839

org.gradoop.temporal.io.impl.csv.indexed

Class Tests Errors Failures Skipped Success Rate Time
TemporalIndexedCSVDataSinkTest 2 0 0 0 100% 1.073
TemporalIndexedCSVDataSourceTest 3 0 0 0 100% 0.746

org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation

Class Tests Errors Failures Skipped Success Rate Time
SyntacticSubsumptionTest 5 0 0 0 100% 0.006
TemporalSubsumtionTest 5 0 0 0 100% 0.014
BoundsInferenceTest 9 0 0 0 100% 0.023
MinMaxUnfoldingTest 1 0 0 0 100% 0.006
NormalizationTest 2 0 0 0 100% 0.001
AddTrivialConstraintsTest 4 0 0 0 100% 0.002
TrivialContradictionsTest 2 0 0 0 100% 0.001
TrivialTautologiesTest 1 0 0 0 100% 0.001

org.gradoop.temporal.model.impl.operators.matching.single.cypher

Class Tests Errors Failures Skipped Success Rate Time
TemporalPatternMatchingIsomorphismTest 79 0 0 0 100% 36.356
TemporalPatternMatchingHomomorphismTest 85 0 0 0 100% 35.972

org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning

Class Tests Errors Failures Skipped Success Rate Time
BinningTemporalGraphStatisticsTest 14 0 0 0 100% 4.319
BinningTemporalGraphStatisticsFactoryTest 1 0 0 0 100% 0.124

org.gradoop.temporal.model.impl.operators.metric.functions

Class Tests Errors Failures Skipped Success Rate Time
CalculateDegreesFlatMapTest 3 0 0 0 100% 0.001

org.gradoop.temporal.model.impl.operators.keyedgrouping.keys

Class Tests Errors Failures Skipped Success Rate Time
TimeStampKeyFunctionTest 4 0 0 0 100% 0.002

org.gradoop.temporal.model.impl.operators.tostring

Class Tests Errors Failures Skipped Success Rate Time
TemporalCanonicalAdjacencyMatrixBuilderTest 2 0 0 0 100% 0.719

org.gradoop.temporal.model.impl.operators.snapshot

Class Tests Errors Failures Skipped Success Rate Time
SnapshotApiTest 7 0 0 0 100% 2.667
SnapshotTest 16 0 0 0 100% 2.314
ByTemporalPredicateTest 2 0 0 0 100% 0.273

org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos

Class Tests Errors Failures Skipped Success Rate Time
BinningTest 2 0 0 0 100% 0.001
ReservoirSamplerTest 1 0 0 0 100% 0.003
TemporalElementStatsTest 5 0 0 0 100% 0.064

org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation

Class Tests Errors Failures Skipped Success Rate Time
CNFEstimationTest 8 0 0 0 100% 1.726
JoinTemporalEstimatorTest 8 0 0 0 100% 1.751
FilterTemporalEstimatorTest 4 0 0 0 100% 0.862
TemporalQueryPlanTemporalEstimatorTest 5 0 0 0 100% 0.999

org.gradoop.temporal.model.impl.functions

Class Tests Errors Failures Skipped Success Rate Time
TemporalPredicateTests 17 0 0 0 100% 0.002

org.gradoop.temporal.model.impl.operators.diff.functions

Class Tests Errors Failures Skipped Success Rate Time
DiffPerElementTest 8 0 0 0 100% 0.655

org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos

Class Tests Errors Failures Skipped Success Rate Time
EmbeddingTPGMFactoryTest 2 0 0 0 100% 0.002

org.gradoop.temporal.io.impl.parquet

Class Tests Errors Failures Skipped Success Rate Time
TemporalParquetTest 2 0 0 0 100% 3.247
TemporalParquetProtobufTest 2 0 0 0 100% 2.225

org.gradoop.temporal.model.impl.operators.metric

Class Tests Errors Failures Skipped Success Rate Time
VertexCentricMinDegreeEvolutionTest 6 0 0 0 100% 0.989
VertexCentricAverageDegreeEvolutionTest 6 0 0 0 100% 0.923
VertexCentricMaxDegreeEvolutionTest 6 0 0 0 100% 0.941
TemporalVertexDegreeTest 6 0 0 0 100% 1.051

org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter

Class Tests Errors Failures Skipped Success Rate Time
FilterAndProjectTemporalVerticesTest 6 0 0 0 100% 0.053
FilterAndProjectTemporalEdgesTest 8 0 0 0 100% 0.071

org.gradoop.temporal.model.impl.operators.verify.functions

Class Tests Errors Failures Skipped Success Rate Time
UpdateEdgeValidityTest 4 0 0 0 100% 0.003

org.gradoop.temporal.util

Class Tests Errors Failures Skipped Success Rate Time
TimeFormatConversionTest 2 0 0 0 100% 0.007

org.gradoop.temporal.model.impl.operators.equality

Class Tests Errors Failures Skipped Success Rate Time
TemporalEqualityTest 9 0 0 0 100% 18.844

org.gradoop.temporal.model.impl.operators.aggregation.functions

Class Tests Errors Failures Skipped Success Rate Time
MinMaxDurationWithTemporalUnitTest 18 0 0 0 100% 0.006
AbstractTimeAggregateFunctionTest 4 0 0 0 100% 0.047
MinMaxTimeTest 8 0 0 0 100% 1.622
AverageDurationTest 14 0 0 0 100% 0.165
MinMaxDurationTest 5 0 0 0 100% 0.095

org.gradoop.temporal.model.api.functions

Class Tests Errors Failures Skipped Success Rate Time
TemporalAggregateFunctionTest 3 0 0 0 100% 0.04

org.gradoop.temporal.model.impl.operators.keyedgrouping

Class Tests Errors Failures Skipped Success Rate Time
TemporalGroupingTest 3 0 0 0 100% 7.748

org.gradoop.temporal.model.impl.layout

Class Tests Errors Failures Skipped Success Rate Time
TemporalGraphCollectionLayoutFactoryTest 7 0 0 0 100% 0.721
TemporalGraphLayoutFactoryTest 2 0 0 0 100% 0.293
TemporalGVELayoutTest 7 0 0 0 100% 0.052
TemporalIndexedLayoutTest 11 0 0 0 100% 0.062

org.gradoop.temporal.model.impl.pojo

Class Tests Errors Failures Skipped Success Rate Time
TemporalElementTest 7 0 0 0 100% 0.579
TemporalGraphHeadTest 3 0 0 0 100% 0
TemporalGraphElementTest 6 0 0 0 100% 0.099
TemporalEdgeTest 5 0 0 0 100% 0
TemporalVertexTest 3 0 0 0 100% 0

org.gradoop.temporal.model.impl.operators.matching.common.query

Class Tests Errors Failures Skipped Success Rate Time
TemporalQueryHandlerTest 11 0 0 0 100% 0.041

org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables

Class Tests Errors Failures Skipped Success Rate Time
TimeSelectorComparableTest 2 0 0 0 100% 0.004
TimeLiteralComparableTest 1 0 0 0 100% 0.001
MinTimePointComparableTest 1 0 0 0 100% 0
MaxTimePointComparableTest 1 0 0 0 100% 0
TimeConstantComparableTest 1 0 0 0 100% 0
DurationComparableTest 2 0 0 0 100% 0.001

org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf

Class Tests Errors Failures Skipped Success Rate Time
FilterAndProjectTemporalVerticesTest 2 0 0 0 100% 0.014
FilterAndProjectTemporalEdgesTest 3 0 0 0 100% 0.012

Test Cases

[Summary] [Package List] [Test Cases]

TimeFormatConversionTest

toEpochMilliTest 0.007
toLocalDateTimeTest 0

TemporalElementTest

testConstructor 0.572
testGetterAndSetter 0.002
testTimeGetterWithNullTimeDimension 0.002
testTimeGetterWithTxTimeDimension 0
testTimeGetterWithValidTimeDimension 0.001
testTransactionTimeSetterWithInvalidValues 0.001
testValidTimeSetterWithInvalidValues 0.001

TemporalGraphHeadTest

testCreateGraphHead 0
testDefaultConstructor 0
testFromNonTemporalGraphHead 0

TemporalGraphElementTest

testAddGraphId 0.096
testAddGraphIdWithEmptyIds 0.001
testGetGraphCount 0
testGetGraphIds 0
testResetGraphIds 0.001
testSetGraphIds 0.001

TemporalEdgeTest

testConstructor 0
testCreateEdge 0
testDefaultConstructorAndSetter 0
testDefaultTemporalAttributes 0
testFromNonTemporalEdge 0

TemporalVertexTest

testCreateVertex 0
testDefaultConstructor 0
testFromNonTemporalVertex 0

TemporalGroupingTest

testDurationKeyFunctionOnGraph 5.728
testTimeIntervalKeyFunctionOnGraph 0.592
testTimeStampKeyFunctionOnGraph 1.428

TimeStampKeyFunctionTest

testAddKeyToElement 0.001
testGetKey 0
testWithDefaultValueWithFieldExtraction 0.001
testWithDefaultValueWithoutFieldExtraction 0

DiffPerElementTest

testWithEdges 0.003
testWithEdges 0
testWithEdgesInDataSets 0.178
testWithEdgesInDataSets 0.168
testWithVertices 0
testWithVertices 0
testWithVerticesInDataSets 0.158
testWithVerticesInDataSets 0.148

DiffTest

testDiffOnGraph 0.528

VerifyAndUpdateEdgeValidityTest

testVerify 0.357

UpdateEdgeValidityTest

testRemoveNonOverlapping 0.001
testUpdateBoth 0
testUpdateValidFrom 0.001
testUpdateValidTo 0.001

MinMaxDurationWithTemporalUnitTest

testInvalidUnitMaxDuration 0.002
testInvalidUnitMinDuration 0
testMaxDurationPostAggregate 0
testMaxDurationPostAggregate 0.001
testMaxDurationPostAggregate 0
testMaxDurationPostAggregate 0
testMaxDurationPostAggregate 0
testMaxDurationPostAggregate 0
testMaxDurationPostAggregateDefaultResult 0
testMaxDurationPostAggregateWrongType 0
testMinDurationPostAggregate 0.001
testMinDurationPostAggregate 0
testMinDurationPostAggregate 0
testMinDurationPostAggregate 0.001
testMinDurationPostAggregate 0
testMinDurationPostAggregate 0
testMinDurationPostAggregateDefaultResult 0.001
testMinDurationPostAggregateWrongType 0

AbstractTimeAggregateFunctionTest

testGetIncrement 0.045
testGetIncrement 0.001
testGetIncrement 0
testGetIncrement 0.001

MinMaxTimeTest

testAggregationFunctions 0.378
testAggregationFunctions 0.221
testAggregationFunctions 0.18
testAggregationFunctions 0.197
testAggregationFunctionsWithAllDefaults 0.168
testAggregationFunctionsWithAllDefaults 0.17
testAggregationFunctionsWithAllDefaults 0.16
testAggregationFunctionsWithAllDefaults 0.148

AverageDurationTest

testGetIncrementForTxTime 0.001
testGetIncrementForTxTime 0
testGetIncrementForTxTime 0
testGetIncrementForTxTime 0
testGetIncrementForValidTime 0.001
testGetIncrementForValidTime 0
testGetIncrementForValidTime 0
testGetIncrementForValidTime 0
testPostAggregateWithTimeUnits 0
testPostAggregateWithTimeUnits 0.001
testPostAggregateWithTimeUnits 0
testPostAggregateWithTimeUnits 0
testPostAggregateWithTimeUnits 0
testWithAggregation 0.162

SnapshotApiTest

testAsOf 0.432
testBetween 0.395
testContainedIn 0.372
testCreatedIn 0.379
testDeletedIn 0.382
testFromTo 0.347
testValidDuring 0.36

SnapshotTest

runTest 0.161
runTest 0.197
runTest 0.155
runTest 0.126
runTest 0.138
runTest 0.127
runTest 0.157
runTest 0.136
runTest 0.136
runTest 0.147
runTest 0.156
runTest 0.138
runTest 0.147
runTest 0.151
runTest 0.116
runTest 0.126

ByTemporalPredicateTest

testForEdges 0.138
testForVertices 0.135

TemporalCanonicalAdjacencyMatrixBuilderTest

testDirected 0.352
testUndirected 0.367

TemporalEqualityTest

testCollectionEqualityByGraphData 3.41
testCollectionEqualityByGraphElementData 2.613
testCollectionEqualityByGraphElementIds 2.251
testCollectionEqualityByGraphIds 1.251
testGraphEqualityByData 2.327
testGraphEqualityByElementData 1.846
testGraphEqualityByElementIds 1.734
testUndirectedCollectionEquality 1.866
testUndirectedGraphEquality 1.546

TemporalGraphCollectionLayoutFactoryTest

testCreateEmptyCollection 0.147
testFromCollections 0.139
testFromDataSets 0.124
testFromGraphLayout 0.134
testFromThreeDataSets 0.155
testFromTransactions 0.002
testFromTransactionsWithReduceFunctions 0.02

TemporalGraphLayoutFactoryTest

testFromDataSets 0.16
testFromDataSetsWithGraphHeads 0.133

TemporalPredicateTests

runTest 0
runTest 0
runTest 0
runTest 0
runTest 0
runTest 0
runTest 0
runTest 0
runTest 0
runTest 0
runTest 0
runTest 0
runTest 0.001
runTest 0
runTest 0
runTest 0.001
runTest 0

TemporalGraphFactoryTest

testCreateEmptyGraph 0.363
testFromNonTemporalDataSets 0.15

TemporalGraphCollectionFactoryTest

testCreateEmptyCollection 0.352
testEmptyFromGraphsMethod 0.145
testFromGraphMethod 0.146
testFromGraphsMethod 0.312
testFromNonTemporalDataSets 0.149
testFromNonTemporalDataSetsWithExtractors 0.136
testSingleFromGraphsMethod 0.146

TemporalGraphTest

testFromGraph 0.158
testFromGraphWithTimeIntervalExtractors 0.451
testGetConfig 0
testGetEdges 0.163
testGetEdgesByLabel 0.16
testGetGraphHead 0.155
testGetVertices 0.152
testGetVerticesByLabel 0.154
testIsEmpty 0.185
testToLogicalGraph 1.017

TemporalAggregateFunctionTest

testWithNonTemporal 0.002
testWithNonTemporalAndDefaultValue 0.038
testWithTemporal 0

TemporalCSVSourceAndSinkTest

testWriteTo on testWriteTo(org.gradoop.temporal.io.impl.csv.TemporalCSVSourceAndSinkTest) 0.393
testWriteToOverwrite on testWriteToOverwrite(org.gradoop.temporal.io.impl.csv.TemporalCSVSourceAndSinkTest) 0.446

TemporalIndexedCSVDataSinkTest

testWrite on testWrite(org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSinkTest) 0.106
testWriteAndReadAfterwards on testWriteAndReadAfterwards(org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSinkTest) 0.967

TemporalIndexedCSVDataSourceTest

testGetTemporalGraphCollection on testGetTemporalGraphCollection(org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSourceTest) 0.344
testGetTemporalGraph on testGetTemporalGraph(org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSourceTest) 0.394
testGetConfig on testGetConfig(org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSourceTest) 0.008

TemporalParquetTest

testWriteTo on testWriteTo(org.gradoop.temporal.io.impl.parquet.TemporalParquetTest) 2.026
testWriteToOverwrite on testWriteToOverwrite(org.gradoop.temporal.io.impl.parquet.TemporalParquetTest) 1.221

TemporalParquetProtobufTest

testWriteTo on testWriteTo(org.gradoop.temporal.io.impl.parquet.TemporalParquetProtobufTest) 1.229
testWriteToOverwrite on testWriteToOverwrite(org.gradoop.temporal.io.impl.parquet.TemporalParquetProtobufTest) 0.996

MinMaxDurationTest

testDurationWithDefaultValues on testDurationWithDefaultValues(org.gradoop.temporal.model.impl.operators.aggregation.functions.MinMaxDurationTest) 0.038
testWithMaxAggregation on testWithMaxAggregation(org.gradoop.temporal.model.impl.operators.aggregation.functions.MinMaxDurationTest) 0.029
testGetIncrementForValidTimeMinDuration on testGetIncrementForValidTimeMinDuration(org.gradoop.temporal.model.impl.operators.aggregation.functions.MinMaxDurationTest) 0
testWithMinAggregation on testWithMinAggregation(org.gradoop.temporal.model.impl.operators.aggregation.functions.MinMaxDurationTest) 0.028
testGetIncrementForValidTimeMaxDuration on testGetIncrementForValidTimeMaxDuration(org.gradoop.temporal.model.impl.operators.aggregation.functions.MinMaxDurationTest) 0

VertexCentricMinDegreeEvolutionTest

testVertexCentricMinDegree[Test vertex label v1 with degree type OUT, start: -3, end: -1] on testVertexCentricMinDegree[Test vertex label v1 with degree type OUT, start: -3, end: -1](org.gradoop.temporal.model.impl.operators.metric.VertexCentricMinDegreeEvolutionTest) 0.213
testVertexCentricMinDegree[Test vertex label v1 with degree type OUT, start: -2, end: 5] on testVertexCentricMinDegree[Test vertex label v1 with degree type OUT, start: -2, end: 5](org.gradoop.temporal.model.impl.operators.metric.VertexCentricMinDegreeEvolutionTest) 0.159
testVertexCentricMinDegree[Test vertex label v2 with degree type BOTH, start: 0, end: 10] on testVertexCentricMinDegree[Test vertex label v2 with degree type BOTH, start: 0, end: 10](org.gradoop.temporal.model.impl.operators.metric.VertexCentricMinDegreeEvolutionTest) 0.158
testVertexCentricMinDegree[Test vertex label v3 with degree type IN, start: 3, end: 6] on testVertexCentricMinDegree[Test vertex label v3 with degree type IN, start: 3, end: 6](org.gradoop.temporal.model.impl.operators.metric.VertexCentricMinDegreeEvolutionTest) 0.165
testVertexCentricMinDegree[Test vertex label v4 with degree type BOTH, start: 4, end: 5] on testVertexCentricMinDegree[Test vertex label v4 with degree type BOTH, start: 4, end: 5](org.gradoop.temporal.model.impl.operators.metric.VertexCentricMinDegreeEvolutionTest) 0.143
testVertexCentricMinDegree[Test vertex label v5 with degree type IN, start: 2, end: 5] on testVertexCentricMinDegree[Test vertex label v5 with degree type IN, start: 2, end: 5](org.gradoop.temporal.model.impl.operators.metric.VertexCentricMinDegreeEvolutionTest) 0.151

VertexCentricAverageDegreeEvolutionTest

testVertexCentricAverageDegree[Test vertex label v1 with degree type OUT, start: -3, end: -1] on testVertexCentricAverageDegree[Test vertex label v1 with degree type OUT, start: -3, end: -1](org.gradoop.temporal.model.impl.operators.metric.VertexCentricAverageDegreeEvolutionTest) 0.128
testVertexCentricAverageDegree[Test vertex label v1 with degree type OUT, start: -2, end: 5] on testVertexCentricAverageDegree[Test vertex label v1 with degree type OUT, start: -2, end: 5](org.gradoop.temporal.model.impl.operators.metric.VertexCentricAverageDegreeEvolutionTest) 0.128
testVertexCentricAverageDegree[Test vertex label v2 with degree type BOTH, start: 0, end: 10] on testVertexCentricAverageDegree[Test vertex label v2 with degree type BOTH, start: 0, end: 10](org.gradoop.temporal.model.impl.operators.metric.VertexCentricAverageDegreeEvolutionTest) 0.137
testVertexCentricAverageDegree[Test vertex label v3 with degree type IN, start: 3, end: 6] on testVertexCentricAverageDegree[Test vertex label v3 with degree type IN, start: 3, end: 6](org.gradoop.temporal.model.impl.operators.metric.VertexCentricAverageDegreeEvolutionTest) 0.151
testVertexCentricAverageDegree[Test vertex label v4 with degree type BOTH, start: 4, end: 5] on testVertexCentricAverageDegree[Test vertex label v4 with degree type BOTH, start: 4, end: 5](org.gradoop.temporal.model.impl.operators.metric.VertexCentricAverageDegreeEvolutionTest) 0.146
testVertexCentricAverageDegree[Test vertex label v5 with degree type IN, start: 2, end: 5] on testVertexCentricAverageDegree[Test vertex label v5 with degree type IN, start: 2, end: 5](org.gradoop.temporal.model.impl.operators.metric.VertexCentricAverageDegreeEvolutionTest) 0.233

CalculateDegreesFlatMapTest

testFlatMapExceptionWithEdgesExistBeforeVertex on testFlatMapExceptionWithEdgesExistBeforeVertex(org.gradoop.temporal.model.impl.operators.metric.functions.CalculateDegreesFlatMapTest) 0.001
testFlatMap on testFlatMap(org.gradoop.temporal.model.impl.operators.metric.functions.CalculateDegreesFlatMapTest) 0
testFlatMapExceptionWithEdgesExistAfterVertex on testFlatMapExceptionWithEdgesExistAfterVertex(org.gradoop.temporal.model.impl.operators.metric.functions.CalculateDegreesFlatMapTest) 0

VertexCentricMaxDegreeEvolutionTest

testVertexCentricMaxDegree[Test vertex label v1 with degree type OUT, start: -3, end: -1] on testVertexCentricMaxDegree[Test vertex label v1 with degree type OUT, start: -3, end: -1](org.gradoop.temporal.model.impl.operators.metric.VertexCentricMaxDegreeEvolutionTest) 0.135
testVertexCentricMaxDegree[Test vertex label v1 with degree type OUT, start: -2, end: 5] on testVertexCentricMaxDegree[Test vertex label v1 with degree type OUT, start: -2, end: 5](org.gradoop.temporal.model.impl.operators.metric.VertexCentricMaxDegreeEvolutionTest) 0.126
testVertexCentricMaxDegree[Test vertex label v2 with degree type BOTH, start: 0, end: 10] on testVertexCentricMaxDegree[Test vertex label v2 with degree type BOTH, start: 0, end: 10](org.gradoop.temporal.model.impl.operators.metric.VertexCentricMaxDegreeEvolutionTest) 0.146
testVertexCentricMaxDegree[Test vertex label v3 with degree type IN, start: 3, end: 6] on testVertexCentricMaxDegree[Test vertex label v3 with degree type IN, start: 3, end: 6](org.gradoop.temporal.model.impl.operators.metric.VertexCentricMaxDegreeEvolutionTest) 0.186
testVertexCentricMaxDegree[Test vertex label v4 with degree type BOTH, start: 4, end: 5] on testVertexCentricMaxDegree[Test vertex label v4 with degree type BOTH, start: 4, end: 5](org.gradoop.temporal.model.impl.operators.metric.VertexCentricMaxDegreeEvolutionTest) 0.218
testVertexCentricMaxDegree[Test vertex label v5 with degree type IN, start: 2, end: 5] on testVertexCentricMaxDegree[Test vertex label v5 with degree type IN, start: 2, end: 5](org.gradoop.temporal.model.impl.operators.metric.VertexCentricMaxDegreeEvolutionTest) 0.13

TemporalVertexDegreeTest

testTemporalDegree[Test degree type IN with vertex time: true] on testTemporalDegree[Test degree type IN with vertex time: true](org.gradoop.temporal.model.impl.operators.metric.TemporalVertexDegreeTest) 0.131
testTemporalDegree[Test degree type OUT with vertex time: true] on testTemporalDegree[Test degree type OUT with vertex time: true](org.gradoop.temporal.model.impl.operators.metric.TemporalVertexDegreeTest) 0.138
testTemporalDegree[Test degree type BOTH with vertex time: true] on testTemporalDegree[Test degree type BOTH with vertex time: true](org.gradoop.temporal.model.impl.operators.metric.TemporalVertexDegreeTest) 0.139
testTemporalDegree[Test degree type IN with vertex time: false] on testTemporalDegree[Test degree type IN with vertex time: false](org.gradoop.temporal.model.impl.operators.metric.TemporalVertexDegreeTest) 0.199
testTemporalDegree[Test degree type OUT with vertex time: false] on testTemporalDegree[Test degree type OUT with vertex time: false](org.gradoop.temporal.model.impl.operators.metric.TemporalVertexDegreeTest) 0.227
testTemporalDegree[Test degree type BOTH with vertex time: false] on testTemporalDegree[Test degree type BOTH with vertex time: false](org.gradoop.temporal.model.impl.operators.metric.TemporalVertexDegreeTest) 0.217

TemporalQueryHandlerTest

testGetEdgeById on testGetEdgeById(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0.013
testGetVertexByVariable on testGetVertexByVariable(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0
testGlobalPredicates on testGlobalPredicates(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0.025
testIsVertex on testIsVertex(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0.001
testSimplePredicates on testSimplePredicates(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0
testIsSingleVertexGraph on testIsSingleVertexGraph(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0.001
testGetEdgeCount on testGetEdgeCount(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0
testGetEdgeByVariable on testGetEdgeByVariable(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0
testIsEdge on testIsEdge(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0
testGetVertexCount on testGetVertexCount(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0
testGetVertexById on testGetVertexById(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0.001

SyntacticSubsumptionTest

syntacticSubsumtionTest2 on syntacticSubsumtionTest2(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.SyntacticSubsumptionTest) 0.003
syntacticSubsumtionTest4 on syntacticSubsumtionTest4(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.SyntacticSubsumptionTest) 0.001
syntacticSubsumtionTest5 on syntacticSubsumtionTest5(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.SyntacticSubsumptionTest) 0
syntacticSubsumtionTest on syntacticSubsumtionTest(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.SyntacticSubsumptionTest) 0.001
syntacticSubsumtionsTest3 on syntacticSubsumtionsTest3(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.SyntacticSubsumptionTest) 0.001

TemporalSubsumtionTest

temporalSubsumptionTestEQ on temporalSubsumptionTestEQ(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TemporalSubsumtionTest) 0.006
temporalSubsumptionTestLT on temporalSubsumptionTestLT(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TemporalSubsumtionTest) 0.002
complexSubsumptionTest on complexSubsumptionTest(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TemporalSubsumtionTest) 0.003
temporalSubsumptionTestLTE on temporalSubsumptionTestLTE(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TemporalSubsumtionTest) 0.002
temporalSubsumptionTestNEQ on temporalSubsumptionTestNEQ(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TemporalSubsumtionTest) 0.001

BoundsInferenceTest

preprocessingTest1 on preprocessingTest1(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.BoundsInferenceTest) 0.008
preprocessingTest2 on preprocessingTest2(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.BoundsInferenceTest) 0.003
preprocessingTest3 on preprocessingTest3(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.BoundsInferenceTest) 0.002
preprocessingTest4 on preprocessingTest4(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.BoundsInferenceTest) 0.001
preprocessingTest5 on preprocessingTest5(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.BoundsInferenceTest) 0.002
preprocessingTest6 on preprocessingTest6(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.BoundsInferenceTest) 0.002
preprocessingTest7 on preprocessingTest7(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.BoundsInferenceTest) 0.002
preprocessingTest8 on preprocessingTest8(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.BoundsInferenceTest) 0.001
preprocessingTest9 on preprocessingTest9(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.BoundsInferenceTest) 0.002

MinMaxUnfoldingTest

minMaxUnfoldingTest on minMaxUnfoldingTest(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.MinMaxUnfoldingTest) 0.006

NormalizationTest

complexCNFTest on complexCNFTest(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.NormalizationTest) 0
singleClauseTest on singleClauseTest(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.NormalizationTest) 0.001

AddTrivialConstraintsTest

addTrivialTest1 on addTrivialTest1(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.AddTrivialConstraintsTest) 0.001
addTrivialTest2 on addTrivialTest2(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.AddTrivialConstraintsTest) 0.001
addTrivialTest3 on addTrivialTest3(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.AddTrivialConstraintsTest) 0
addTrivialTest4 on addTrivialTest4(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.AddTrivialConstraintsTest) 0

TrivialContradictionsTest

trivialContradictionsTest on trivialContradictionsTest(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TrivialContradictionsTest) 0.001
trivialContradictionsTest2 on trivialContradictionsTest2(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TrivialContradictionsTest) 0

TrivialTautologiesTest

trivialTautologiesTest on trivialTautologiesTest(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TrivialTautologiesTest) 0.001

TimeSelectorComparableTest

testThrowErrorIfElementNotPresent on testThrowErrorIfElementNotPresent(org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparableTest) 0.004
testEvaluationReturnsLongValue on testEvaluationReturnsLongValue(org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeSelectorComparableTest) 0

TimeLiteralComparableTest

testEvaluationReturnsTimeLiteral on testEvaluationReturnsTimeLiteral(org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeLiteralComparableTest) 0.001

MinTimePointComparableTest

testMinTimePoint on testMinTimePoint(org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MinTimePointComparableTest) 0

MaxTimePointComparableTest

testMaxTimePoint on testMaxTimePoint(org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.MaxTimePointComparableTest) 0

TimeConstantComparableTest

timeConstantTest on timeConstantTest(org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.TimeConstantComparableTest) 0

DurationComparableTest

testOnEmbedding on testOnEmbedding(org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparableTest) 0.001
testOnElement on testOnElement(org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables.DurationComparableTest) 0

BinningTest

illegalArgumentTest on illegalArgumentTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos.BinningTest) 0.001
simpleBinsTest on simpleBinsTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos.BinningTest) 0

ReservoirSamplerTest

samplerTest on samplerTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos.ReservoirSamplerTest) 0.003

TemporalElementStatsTest

numericalPropertyTest on numericalPropertyTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos.TemporalElementStatsTest) 0.022
categoricalPropertiesTest on categoricalPropertiesTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos.TemporalElementStatsTest) 0.004
durationStatsTest on durationStatsTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos.TemporalElementStatsTest) 0.018
txToValToStatsTest on txToValToStatsTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos.TemporalElementStatsTest) 0.005
simpleTemporalElementStatsTest on simpleTemporalElementStatsTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos.TemporalElementStatsTest) 0.015

BinningTemporalGraphStatisticsTest

complexCategoricalWithExclusion on complexCategoricalWithExclusion(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.441
durationComparisonTest on durationComparisonTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.398
simpleComparisonTest on simpleComparisonTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.26
categoricalWithExclusionTest on categoricalWithExclusionTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.522
estimateCategoricalTest on estimateCategoricalTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.122
comparisonWithoutLabelTest on comparisonWithoutLabelTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.227
complexTemporalTest on complexTemporalTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.25
complexNumericalWithExclusion on complexNumericalWithExclusion(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.505
estimateComplexNumericalTest on estimateComplexNumericalTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.217
estimateNumericalTest on estimateNumericalTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.232
complexDurationTest on complexDurationTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.243
numericalWithExclusion on numericalWithExclusion(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.464
countTest on countTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.216
complexCategoricalTest on complexCategoricalTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.222

BinningTemporalGraphStatisticsFactoryTest

factoryTest on factoryTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsFactoryTest) 0.124

EmbeddingTPGMFactoryTest

testFromEdge on testFromEdge(org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos.EmbeddingTPGMFactoryTest) 0.001
testFromVertex on testFromVertex(org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos.EmbeddingTPGMFactoryTest) 0.001

FilterAndProjectTemporalVerticesTest

testFilterWithNoPredicates on testFilterWithNoPredicates(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVerticesTest) 0.011
testProjectionOfMissingValues on testProjectionOfMissingValues(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVerticesTest) 0.013
testProjectionOfAvailableValues on testProjectionOfAvailableValues(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVerticesTest) 0.007
testFilterVerticesByProperties on testFilterVerticesByProperties(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVerticesTest) 0.008
testFilterVerticesByLabel on testFilterVerticesByLabel(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVerticesTest) 0.007
testFilterVerticesByTime on testFilterVerticesByTime(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVerticesTest) 0.007

FilterAndProjectTemporalEdgesTest

testFilterWithNoPredicates on testFilterWithNoPredicates(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdgesTest) 0.012
testProjectionOfMissingValues on testProjectionOfMissingValues(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdgesTest) 0.008
testFilterEdgesByProperties on testFilterEdgesByProperties(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdgesTest) 0.009
testProjectLoop on testProjectLoop(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdgesTest) 0.009
testProjectionOfAvailableValues on testProjectionOfAvailableValues(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdgesTest) 0.012
testFilterEdgesByTime on testFilterEdgesByTime(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdgesTest) 0.006
testFilterEdgesByLabel on testFilterEdgesByLabel(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdgesTest) 0.008
testResultingEntryList on testResultingEntryList(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdgesTest) 0.007

CNFEstimationTest

durationComparisonTest on durationComparisonTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.124
propertyComparisonTest on propertyComparisonTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.217
complexLiteralComparisonTest on complexLiteralComparisonTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.228
disjunctionTest on disjunctionTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.226
timeSelectorComparisonTest on timeSelectorComparisonTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.241
conjunctionTest on conjunctionTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.233
complexDurationComparisonTest on complexDurationComparisonTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.23
complexPropertyComparisonTest on complexPropertyComparisonTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.227

JoinTemporalEstimatorTest

testWithLabelsUnbound on testWithLabelsUnbound(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.13
testPathFixedLength on testPathFixedLength(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.241
testLabelFree on testLabelFree(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.221
testPathVariableLength on testPathVariableLength(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.232
testEmbeddedPathFixedLength on testEmbeddedPathFixedLength(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.224
testWithLabels on testWithLabels(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.232
testWithVertexLabels on testWithVertexLabels(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.243
testWithEdgeLabels on testWithEdgeLabels(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.228

FilterTemporalEstimatorTest

testEdgeWithLabel on testEdgeWithLabel(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.FilterTemporalEstimatorTest) 0.129
testEdge on testEdge(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.FilterTemporalEstimatorTest) 0.243
testVertexWithLabel on testVertexWithLabel(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.FilterTemporalEstimatorTest) 0.235
testVertex on testVertex(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.FilterTemporalEstimatorTest) 0.255

TemporalQueryPlanTemporalEstimatorTest

testEdge on testEdge(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanTemporalEstimatorTest) 0.126
testComplexCartesianProduct on testComplexCartesianProduct(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanTemporalEstimatorTest) 0.226
testFixedPattern on testFixedPattern(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanTemporalEstimatorTest) 0.225
testCartesianProductVertices on testCartesianProductVertices(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanTemporalEstimatorTest) 0.217
testVertex on testVertex(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanTemporalEstimatorTest) 0.205

FilterAndProjectTemporalVerticesTest

testExecute on testExecute(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesTest) 0.013
testMetaDataInitialization on testMetaDataInitialization(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalVerticesTest) 0.001

FilterAndProjectTemporalEdgesTest

testExecute on testExecute(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesTest) 0.012
testMetaDataInitializationWithLoop on testMetaDataInitializationWithLoop(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesTest) 0
testMetaDataInitialization on testMetaDataInitialization(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesTest) 0

TemporalPatternMatchingIsomorphismTest

testPatternMatching[0: Between_ISO_2_default_citibike] on testPatternMatching[0: Between_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.844
testPatternMatching[1: Precedes_ISO_2_default_citibike] on testPatternMatching[1: Precedes_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.669
testPatternMatching[2: LengthAtLeast_ISO_2_default_citibike] on testPatternMatching[2: LengthAtLeast_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.531
testPatternMatching[3: Before_ISO_1_default_citibike] on testPatternMatching[3: Before_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.552
testPatternMatching[4: Before_ISO_2_default_citibike] on testPatternMatching[4: Before_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.491
testPatternMatching[5: Overlaps_ISO_1_default_citibike] on testPatternMatching[5: Overlaps_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.618
testPatternMatching[6: Overlaps_ISO_2_default_citibike] on testPatternMatching[6: Overlaps_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.506
testPatternMatching[7: Overlaps_ISO_3_default_citibike] on testPatternMatching[7: Overlaps_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.406
testPatternMatching[8: After_ISO_1_default_citibike] on testPatternMatching[8: After_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.707
testPatternMatching[9: After_ISO_2_default_citibike] on testPatternMatching[9: After_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.359
testPatternMatching[10: FromTo_ISO_1_default_citibike] on testPatternMatching[10: FromTo_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.451
testPatternMatching[11: FromTo_ISO_2_default_citibike] on testPatternMatching[11: FromTo_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.552
testPatternMatching[12: From_ISO_3_default_citibike] on testPatternMatching[12: From_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.439
testPatternMatching[13: From_ISO_4_default_citibike] on testPatternMatching[13: From_ISO_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.496
testPatternMatching[14: Between_ISO_1_default_citibike] on testPatternMatching[14: Between_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.391
testPatternMatching[15: Between_ISO_2_default_citibike] on testPatternMatching[15: Between_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.508
testPatternMatching[16: Between_ISO_3_default_citibike] on testPatternMatching[16: Between_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.404
testPatternMatching[17: Precedes_ISO_1_default_citibike] on testPatternMatching[17: Precedes_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.321
testPatternMatching[18: Precedes_ISO_2_default_citibike] on testPatternMatching[18: Precedes_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.388
testPatternMatching[19: Precedes_ISO_3_default_citibike] on testPatternMatching[19: Precedes_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.723
testPatternMatching[20: Succeeds_ISO_1_default_citibike] on testPatternMatching[20: Succeeds_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.36
testPatternMatching[21: Succeeds_ISO_2_default_citibike] on testPatternMatching[21: Succeeds_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.309
testPatternMatching[22: Succeeds_ISO_3_default_citibike] on testPatternMatching[22: Succeeds_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.481
testPatternMatching[23: Succeeds_ISO_4_default_citibike] on testPatternMatching[23: Succeeds_ISO_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.475
testPatternMatching[24: AsOf_ISO_1_default_citibike] on testPatternMatching[24: AsOf_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.328
testPatternMatching[25: AsOf_ISO_2_default_citibike] on testPatternMatching[25: AsOf_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.483
testPatternMatching[26: Complex_ISO_1_default_citibike] on testPatternMatching[26: Complex_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.37
testPatternMatching[27: Precedes_ISO_2_default_citibike] on testPatternMatching[27: Precedes_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.533
testPatternMatching[28: Succeeds_ISO_6_default_citibike] on testPatternMatching[28: Succeeds_ISO_6_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.305
testPatternMatching[29: Contains_ISO_1_default_citibike] on testPatternMatching[29: Contains_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.34
testPatternMatching[30: Contains_ISO_2_default_citibike] on testPatternMatching[30: Contains_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.495
testPatternMatching[31: Contains_ISO_3_default_citibike] on testPatternMatching[31: Contains_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.476
testPatternMatching[32: Comparison_ISO_1_default_citibike] on testPatternMatching[32: Comparison_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.594
testPatternMatching[33: Comparison_ISO_2_default_citibike] on testPatternMatching[33: Comparison_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.338
testPatternMatching[34: Comparison_ISO_3_default_citibike] on testPatternMatching[34: Comparison_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.316
testPatternMatching[35: ImmPrecedes_ISO_1_default_citibike] on testPatternMatching[35: ImmPrecedes_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.481
testPatternMatching[36: ImmPrecedes_ISO_2_default_citibike] on testPatternMatching[36: ImmPrecedes_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.357
testPatternMatching[37: ImmPrecedes_ISO_3_default_citibike] on testPatternMatching[37: ImmPrecedes_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.447
testPatternMatching[38: ImmSucceedes_ISO_1_default_citibike] on testPatternMatching[38: ImmSucceedes_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.303
testPatternMatching[39: ImmSucceedes_ISO_2_default_citibike] on testPatternMatching[39: ImmSucceedes_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.385
testPatternMatching[40: ImmSucceedes_ISO_3_default_citibike] on testPatternMatching[40: ImmSucceedes_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.448
testPatternMatching[41: ImmSucceedes_ISO_4_default_citibike] on testPatternMatching[41: ImmSucceedes_ISO_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.314
testPatternMatching[42: Equals_ISO1_default_citibike] on testPatternMatching[42: Equals_ISO1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.456
testPatternMatching[43: Equals_ISO_2_default_citibike] on testPatternMatching[43: Equals_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.302
testPatternMatching[44: Equals_ISO_3_default_citibike] on testPatternMatching[44: Equals_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.445
testPatternMatching[45: Equals_ISO_4_default_citibike] on testPatternMatching[45: Equals_ISO_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.31
testPatternMatching[46: MinMax_HOM_1_default_citibike] on testPatternMatching[46: MinMax_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.489
testPatternMatching[47: MinMax_HOM_2_default_citibike] on testPatternMatching[47: MinMax_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.468
testPatternMatching[48: MinMax_HOM_4_default_citibike] on testPatternMatching[48: MinMax_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.365
testPatternMatching[49: LongerThan_ISO_1_default_citibike] on testPatternMatching[49: LongerThan_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.34
testPatternMatching[50: LongerThan_ISO_2_default_citibike] on testPatternMatching[50: LongerThan_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.653
testPatternMatching[51: LongerThan_ISO_3_default_citibike] on testPatternMatching[51: LongerThan_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.701
testPatternMatching[52: LongerThan_ISO_4_default_citibike] on testPatternMatching[52: LongerThan_ISO_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.665
testPatternMatching[53: LongerThan_ISO_5_default_citibike] on testPatternMatching[53: LongerThan_ISO_5_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.327
testPatternMatching[54: LongerThan_ISO_6_default_citibike] on testPatternMatching[54: LongerThan_ISO_6_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.495
testPatternMatching[55: LongerThan_ISO_7_default_citibike] on testPatternMatching[55: LongerThan_ISO_7_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.465
testPatternMatching[56: LongerThan_ISO_8_default_citibike] on testPatternMatching[56: LongerThan_ISO_8_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.417
testPatternMatching[57: LongerThan_ISO_9_default_citibike] on testPatternMatching[57: LongerThan_ISO_9_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.311
testPatternMatching[58: LongerThan_ISO_10_default_citibike] on testPatternMatching[58: LongerThan_ISO_10_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.483
testPatternMatching[59: LongerThan_ISO_11_default_citibike] on testPatternMatching[59: LongerThan_ISO_11_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.379
testPatternMatching[60: ShorterThan_ISO_1_default_citibike] on testPatternMatching[60: ShorterThan_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.492
testPatternMatching[61: ShorterThan_ISO_2_default_citibike] on testPatternMatching[61: ShorterThan_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.506
testPatternMatching[62: ShorterThan_ISO_3_default_citibike] on testPatternMatching[62: ShorterThan_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.477
testPatternMatching[63: LengthAtLeast_ISO_1_default_citibike] on testPatternMatching[63: LengthAtLeast_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.62
testPatternMatching[64: LengthAtLeast_ISO_2_default_citibike] on testPatternMatching[64: LengthAtLeast_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.313
testPatternMatching[65: LengthAtLeast_ISO_3_default_citibike] on testPatternMatching[65: LengthAtLeast_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.498
testPatternMatching[66: LengthAtLeast_ISO_4_default_citibike] on testPatternMatching[66: LengthAtLeast_ISO_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.513
testPatternMatching[67: LengthAtMost_ISO_1_default_citibike] on testPatternMatching[67: LengthAtMost_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.296
testPatternMatching[68: LengthAtMost_ISO_2_default_citibike] on testPatternMatching[68: LengthAtMost_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.542
testPatternMatching[69: LengthAtMost_ISO_3_default_citibike] on testPatternMatching[69: LengthAtMost_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.543
testPatternMatching[70: LengthAtMost_ISO_4_default_citibike] on testPatternMatching[70: LengthAtMost_ISO_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.299
testPatternMatching[71: LengthAtMost_ISO_5_default_citibike] on testPatternMatching[71: LengthAtMost_ISO_5_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.409
testPatternMatching[72: MergeJoin_ISO_1_default_citibike] on testPatternMatching[72: MergeJoin_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.49
testPatternMatching[73: MergeJoin_ISO_2_default_citibike] on testPatternMatching[73: MergeJoin_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.459
testPatternMatching[74: MergeJoin_ISO_3_default_citibike] on testPatternMatching[74: MergeJoin_ISO_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.546
testPatternMatching[75: MergeJoin_ISO_4_default_citibike] on testPatternMatching[75: MergeJoin_ISO_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.33
testPatternMatching[76: Complex_ISO_1_default_citibike] on testPatternMatching[76: Complex_ISO_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.613
testPatternMatching[77: Precedes_ISO_2_default_citibike] on testPatternMatching[77: Precedes_ISO_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.519
testPatternMatching[78: Succeeds_ISO_6_default_citibike] on testPatternMatching[78: Succeeds_ISO_6_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.526

TemporalPatternMatchingHomomorphismTest

testPatternMatching[0: AsOf_HOM3_default_citibike] on testPatternMatching[0: AsOf_HOM3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.318
testPatternMatching[1: Comparison_HOM_1_default_citibike] on testPatternMatching[1: Comparison_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.47
testPatternMatching[2: LengthAtLeast_HOM_1_default_citibike] on testPatternMatching[2: LengthAtLeast_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.322
testPatternMatching[3: MergeJoin_HOM_3_default_citibike] on testPatternMatching[3: MergeJoin_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.307
testPatternMatching[4: Other_HOM_1_default_citibike] on testPatternMatching[4: Other_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.425
testPatternMatching[5: Before_HOM_1_default_citibike] on testPatternMatching[5: Before_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.451
testPatternMatching[6: Before_HOM_2_default_citibike] on testPatternMatching[6: Before_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.319
testPatternMatching[7: Before_HOM_3_default_citibike] on testPatternMatching[7: Before_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.294
testPatternMatching[8: Before_HOM_4_default_citibike] on testPatternMatching[8: Before_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.422
testPatternMatching[9: Overlaps_HOM_1_default_citibike] on testPatternMatching[9: Overlaps_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.307
testPatternMatching[10: Overlaps_HOM_2_default_citibike] on testPatternMatching[10: Overlaps_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.391
testPatternMatching[11: Overlaps_HOM_3_default_citibike] on testPatternMatching[11: Overlaps_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.434
testPatternMatching[12: Overlaps_HOM_4_default_citibike] on testPatternMatching[12: Overlaps_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.291
testPatternMatching[13: After_HOM_1_default_citibike] on testPatternMatching[13: After_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.415
testPatternMatching[14: After_HOM_2_default_citibike] on testPatternMatching[14: After_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.289
testPatternMatching[15: After_HOM_3_default_citibike] on testPatternMatching[15: After_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.433
testPatternMatching[16: FromTo_HOM_1_default_citibike] on testPatternMatching[16: FromTo_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.304
testPatternMatching[17: FromTo_HOM_2_default_citibike] on testPatternMatching[17: FromTo_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.624
testPatternMatching[18: FromTo_HOM_3_default_citibike] on testPatternMatching[18: FromTo_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.286
testPatternMatching[19: Between_HOM_1_default_citibike] on testPatternMatching[19: Between_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.27
testPatternMatching[20: Between_HOM_2_default_citibike] on testPatternMatching[20: Between_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.333
testPatternMatching[21: Between_HOM_3_default_citibike] on testPatternMatching[21: Between_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.493
testPatternMatching[22: Precedes_HOM_1_default_citibike] on testPatternMatching[22: Precedes_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.296
testPatternMatching[23: Precedes_HOM_2_default_citibike] on testPatternMatching[23: Precedes_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.525
testPatternMatching[24: Precedes_HOM_3_default_citibike] on testPatternMatching[24: Precedes_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.296
testPatternMatching[25: Precedes_HOM_4_default_citibike] on testPatternMatching[25: Precedes_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.439
testPatternMatching[26: Succeeds_HOM_1_default_citibike] on testPatternMatching[26: Succeeds_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.518
testPatternMatching[27: Succeeds_HOM_2_default_citibike] on testPatternMatching[27: Succeeds_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.309
testPatternMatching[28: Succeeds_HOM_3_default_citibike] on testPatternMatching[28: Succeeds_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.53
testPatternMatching[29: Succeeds_HOM_4_default_citibike] on testPatternMatching[29: Succeeds_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.282
testPatternMatching[30: AsOf_HOM_1_default_citibike] on testPatternMatching[30: AsOf_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.314
testPatternMatching[31: AsOf_HOM_2_default_citibike] on testPatternMatching[31: AsOf_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.463
testPatternMatching[32: AsOf_HOM3_default_citibike] on testPatternMatching[32: AsOf_HOM3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.386
testPatternMatching[33: AsOf_HOM_4_default_citibike] on testPatternMatching[33: AsOf_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.26
testPatternMatching[34: MergeJoin_HOM_1_default_citibike] on testPatternMatching[34: MergeJoin_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.412
testPatternMatching[35: MergeJoin_HOM_2_default_citibike] on testPatternMatching[35: MergeJoin_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.232
testPatternMatching[36: MergeJoin_HOM_3_default_citibike] on testPatternMatching[36: MergeJoin_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.474
testPatternMatching[37: MergeJoin_HOM_4_default_citibike] on testPatternMatching[37: MergeJoin_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.38
testPatternMatching[38: MergeJoin_HOM_5_default_citibike] on testPatternMatching[38: MergeJoin_HOM_5_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.463
testPatternMatching[39: Contains_HOM_1_default_citibike] on testPatternMatching[39: Contains_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.525
testPatternMatching[40: Contains_HOM_2_default_citibike] on testPatternMatching[40: Contains_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.376
testPatternMatching[41: Contains_HOM_3_default_citibike] on testPatternMatching[41: Contains_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.454
testPatternMatching[42: Contains_HOM_4_default_citibike] on testPatternMatching[42: Contains_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.23
testPatternMatching[43: Contains_HOM_5_default_citibike] on testPatternMatching[43: Contains_HOM_5_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.454
testPatternMatching[44: Comparison_HOM_1_default_citibike] on testPatternMatching[44: Comparison_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.33
testPatternMatching[45: Comparison_HOM_2_default_citibike] on testPatternMatching[45: Comparison_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.451
testPatternMatching[46: Comparison_HOM_3_default_citibike] on testPatternMatching[46: Comparison_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.301
testPatternMatching[47: Comparison_HOM_4_default_citibike] on testPatternMatching[47: Comparison_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.285
testPatternMatching[48: Comparison_HOM_5_default_citibike] on testPatternMatching[48: Comparison_HOM_5_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.429
testPatternMatching[49: ImmPrecedes_HOM_1_default_citibike] on testPatternMatching[49: ImmPrecedes_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.379
testPatternMatching[50: ImmPrecedes_HOM_2_default_citibike] on testPatternMatching[50: ImmPrecedes_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.491
testPatternMatching[51: ImmPrecedes_HOM_3_default_citibike] on testPatternMatching[51: ImmPrecedes_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.47
testPatternMatching[52: ImmPrecedes_HOM_4_default_citibike] on testPatternMatching[52: ImmPrecedes_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.682
testPatternMatching[53: ImmSucceeds_HOM_1_default_citibike] on testPatternMatching[53: ImmSucceeds_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.397
testPatternMatching[54: ImmSucceeds_HOM_2_default_citibike] on testPatternMatching[54: ImmSucceeds_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.289
testPatternMatching[55: ImmSucceeds_HOM_3_default_citibike] on testPatternMatching[55: ImmSucceeds_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.495
testPatternMatching[56: ImmSucceeds_HOM_4_default_citibike] on testPatternMatching[56: ImmSucceeds_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.353
testPatternMatching[57: Equals_HOM1_default_citibike] on testPatternMatching[57: Equals_HOM1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.583
testPatternMatching[58: Equals_HOM_2_default_citibike] on testPatternMatching[58: Equals_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.299
testPatternMatching[59: Equals_HOM_3_default_citibike] on testPatternMatching[59: Equals_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.525
testPatternMatching[60: MinMax_HOM_1_default_citibike] on testPatternMatching[60: MinMax_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.491
testPatternMatching[61: MinMax_HOM_2_default_citibike] on testPatternMatching[61: MinMax_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.471
testPatternMatching[62: MinMax_HOM_3_default_citibike] on testPatternMatching[62: MinMax_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.563
testPatternMatching[63: MinMax_HOM_4_default_citibike] on testPatternMatching[63: MinMax_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.65
testPatternMatching[64: LongerThan_HOM_1_default_citibike] on testPatternMatching[64: LongerThan_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.575
testPatternMatching[65: LongerThan_HOM_2_default_citibike] on testPatternMatching[65: LongerThan_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.302
testPatternMatching[66: LongerThan_HOM_3_default_citibike] on testPatternMatching[66: LongerThan_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.497
testPatternMatching[67: LongerThan_HOM_4_default_citibike] on testPatternMatching[67: LongerThan_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.478
testPatternMatching[68: LongerThan_HOM_5_default_citibike] on testPatternMatching[68: LongerThan_HOM_5_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.302
testPatternMatching[69: LongerThan_HOM_6_default_citibike] on testPatternMatching[69: LongerThan_HOM_6_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.368
testPatternMatching[70: ShorterThan_HOM_1_default_citibike] on testPatternMatching[70: ShorterThan_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.509
testPatternMatching[71: ShorterThan_HOM_2_default_citibike] on testPatternMatching[71: ShorterThan_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.501
testPatternMatching[72: ShorterThan_HOM_3_default_citibike] on testPatternMatching[72: ShorterThan_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.403
testPatternMatching[73: ShorterThan_HOM_4_default_citibike] on testPatternMatching[73: ShorterThan_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.321
testPatternMatching[74: ShorterThan_HOM_5_default_citibike] on testPatternMatching[74: ShorterThan_HOM_5_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.607
testPatternMatching[75: LengthAtLeast_HOM_1_default_citibike] on testPatternMatching[75: LengthAtLeast_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.31
testPatternMatching[76: LengthAtLeast_HOM_2_default_citibike] on testPatternMatching[76: LengthAtLeast_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.6
testPatternMatching[77: LengthAtLeast_HOM_3_default_citibike] on testPatternMatching[77: LengthAtLeast_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.488
testPatternMatching[78: LengthAtLeast_HOM_4_default_citibike] on testPatternMatching[78: LengthAtLeast_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.579
testPatternMatching[79: LengthAtMost_HOM_1_default_citibike] on testPatternMatching[79: LengthAtMost_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.499
testPatternMatching[80: LengthAtMost_HOM_2_default_citibike] on testPatternMatching[80: LengthAtMost_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.315
testPatternMatching[81: LengthAtMost_HOM_3_default_citibike] on testPatternMatching[81: LengthAtMost_HOM_3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.499
testPatternMatching[82: LengthAtMost_HOM_4_default_citibike] on testPatternMatching[82: LengthAtMost_HOM_4_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.597
testPatternMatching[83: Other_HOM_1_default_citibike] on testPatternMatching[83: Other_HOM_1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.568
testPatternMatching[84: Other_HOM_2_default_citibike] on testPatternMatching[84: Other_HOM_2_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.904

TemporalGraphCollectionTest

testToGraphCollection on testToGraphCollection(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.527
testGetEdges on testGetEdges(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.013
testGetVertices on testGetVertices(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.009
testGetVerticesByLabel on testGetVerticesByLabel(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.008
testFromGraphCollection on testFromGraphCollection(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.02
testGetGraphHeads on testGetGraphHeads(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.01
testGetGraphHeadsByLabel on testGetGraphHeadsByLabel(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.008
testGetConfig on testGetConfig(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.002
testWriteTo on testWriteTo(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.256
testIsEmpty on testIsEmpty(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.177
testGetEdgesByLabel on testGetEdgesByLabel(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.013
testWriteToOverwrite on testWriteToOverwrite(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.389
testFromGraphCollectionWithTimeExtractors on testFromGraphCollectionWithTimeExtractors(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.204

TemporalGVELayoutTest

getGraphHeadsByLabel on getGraphHeadsByLabel(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.01
getGraphHead on getGraphHead(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.007
getVertices on getVertices(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.008
getVerticesByLabel on getVerticesByLabel(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.007
getEdges on getEdges(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.006
getGraphHeads on getGraphHeads(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.007
getEdgesByLabel on getEdgesByLabel(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.007

TemporalIndexedLayoutTest

testGetEdges on testGetEdges(org.gradoop.temporal.model.impl.layout.TemporalIndexedLayoutTest) 0.013
isIndexedGVELayout on isIndexedGVELayout(org.gradoop.temporal.model.impl.layout.TemporalIndexedLayoutTest) 0
testGetVertices on testGetVertices(org.gradoop.temporal.model.impl.layout.TemporalIndexedLayoutTest) 0.007
testGetVerticesByLabel on testGetVerticesByLabel(org.gradoop.temporal.model.impl.layout.TemporalIndexedLayoutTest) 0.006
testGetGraphHeads on testGetGraphHeads(org.gradoop.temporal.model.impl.layout.TemporalIndexedLayoutTest) 0.009
testGetGraphHead on testGetGraphHead(org.gradoop.temporal.model.impl.layout.TemporalIndexedLayoutTest) 0.006
testGetGraphTransactions on testGetGraphTransactions(org.gradoop.temporal.model.impl.layout.TemporalIndexedLayoutTest) 0.001
testGetGraphHeadsByLabel on testGetGraphHeadsByLabel(org.gradoop.temporal.model.impl.layout.TemporalIndexedLayoutTest) 0.012
testIsTransactionalLayout on testIsTransactionalLayout(org.gradoop.temporal.model.impl.layout.TemporalIndexedLayoutTest) 0
testGetEdgesByLabel on testGetEdgesByLabel(org.gradoop.temporal.model.impl.layout.TemporalIndexedLayoutTest) 0.007
testIsGVELayout on testIsGVELayout(org.gradoop.temporal.model.impl.layout.TemporalIndexedLayoutTest) 0.001