blob: 9e470e3bc87e62eefec5bd64deb779954379a61d [file] [log] [blame]
package org.eclipse.stem.graphgenerators;
public interface Constants {
/**
* This is the extension point id for the "graph generator" extension point.
* {@value}
*/
String ID_GRAPH_GENERATOR_EXTENSION_POINT = org.eclipse.stem.core.Constants.ID_ROOT
+ ".graphgenerators.graphgenerator";
String GRAPH_GENERATOR_ELEMENT = "classdef";
}