io.shiftleft.codepropertygraph.generated.EdgeKeys Maven / Gradle / Ivy
The newest version!
package io.shiftleft.codepropertygraph.generated;
import gremlin.scala.Key;
public class EdgeKeys {
/** Defines whether a PROPAGATE edge creates an alias */
public static final Key ALIAS = new Key<>("ALIAS");
/** Index of referenced CONTAINED node (0 based) - used together with cardinality=list */
public static final Key INDEX = new Key<>("INDEX");
/** Local name of referenced CONTAINED node */
public static final Key LOCAL_NAME = new Key<>("LOCAL_NAME");
}