org.nasdanika.models.rules.Action Maven / Gradle / Ivy
The newest version!
/**
*/
package org.nasdanika.models.rules;
import org.nasdanika.models.architecture.Node;
/**
*
* A representation of the model object 'Action'.
*
*
*
* An action to be taken to address a rule violation
*
*
*
* @see org.nasdanika.models.rules.RulesPackage#getAction()
* @model
* @generated
*/
public interface Action extends Node {
} // Action