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

ai.stapi.graphoperations.objectLanguage.EntityIdentifier Maven / Gradle / Ivy

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

public class EntityIdentifier extends AbstractObjectDeclaration {

  public static final String SERIALIZATION_TYPE = "6a1a15dd-4aba-4c20-b883-2836d3e4cbd6";

  public EntityIdentifier() {
    super(SERIALIZATION_TYPE);
  }

  @Override
  public String getSerializationType() {
    return SERIALIZATION_TYPE;
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy