ai.stapi.graphoperations.graphLanguage.graphDescription.specific.query.EdgeQueryDescription Maven / Gradle / Ivy
package ai.stapi.graphoperations.graphLanguage.graphDescription.specific.query;
public interface EdgeQueryDescription extends GraphElementQueryDescription {
boolean isCompact();
}