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

org.schema.AssessAction Maven / Gradle / Ivy

There is a newer version: 3.1.8
Show newest version
package org.schema;

/**
 * Schema.org/AssessAction
 * The act of forming one's opinion, reaction or sentiment.
 *
 * @author schema.org
 * @class AssessAction
 * @module org.schema
 * @extends Action
 */
public class AssessAction extends Action {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public AssessAction() {
		context = "http://schema.org/";
		type = "AssessAction";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy