Class GafferPopHasContainer
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
-
- uk.gov.gchq.gaffer.tinkerpop.process.traversal.step.util.GafferPopHasContainer
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Predicate<org.apache.tinkerpop.gremlin.structure.Element>
public class GafferPopHasContainer extends org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer
Wrapper class for GremlinHasContainer
. Uses Predicates that have been converted for use in Gaffer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GafferPopHasContainer(org.apache.tinkerpop.gremlin.process.traversal.step.util.HasContainer original)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Predicate
getGafferPredicate()
-
-
-
Method Detail
-
getGafferPredicate
public Predicate getGafferPredicate()
-
-