Modifier and Type | Method and Description |
---|---|
static FeatureRequirement |
FeatureRequirement.Factory.create(String feature,
Class<? extends Graph.Features.FeatureSet> featureClass) |
static FeatureRequirement |
FeatureRequirement.Factory.create(String feature,
Class<? extends Graph.Features.FeatureSet> featureClass,
boolean supported) |
Modifier and Type | Method and Description |
---|---|
List<FeatureRequirement> |
FeatureRequirementSet.Package.featuresRequired() |
List<FeatureRequirement> |
LoadGraphWith.GraphData.featuresRequired() |
Modifier and Type | Method and Description |
---|---|
void |
DistributionGeneratorTest.DifferentDistributionsTest.shouldGenerateDifferentGraph() |
void |
CommunityGeneratorTest.DifferentDistributionsTest.shouldGenerateDifferentGraph() |
void |
DistributionGeneratorTest.DifferentDistributionsTest.shouldGenerateSameGraph() |
void |
CommunityGeneratorTest.DifferentDistributionsTest.shouldGenerateSameGraph() |
void |
DistributionGeneratorTest.ProcessorTest.shouldProcessEdges() |
void |
CommunityGeneratorTest.ProcessorTest.shouldProcessVerticesEdges() |
Modifier and Type | Method and Description |
---|---|
void |
CoreTraversalTest.shouldTraverseIfAutoTxEnabledAndOriginalTxIsClosed() |
void |
CoreTraversalTest.shouldTraverseIfManualTxEnabledAndOriginalTxIsClosed() |
Modifier and Type | Method and Description |
---|---|
void |
OrderabilityTest.g_inject_order_with_unknown_type()
More mixed type values including a Java Object (unknown type).
|
void |
OrderabilityTest.g_inject_order()
Mixed type values including list, set, map, uuid, date, boolean, numeric, string, null.
|
void |
OrderabilityTest.g_V_values_order()
Order by property value (mixed types).
|
void |
TernaryBooleanLogicsTest.testAnd()
Over a ternary binary semantics, the AND predicate evaluates to TRUE only if both arguments are TRUE.
|
void |
TernaryBooleanLogicsTest.testCompareAcrossTypes()
Comparisons across type families.
|
void |
TernaryBooleanLogicsTest.testCompareNaN()
NaN comparisons always produce UNDEF comparison, reducing to FALSE in ternary->binary reduction.
|
void |
TernaryBooleanLogicsTest.testCompareNull()
Null comparisons.
|
void |
TernaryBooleanLogicsTest.testNot()
The NOT predicate inverts TRUE and FALSE but maintains ERROR values.
|
void |
TernaryBooleanLogicsTest.testOr()
Being symetrically defined to AND, OR only returns FALSE in the case that both arguments evalute to FALSE.
|
void |
TernaryBooleanLogicsTest.testXor()
Ternary XOR semantics.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionalTest.g_VX1X_optionalXaddVXdogXX_label() |
Modifier and Type | Method and Description |
---|---|
void |
DropTest.g_E_propertiesXweightX_drop() |
void |
DropTest.g_V_drop() |
void |
DropTest.g_V_outE_drop() |
void |
DropTest.g_V_properties_drop() |
void |
DropTest.g_V_properties_propertiesXstartTimeX_drop() |
Modifier and Type | Method and Description |
---|---|
void |
ReadOnlyStrategyProcessTest.shouldNotTraverseV_In_addEXINX() |
void |
ReadOnlyStrategyProcessTest.shouldNotTraverseV_In_addEXOUTX() |
void |
ReadOnlyStrategyProcessTest.shouldNotTraverseV_In_addInE() |
void |
ReadOnlyStrategyProcessTest.shouldNotTraverseV_In_addOutE() |
void |
ReadOnlyStrategyProcessTest.shouldNotTraverseV_out_addInE() |
void |
ReadOnlyStrategyProcessTest.shouldNotTraverseV_out_addOutE() |
Modifier and Type | Method and Description |
---|---|
void |
DetachedEdgeTest.shouldConstructDetachedEdge() |
void |
DetachedEdgeTest.shouldConstructDetachedEdgeAsReference() |
void |
DetachedPropertyTest.shouldNotBeEqualPropertiesAsThereIsDifferentKey() |
void |
DetachedVertexTest.shouldNotEvaluateToEqualDifferentId() |
void |
DetachedEdgeTest.shouldNotEvaluateToEqualDifferentId() |
Modifier and Type | Method and Description |
---|---|
void |
ReferenceEdgeTest.shouldConstructReferenceEdge() |
void |
ReferenceEdgeTest.shouldNotEvaluateToEqualDifferentId() |
void |
ReferenceVertexTest.shouldNotEvaluateToEqualDifferentId() |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.