package org.daml.sonat.vocabulary;
public class mcda_notification_ont
{
  public static String baseURI = "http://www.daml.org/2002/05/notification/mcda-notification-ont";
  public static com.hp.hpl.mesa.rdf.jena.model.Property oldComputedValue = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property newBestAlternative = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property newComputedValue = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Resource MCDANotification = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property summary = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property analysis = null;
  public static com.hp.hpl.mesa.rdf.jena.model.Property oldBestAlternative = null;
  static
  {
    try {
      oldComputedValue = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/mcda-notification-ont#oldComputedValue");
      newBestAlternative = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/mcda-notification-ont#newBestAlternative");
      newComputedValue = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/mcda-notification-ont#newComputedValue");
      MCDANotification = new com.hp.hpl.mesa.rdf.jena.common.ResourceImpl("http://www.daml.org/2002/05/notification/mcda-notification-ont#MCDANotification");
      summary = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/mcda-notification-ont#summary");
      analysis = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/mcda-notification-ont#analysis");
      oldBestAlternative = new com.hp.hpl.mesa.rdf.jena.common.PropertyImpl("http://www.daml.org/2002/05/notification/mcda-notification-ont#oldBestAlternative");
    } catch (Exception e) {
      System.err.println(e);
    }
  }
}
