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

org.schema.ArriveAction Maven / Gradle / Ivy

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

/**
 * Schema.org/ArriveAction
 * The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants.
 *
 * @author schema.org
 * @class ArriveAction
 * @module org.schema
 * @extends MoveAction
 */
public class ArriveAction extends MoveAction {
	/**
	 * Constructor, automatically sets @context and @type.
	 *
	 * @constructor
	 */
	public ArriveAction() {
		context = "http://schema.org/";
		type = "ArriveAction";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy