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

org.intocps.fmichecker.quotes.calculatedQuote Maven / Gradle / Ivy

package org.intocps.fmichecker.quotes;
import org.overture.codegen.runtime.*;
@SuppressWarnings("all")
final  public  class calculatedQuote  
{
			private static   int hc  = 0;
		private static   calculatedQuote instance  = null;
						public     calculatedQuote() 
{

				if ( Utils.equals(hc, 0) )
{
	hc = 	super.hashCode();
}

	
}
		public  static  calculatedQuote getInstance() 
{

				if ( Utils.equals(instance, null) )
{
	instance = new calculatedQuote();
}

			  return instance;

	
}
		public    int hashCode() 
{

				  return hc;

	
}
		public    boolean equals( final Object obj) 
{

				  return obj instanceof calculatedQuote;

	
}
		public    String toString() 
{

				  return "";

	
}
						
			}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy