Uses of Class
org.apache.tinkerpop.gremlin.process.computer.GraphFilter.Legal
-
Packages that use GraphFilter.Legal Package Description org.apache.tinkerpop.gremlin.process.computer -
-
Uses of GraphFilter.Legal in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer that return GraphFilter.Legal Modifier and Type Method Description GraphFilter.LegalGraphFilter. checkEdgeLegality(Direction direction)Get the legality of a particular edge direction.GraphFilter.LegalGraphFilter. checkEdgeLegality(Direction direction, String label)Get the legality of a particular edge direction and label.static GraphFilter.LegalGraphFilter.Legal. valueOf(String name)Returns the enum constant of this type with the specified name.static GraphFilter.Legal[]GraphFilter.Legal. values()Returns an array containing the constants of this enum type, in the order they are declared.
-