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

ai.stapi.graphoperations.graphLanguage.graphDescription.GraphDescription Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package ai.stapi.graphoperations.graphLanguage.graphDescription;

import ai.stapi.graphoperations.graphLanguage.GraphDeclaration;
import java.util.List;

public interface GraphDescription extends GraphDeclaration {

  String INTERFACE_UUID = "16155223-9c61-4138-a8f2-16fa555f7c61";
  String DECLARATION_TYPE = "GraphDescription";

  GraphDescriptionParameters getParameters();

  String getGraphTraversingType();

  List getChildGraphDescriptions();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy