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

hydra.ext.org.w3.owl.syntax.ObjectProperty Maven / Gradle / Ivy

The newest version!
// Note: this is an automatically generated file. Do not edit.

package hydra.ext.org.w3.owl.syntax;

import java.io.Serializable;

/**
 * See https://www.w3.org/TR/owl2-syntax/#Object_Properties
 */
public class ObjectProperty implements Serializable {
  public static final hydra.core.Name TYPE_NAME = new hydra.core.Name("hydra/ext/org/w3/owl/syntax.ObjectProperty");
  
  public ObjectProperty () {
  
  }
  
  @Override
  public boolean equals(Object other) {
    if (!(other instanceof ObjectProperty)) {
      return false;
    }
    ObjectProperty o = (ObjectProperty) (other);
    return true;
  }
  
  @Override
  public int hashCode() {
    return 0;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy