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

org.swrlapi.ui.model.SWRLAPIModel Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
package org.swrlapi.ui.model;

/**
 * Represents a base SWRLAPI model that can be used to construct MVC-based views in an application that uses the
 * SWRLAPI.
 *
 * @see org.swrlapi.ui.view.SWRLAPIView
 */
public interface SWRLAPIModel
{
	void updateView();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy