All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.shiftleft.codepropertygraph.generated.EdgeKeyNames Maven / Gradle / Ivy

The newest version!
package io.shiftleft.codepropertygraph.generated;

import gremlin.scala.Key;

public class EdgeKeyNames {

/** Defines whether a PROPAGATE edge creates an alias */
public static final String ALIAS = "ALIAS";

/** Index of referenced CONTAINED node (0 based) - used together with cardinality=list */
public static final String INDEX = "INDEX";

/** Local name of referenced CONTAINED node */
public static final String LOCAL_NAME = "LOCAL_NAME";


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy