Uses of Class
org.apache.tinkerpop.gremlin.FeatureRequirement
-
-
Uses of FeatureRequirement in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin that return FeatureRequirement Modifier and Type Method 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)
FeatureRequirement[]
value()
Methods in org.apache.tinkerpop.gremlin that return types with arguments of type FeatureRequirement Modifier and Type Method Description List<FeatureRequirement>
FeatureRequirementSet.Package. featuresRequired()
List<FeatureRequirement>
LoadGraphWith.GraphData. featuresRequired()
-
Uses of FeatureRequirement in org.apache.tinkerpop.gremlin.algorithm.generator
Methods in org.apache.tinkerpop.gremlin.algorithm.generator with annotations of type FeatureRequirement Modifier and Type Method Description void
CommunityGeneratorTest.DifferentDistributionsTest. shouldGenerateDifferentGraph()
void
DistributionGeneratorTest.DifferentDistributionsTest. shouldGenerateDifferentGraph()
void
CommunityGeneratorTest.DifferentDistributionsTest. shouldGenerateSameGraph()
void
DistributionGeneratorTest.DifferentDistributionsTest. shouldGenerateSameGraph()
void
DistributionGeneratorTest.ProcessorTest. shouldProcessEdges()
void
CommunityGeneratorTest.ProcessorTest. shouldProcessVerticesEdges()
-
Uses of FeatureRequirement in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal with annotations of type FeatureRequirement Modifier and Type Method Description void
CoreTraversalTest. shouldTraverseIfAutoTxEnabledAndOriginalTxIsClosed()
void
CoreTraversalTest. shouldTraverseIfManualTxEnabledAndOriginalTxIsClosed()
-
Uses of FeatureRequirement in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step with annotations of type FeatureRequirement Modifier and Type Method Description void
OrderabilityTest. g_inject_order()
Mixed type values including list, set, map, uuid, date, boolean, numeric, string, null.void
OrderabilityTest. g_inject_order_with_unknown_type()
More mixed type values including a Java Object (unknown type).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. testErrorPropagation()
Child traversals should propagate error states to their parent traversal if and only if the parent step is a filter step.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. -
Uses of FeatureRequirement in org.apache.tinkerpop.gremlin.process.traversal.step.branch
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.branch with annotations of type FeatureRequirement Modifier and Type Method Description void
OptionalTest. g_VX1X_optionalXaddVXdogXX_label()
-
Uses of FeatureRequirement in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.filter with annotations of type FeatureRequirement Modifier and Type Method 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()
-
Uses of FeatureRequirement in org.apache.tinkerpop.gremlin.process.traversal.step.map
-
Uses of FeatureRequirement in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
-
Uses of FeatureRequirement in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification
Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.verification with annotations of type FeatureRequirement Modifier and Type Method 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()
-
Uses of FeatureRequirement in org.apache.tinkerpop.gremlin.structure
-
Uses of FeatureRequirement in org.apache.tinkerpop.gremlin.structure.util.detached
Methods in org.apache.tinkerpop.gremlin.structure.util.detached with annotations of type FeatureRequirement Modifier and Type Method Description void
DetachedEdgeTest. shouldConstructDetachedEdge()
void
DetachedEdgeTest. shouldConstructDetachedEdgeAsReference()
void
DetachedPropertyTest. shouldNotBeEqualPropertiesAsThereIsDifferentKey()
void
DetachedEdgeTest. shouldNotEvaluateToEqualDifferentId()
void
DetachedVertexTest. shouldNotEvaluateToEqualDifferentId()
-
Uses of FeatureRequirement in org.apache.tinkerpop.gremlin.structure.util.reference
Methods in org.apache.tinkerpop.gremlin.structure.util.reference with annotations of type FeatureRequirement Modifier and Type Method Description void
ReferenceEdgeTest. shouldConstructReferenceEdge()
void
ReferenceEdgeTest. shouldNotEvaluateToEqualDifferentId()
void
ReferenceVertexTest. shouldNotEvaluateToEqualDifferentId()
-