Class VertexProgramRestrictionStrategy
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.process.traversal.strategy.AbstractTraversalStrategy<TraversalStrategy.VerificationStrategy>
 - 
- org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.verification.VertexProgramRestrictionStrategy
 
 
 
- 
- All Implemented Interfaces:
 Serializable,Comparable<Class<? extends TraversalStrategy>>,TraversalStrategy<TraversalStrategy.VerificationStrategy>,TraversalStrategy.VerificationStrategy
public final class VertexProgramRestrictionStrategy extends AbstractTraversalStrategy<TraversalStrategy.VerificationStrategy> implements TraversalStrategy.VerificationStrategy
Detects the presence of aVertexProgramStrategyand throws anIllegalStateExceptionif it is found.- Author:
 - Marc de Lignie
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy
TraversalStrategy.DecorationStrategy, TraversalStrategy.FinalizationStrategy, TraversalStrategy.OptimizationStrategy, TraversalStrategy.ProviderOptimizationStrategy, TraversalStrategy.VerificationStrategy 
 - 
 
- 
Field Summary
- 
Fields inherited from interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy
STRATEGY 
 - 
 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Traversal.Admin<?,?> traversal)Set<Class<? extends TraversalStrategy.VerificationStrategy>>applyPost()The set of strategies that must be executed after this strategy is executed.static VertexProgramRestrictionStrategyinstance()- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.strategy.AbstractTraversalStrategy
equals, hashCode, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy
applyPrior, getConfiguration 
- 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.VerificationStrategy
compareTo, getTraversalCategory 
 - 
 
 - 
 
- 
- 
Method Detail
- 
apply
public void apply(Traversal.Admin<?,?> traversal)
- Specified by:
 applyin interfaceTraversalStrategy<TraversalStrategy.VerificationStrategy>
 
- 
applyPost
public Set<Class<? extends TraversalStrategy.VerificationStrategy>> applyPost()
Description copied from interface:TraversalStrategyThe set of strategies that must be executed after this strategy is executed. If there are no ordering requirements, the default implementation returns an empty set.- Specified by:
 applyPostin interfaceTraversalStrategy<TraversalStrategy.VerificationStrategy>- Returns:
 - the set of strategies that must be executed post this one
 
 
- 
instance
public static VertexProgramRestrictionStrategy instance()
 
 - 
 
 -