package verify
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
              Visibility
              
        - Public
- All
Type Members
-  trait GremlinPostCondition extends (Seq[GremlinStep]) ⇒ Option[String]
Value Members
- 
      
      
      
        
      
    
      
        
        object
      
      
        NoCustomFunctions extends GremlinPostCondition
      
      
      This post-condition verifies that custom functions are not used. This post-condition verifies that custom functions are not used. Such translation will not work in environments without the Cypher plugin. 
- 
      
      
      
        
      
    
      
        
        object
      
      
        NoEmptyTraversals extends GremlinPostCondition
      
      
      This post-condition verifies that no accidental empty traversals are generated. 
- 
      
      
      
        
      
    
      
        
        object
      
      
        NoMultipleLabels extends GremlinPostCondition
      
      
      This post-condition verifies that multiple labels are not used. This post-condition verifies that multiple labels are not used. Such translation will not work in environments without multiple label support.