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

org.javasimon.UnknownSample Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
package org.javasimon;

/**
 * Sample produced by {@link UnknownSimon}s.
 *
 * @author gquintana
 * @since 3.2
 */
public class UnknownSample extends Sample {

	/**
	 * Returns readable representation of the sample object.
	 *
	 * @return string with readable representation of the sample
	 */
	@Override
	public String toString() {
		return "UnknownSample" + "{name=" + getName() + ", note=" + getNote() + '}';
	}

	@Override
	public String simonToString() {
		return null;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy