Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


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

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.433
org.gradoop.temporal.model.impl.operators.verify 1 0 0 0 100% 0.337
org.gradoop.temporal.model.impl 32 0 0 0 100% 5.933
org.gradoop.temporal.io.impl.csv 2 0 0 0 100% 0.816
org.gradoop.temporal.io.impl.csv.indexed 5 0 0 0 100% 1.841
org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation 29 0 0 0 100% 0.052
org.gradoop.temporal.model.impl.operators.matching.single.cypher 164 0 0 0 100% 69.099
org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning 15 0 0 0 100% 4.166
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.003
org.gradoop.temporal.model.impl.operators.tostring 2 0 0 0 100% 0.609
org.gradoop.temporal.model.impl.operators.snapshot 25 0 0 0 100% 4.288
org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos 8 0 0 0 100% 0.066
org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation 25 0 0 0 100% 4.886
org.gradoop.temporal.model.impl.functions 17 0 0 0 100% 0.004
org.gradoop.temporal.model.impl.operators.diff.functions 8 0 0 0 100% 0.547
org.gradoop.temporal.model.impl.operators.matching.single.cypher.pojos 2 0 0 0 100% 0.001
org.gradoop.temporal.io.impl.parquet 4 0 0 0 100% 4.998
org.gradoop.temporal.model.impl.operators.metric 24 0 0 0 100% 3.527
org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter 14 0 0 0 100% 0.125
org.gradoop.temporal.model.impl.operators.verify.functions 4 0 0 0 100% 0.001
org.gradoop.temporal.util 2 0 0 0 100% 0.001
org.gradoop.temporal.model.impl.operators.equality 9 0 0 0 100% 23.751
org.gradoop.temporal.model.api.functions 3 0 0 0 100% 0.039
org.gradoop.temporal.model.impl.operators.aggregation.functions 49 0 0 0 100% 1.625
org.gradoop.temporal.model.impl.layout 27 0 0 0 100% 1.129
org.gradoop.temporal.model.impl.operators.keyedgrouping 3 0 0 0 100% 2.917
org.gradoop.temporal.model.impl.pojo 24 0 0 0 100% 0.589
org.gradoop.temporal.model.impl.operators.matching.common.query 11 0 0 0 100% 0.033
org.gradoop.temporal.model.impl.operators.matching.common.query.predicates.comparables 8 0 0 0 100% 0.009
org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf 5 0 0 0 100% 0.023

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.433

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

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

org.gradoop.temporal.model.impl

Class Tests Errors Failures Skipped Success Rate Time
TemporalGraphFactoryTest 2 0 0 0 100% 0.515
TemporalGraphCollectionFactoryTest 7 0 0 0 100% 1.356
TemporalGraphTest 10 0 0 0 100% 2.517
TemporalGraphCollectionTest 13 0 0 0 100% 1.545

org.gradoop.temporal.io.impl.csv

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

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

Class Tests Errors Failures Skipped Success Rate Time
TemporalIndexedCSVDataSinkTest 2 0 0 0 100% 1.097
TemporalIndexedCSVDataSourceTest 3 0 0 0 100% 0.744

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.011
BoundsInferenceTest 9 0 0 0 100% 0.021
MinMaxUnfoldingTest 1 0 0 0 100% 0.006
NormalizationTest 2 0 0 0 100% 0.001
AddTrivialConstraintsTest 4 0 0 0 100% 0.003
TrivialContradictionsTest 2 0 0 0 100% 0.002
TrivialTautologiesTest 1 0 0 0 100% 0.002

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

Class Tests Errors Failures Skipped Success Rate Time
TemporalPatternMatchingIsomorphismTest 79 0 0 0 100% 34.563
TemporalPatternMatchingHomomorphismTest 85 0 0 0 100% 34.536

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.067
BinningTemporalGraphStatisticsFactoryTest 1 0 0 0 100% 0.099

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.003

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

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

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

Class Tests Errors Failures Skipped Success Rate Time
SnapshotApiTest 7 0 0 0 100% 2.007
SnapshotTest 16 0 0 0 100% 2.007
ByTemporalPredicateTest 2 0 0 0 100% 0.274

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.062

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.594
JoinTemporalEstimatorTest 8 0 0 0 100% 1.591
FilterTemporalEstimatorTest 4 0 0 0 100% 0.769
TemporalQueryPlanTemporalEstimatorTest 5 0 0 0 100% 0.932

org.gradoop.temporal.model.impl.functions

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

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

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

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.001

org.gradoop.temporal.io.impl.parquet

Class Tests Errors Failures Skipped Success Rate Time
TemporalParquetTest 2 0 0 0 100% 3.065
TemporalParquetProtobufTest 2 0 0 0 100% 1.933

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

Class Tests Errors Failures Skipped Success Rate Time
VertexCentricMinDegreeEvolutionTest 6 0 0 0 100% 0.893
VertexCentricAverageDegreeEvolutionTest 6 0 0 0 100% 0.847
VertexCentricMaxDegreeEvolutionTest 6 0 0 0 100% 0.728
TemporalVertexDegreeTest 6 0 0 0 100% 1.059

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.06
FilterAndProjectTemporalEdgesTest 8 0 0 0 100% 0.065

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

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

org.gradoop.temporal.util

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

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

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

org.gradoop.temporal.model.api.functions

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

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

Class Tests Errors Failures Skipped Success Rate Time
MinMaxDurationWithTemporalUnitTest 18 0 0 0 100% 0.007
AbstractTimeAggregateFunctionTest 4 0 0 0 100% 0.036
MinMaxTimeTest 8 0 0 0 100% 1.322
AverageDurationTest 14 0 0 0 100% 0.162
MinMaxDurationTest 5 0 0 0 100% 0.098

org.gradoop.temporal.model.impl.layout

Class Tests Errors Failures Skipped Success Rate Time
TemporalGraphCollectionLayoutFactoryTest 7 0 0 0 100% 0.736
TemporalGraphLayoutFactoryTest 2 0 0 0 100% 0.285
TemporalGVELayoutTest 7 0 0 0 100% 0.043
TemporalIndexedLayoutTest 11 0 0 0 100% 0.065

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

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

org.gradoop.temporal.model.impl.pojo

Class Tests Errors Failures Skipped Success Rate Time
TemporalElementTest 7 0 0 0 100% 0.497
TemporalGraphHeadTest 3 0 0 0 100% 0
TemporalGraphElementTest 6 0 0 0 100% 0.09
TemporalEdgeTest 5 0 0 0 100% 0.002
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.033

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
MinTimePointComparableTest 1 0 0 0 100% 0.001
MaxTimePointComparableTest 1 0 0 0 100% 0.001
TimeConstantComparableTest 1 0 0 0 100% 0.001
DurationComparableTest 2 0 0 0 100% 0.002

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.013
FilterAndProjectTemporalEdgesTest 3 0 0 0 100% 0.01

Test Cases

[Summary] [Package List] [Test Cases]

TemporalEqualityTest

testCollectionEqualityByGraphData 7.917
testCollectionEqualityByGraphElementData 2.941
testCollectionEqualityByGraphElementIds 2.723
testCollectionEqualityByGraphIds 1.359
testGraphEqualityByData 2.509
testGraphEqualityByElementData 1.725
testGraphEqualityByElementIds 1.602
testUndirectedCollectionEquality 1.653
testUndirectedGraphEquality 1.322

TemporalPredicateTests

runTest 0.002
runTest 0
runTest 0
runTest 0
runTest 0.001
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

TimeFormatConversionTest

toEpochMilliTest 0
toLocalDateTimeTest 0.001

TemporalElementTest

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

TemporalGraphCollectionLayoutFactoryTest

testCreateEmptyCollection 0.157
testFromCollections 0.18
testFromDataSets 0.136
testFromGraphLayout 0.113
testFromThreeDataSets 0.124
testFromTransactions 0.008
testFromTransactionsWithReduceFunctions 0.018

TemporalGraphFactoryTest

testCreateEmptyGraph 0.352
testFromNonTemporalDataSets 0.163

TemporalGraphCollectionFactoryTest

testCreateEmptyCollection 0.342
testEmptyFromGraphsMethod 0.124
testFromGraphMethod 0.127
testFromGraphsMethod 0.295
testFromNonTemporalDataSets 0.184
testFromNonTemporalDataSetsWithExtractors 0.148
testSingleFromGraphsMethod 0.136

TemporalGraphHeadTest

testCreateGraphHead 0
testDefaultConstructor 0
testFromNonTemporalGraphHead 0

TemporalGraphLayoutFactoryTest

testFromDataSets 0.142
testFromDataSetsWithGraphHeads 0.143

TemporalGraphElementTest

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

TemporalGraphTest

testFromGraph 0.146
testFromGraphWithTimeIntervalExtractors 0.461
testGetConfig 0
testGetEdges 0.154
testGetEdgesByLabel 0.146
testGetGraphHead 0.114
testGetVertices 0.124
testGetVerticesByLabel 0.124
testIsEmpty 0.208
testToLogicalGraph 1.04

TemporalAggregateFunctionTest

testWithNonTemporal 0.001
testWithNonTemporalAndDefaultValue 0.038
testWithTemporal 0

TemporalEdgeTest

testConstructor 0
testCreateEdge 0
testDefaultConstructorAndSetter 0.001
testDefaultTemporalAttributes 0
testFromNonTemporalEdge 0.001

TemporalVertexTest

testCreateVertex 0
testDefaultConstructor 0
testFromNonTemporalVertex 0

TemporalGroupingTest

testDurationKeyFunctionOnGraph 1.516
testTimeIntervalKeyFunctionOnGraph 0.367
testTimeStampKeyFunctionOnGraph 1.034

TimeStampKeyFunctionTest

testAddKeyToElement 0.001
testGetKey 0
testWithDefaultValueWithFieldExtraction 0
testWithDefaultValueWithoutFieldExtraction 0.002

DiffPerElementTest

testWithEdges 0.002
testWithEdges 0
testWithEdgesInDataSets 0.162
testWithEdgesInDataSets 0.113
testWithVertices 0.001
testWithVertices 0
testWithVerticesInDataSets 0.135
testWithVerticesInDataSets 0.134

DiffTest

testDiffOnGraph 0.433

VerifyAndUpdateEdgeValidityTest

testVerify 0.337

UpdateEdgeValidityTest

testRemoveNonOverlapping 0.001
testUpdateBoth 0
testUpdateValidFrom 0
testUpdateValidTo 0

MinMaxDurationWithTemporalUnitTest

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

AbstractTimeAggregateFunctionTest

testGetIncrement 0.035
testGetIncrement 0.001
testGetIncrement 0
testGetIncrement 0

MinMaxTimeTest

testAggregationFunctions 0.326
testAggregationFunctions 0.158
testAggregationFunctions 0.125
testAggregationFunctions 0.149
testAggregationFunctionsWithAllDefaults 0.144
testAggregationFunctionsWithAllDefaults 0.158
testAggregationFunctionsWithAllDefaults 0.136
testAggregationFunctionsWithAllDefaults 0.126

AverageDurationTest

testGetIncrementForTxTime 0.002
testGetIncrementForTxTime 0
testGetIncrementForTxTime 0
testGetIncrementForTxTime 0
testGetIncrementForValidTime 0
testGetIncrementForValidTime 0
testGetIncrementForValidTime 0
testGetIncrementForValidTime 0
testPostAggregateWithTimeUnits 0.001
testPostAggregateWithTimeUnits 0
testPostAggregateWithTimeUnits 0
testPostAggregateWithTimeUnits 0
testPostAggregateWithTimeUnits 0
testWithAggregation 0.159

SnapshotApiTest

testAsOf 0.281
testBetween 0.306
testContainedIn 0.316
testCreatedIn 0.293
testDeletedIn 0.255
testFromTo 0.262
testValidDuring 0.294

SnapshotTest

runTest 0.149
runTest 0.13
runTest 0.117
runTest 0.139
runTest 0.146
runTest 0.127
runTest 0.117
runTest 0.116
runTest 0.116
runTest 0.116
runTest 0.115
runTest 0.115
runTest 0.116
runTest 0.136
runTest 0.126
runTest 0.126

ByTemporalPredicateTest

testForEdges 0.128
testForVertices 0.146

TemporalCanonicalAdjacencyMatrixBuilderTest

testDirected 0.347
testUndirected 0.262

TemporalCSVSourceAndSinkTest

testWriteTo on testWriteTo(org.gradoop.temporal.io.impl.csv.TemporalCSVSourceAndSinkTest) 0.345
testWriteToOverwrite on testWriteToOverwrite(org.gradoop.temporal.io.impl.csv.TemporalCSVSourceAndSinkTest) 0.471

TemporalIndexedCSVDataSinkTest

testWrite on testWrite(org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSinkTest) 0.138
testWriteAndReadAfterwards on testWriteAndReadAfterwards(org.gradoop.temporal.io.impl.csv.indexed.TemporalIndexedCSVDataSinkTest) 0.959

TemporalIndexedCSVDataSourceTest

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

TemporalParquetTest

testWriteTo on testWriteTo(org.gradoop.temporal.io.impl.parquet.TemporalParquetTest) 1.971
testWriteToOverwrite on testWriteToOverwrite(org.gradoop.temporal.io.impl.parquet.TemporalParquetTest) 1.094

TemporalParquetProtobufTest

testWriteTo on testWriteTo(org.gradoop.temporal.io.impl.parquet.TemporalParquetProtobufTest) 0.991
testWriteToOverwrite on testWriteToOverwrite(org.gradoop.temporal.io.impl.parquet.TemporalParquetProtobufTest) 0.942

MinMaxDurationTest

testDurationWithDefaultValues on testDurationWithDefaultValues(org.gradoop.temporal.model.impl.operators.aggregation.functions.MinMaxDurationTest) 0.04
testWithMaxAggregation on testWithMaxAggregation(org.gradoop.temporal.model.impl.operators.aggregation.functions.MinMaxDurationTest) 0.032
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.026
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.182
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.141
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.128
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.148
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.171
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.123

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.109
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.117
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.14
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.193
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.11
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.178

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.114
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.106
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.129
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.129
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.122
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.128

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.116
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.122
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.224
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.2
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.197
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.2

TemporalQueryHandlerTest

testGetEdgeById on testGetEdgeById(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0.012
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.019
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
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.001
testGetVertexById on testGetVertexById(org.gradoop.temporal.model.impl.operators.matching.common.query.TemporalQueryHandlerTest) 0

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.005
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.002
temporalSubsumptionTestLTE on temporalSubsumptionTestLTE(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TemporalSubsumtionTest) 0.001
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.002
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.001
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.001
singleClauseTest on singleClauseTest(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.NormalizationTest) 0

AddTrivialConstraintsTest

addTrivialTest1 on addTrivialTest1(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.AddTrivialConstraintsTest) 0.002
addTrivialTest2 on addTrivialTest2(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.AddTrivialConstraintsTest) 0
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.001

TrivialContradictionsTest

trivialContradictionsTest on trivialContradictionsTest(org.gradoop.temporal.model.impl.operators.matching.common.query.postprocessing.transformation.TrivialContradictionsTest) 0.002
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.002

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

MinTimePointComparableTest

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

MaxTimePointComparableTest

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

TimeConstantComparableTest

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

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.001

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.019
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.021
txToValToStatsTest on txToValToStatsTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos.TemporalElementStatsTest) 0.004
simpleTemporalElementStatsTest on simpleTemporalElementStatsTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.pojos.TemporalElementStatsTest) 0.014

BinningTemporalGraphStatisticsTest

complexCategoricalWithExclusion on complexCategoricalWithExclusion(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.425
durationComparisonTest on durationComparisonTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.337
simpleComparisonTest on simpleComparisonTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.236
categoricalWithExclusionTest on categoricalWithExclusionTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.445
estimateCategoricalTest on estimateCategoricalTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.208
comparisonWithoutLabelTest on comparisonWithoutLabelTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.247
complexTemporalTest on complexTemporalTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.229
complexNumericalWithExclusion on complexNumericalWithExclusion(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.461
estimateComplexNumericalTest on estimateComplexNumericalTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.213
estimateNumericalTest on estimateNumericalTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.217
complexDurationTest on complexDurationTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.213
numericalWithExclusion on numericalWithExclusion(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.436
countTest on countTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.205
complexCategoricalTest on complexCategoricalTest(org.gradoop.temporal.model.impl.operators.matching.common.statistics.binning.BinningTemporalGraphStatisticsTest) 0.195

BinningTemporalGraphStatisticsFactoryTest

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

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

FilterAndProjectTemporalVerticesTest

testFilterWithNoPredicates on testFilterWithNoPredicates(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVerticesTest) 0.014
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.011
testFilterVerticesByProperties on testFilterVerticesByProperties(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVerticesTest) 0.006
testFilterVerticesByLabel on testFilterVerticesByLabel(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalVerticesTest) 0.009
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.011
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.006
testProjectionOfAvailableValues on testProjectionOfAvailableValues(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdgesTest) 0.006
testFilterEdgesByTime on testFilterEdgesByTime(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdgesTest) 0.011
testFilterEdgesByLabel on testFilterEdgesByLabel(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdgesTest) 0.006
testResultingEntryList on testResultingEntryList(org.gradoop.temporal.model.impl.operators.matching.single.cypher.operators.filter.FilterAndProjectTemporalEdgesTest) 0.008

CNFEstimationTest

durationComparisonTest on durationComparisonTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.119
propertyComparisonTest on propertyComparisonTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.21
complexLiteralComparisonTest on complexLiteralComparisonTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.244
disjunctionTest on disjunctionTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.21
timeSelectorComparisonTest on timeSelectorComparisonTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.199
conjunctionTest on conjunctionTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.201
complexDurationComparisonTest on complexDurationComparisonTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.199
complexPropertyComparisonTest on complexPropertyComparisonTest(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.CNFEstimationTest) 0.212

JoinTemporalEstimatorTest

testWithLabelsUnbound on testWithLabelsUnbound(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.119
testPathFixedLength on testPathFixedLength(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.211
testLabelFree on testLabelFree(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.207
testPathVariableLength on testPathVariableLength(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.219
testEmbeddedPathFixedLength on testEmbeddedPathFixedLength(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.208
testWithLabels on testWithLabels(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.205
testWithVertexLabels on testWithVertexLabels(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.214
testWithEdgeLabels on testWithEdgeLabels(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.JoinTemporalEstimatorTest) 0.208

FilterTemporalEstimatorTest

testEdgeWithLabel on testEdgeWithLabel(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.FilterTemporalEstimatorTest) 0.121
testEdge on testEdge(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.FilterTemporalEstimatorTest) 0.22
testVertexWithLabel on testVertexWithLabel(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.FilterTemporalEstimatorTest) 0.213
testVertex on testVertex(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.FilterTemporalEstimatorTest) 0.215

TemporalQueryPlanTemporalEstimatorTest

testEdge on testEdge(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanTemporalEstimatorTest) 0.124
testComplexCartesianProduct on testComplexCartesianProduct(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanTemporalEstimatorTest) 0.203
testFixedPattern on testFixedPattern(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanTemporalEstimatorTest) 0.212
testCartesianProductVertices on testCartesianProductVertices(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanTemporalEstimatorTest) 0.207
testVertex on testVertex(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.estimation.TemporalQueryPlanTemporalEstimatorTest) 0.186

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

FilterAndProjectTemporalEdgesTest

testExecute on testExecute(org.gradoop.temporal.model.impl.operators.matching.single.cypher.planning.queryplan.leaf.FilterAndProjectTemporalEdgesTest) 0.01
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.711
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.499
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.458
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.413
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.641
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.672
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.57
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.46
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.536
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.465
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.432
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.399
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.669
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.377
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.329
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.474
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.338
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.494
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.296
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.329
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.515
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.299
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.471
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.367
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.332
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.496
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.343
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.465
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.374
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.373
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.552
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.343
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.491
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.482
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.305
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.333
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.419
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.472
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.318
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.391
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.451
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.284
testPatternMatching[42: Equals_ISO1_default_citibike] on testPatternMatching[42: Equals_ISO1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingIsomorphismTest) 0.513
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.331
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.601
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.453
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.538
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.299
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.272
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.726
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.388
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.437
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.288
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.307
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.683
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.288
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.479
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.293
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.459
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.37
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.312
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.469
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.302
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.484
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.491
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.486
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.28
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.573
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.58
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.284
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.588
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.309
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.464
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.61
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.551
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.492
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.299
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.346
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.48

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.347
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.444
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.354
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.296
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.317
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.312
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.461
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.403
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.279
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.427
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.289
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.304
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.36
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.38
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.414
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.357
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.386
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.424
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.28
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.396
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.367
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.445
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.441
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.309
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.384
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.406
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.557
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.496
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.363
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.274
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.384
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.524
testPatternMatching[32: AsOf_HOM3_default_citibike] on testPatternMatching[32: AsOf_HOM3_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.353
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.396
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.381
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.349
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.428
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.271
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.259
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.532
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.391
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.368
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.4
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.524
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.305
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.374
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.459
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.275
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.244
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.527
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.445
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.286
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.6
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.367
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.621
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.321
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.528
testPatternMatching[57: Equals_HOM1_default_citibike] on testPatternMatching[57: Equals_HOM1_default_citibike](org.gradoop.temporal.model.impl.operators.matching.single.cypher.TemporalPatternMatchingHomomorphismTest) 0.37
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.527
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.467
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.473
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.308
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.455
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.317
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.316
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.6
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.526
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.292
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.455
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.366
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.473
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.277
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.567
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.484
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.315
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.496
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.307
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.505
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.352
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.497
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.284
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.513
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.497
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.502
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.811

TemporalGraphCollectionTest

testToGraphCollection on testToGraphCollection(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.52
testGetEdges on testGetEdges(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.013
testGetVertices on testGetVertices(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.01
testGetVerticesByLabel on testGetVerticesByLabel(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.011
testFromGraphCollection on testFromGraphCollection(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.027
testGetGraphHeads on testGetGraphHeads(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.008
testGetGraphHeadsByLabel on testGetGraphHeadsByLabel(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.01
testGetConfig on testGetConfig(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.002
testWriteTo on testWriteTo(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.313
testIsEmpty on testIsEmpty(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.057
testGetEdgesByLabel on testGetEdgesByLabel(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.01
testWriteToOverwrite on testWriteToOverwrite(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.302
testFromGraphCollectionWithTimeExtractors on testFromGraphCollectionWithTimeExtractors(org.gradoop.temporal.model.impl.TemporalGraphCollectionTest) 0.262

TemporalGVELayoutTest

getGraphHeadsByLabel on getGraphHeadsByLabel(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.009
getGraphHead on getGraphHead(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.006
getVertices on getVertices(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.006
getVerticesByLabel on getVerticesByLabel(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.005
getEdges on getEdges(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.006
getGraphHeads on getGraphHeads(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.005
getEdgesByLabel on getEdgesByLabel(org.gradoop.temporal.model.impl.layout.TemporalGVELayoutTest) 0.006

TemporalIndexedLayoutTest

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