Class HasContainer
java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
- All Implemented Interfaces:
Serializable,Cloneable,Predicate<Element>
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()final BiPredicate<?,?> final StringgetKey()final P<?>final ObjectgetValue()inthashCode()booleanDetermines if thisHasContainer's predicate holds a child traversal whose result is resolved at runtime (e.g.final voidfinal booleanfinal booleanstatic booleantestAll(Element element, List<HasContainer> hasContainers) static <V> booleantestAll(Property<V> property, List<HasContainer> hasContainers) protected booleanprotected booleantestIdAsString(Element element) protected booleanprotected booleanprotected booleanfinal StringtoString()
-
Constructor Details
-
HasContainer
-
-
Method Details
-
test
-
test
-
testId
-
testIdAsString
-
testLabel
-
testValue
-
testKey
-
toString
-
clone
-
hashCode
public int hashCode() -
getKey
-
setKey
-
getPredicate
-
getBiPredicate
-
getValue
-
hasTraversal
public boolean hasTraversal()Determines if thisHasContainer's predicate holds a child traversal whose result is resolved at runtime (e.g.P.eq(traversal)orP.within(traversal)). -
testAll
-
testAll
-