org.nasdanika.models.rules.Inspectable Maven / Gradle / Ivy
The newest version!
/**
*/
package org.nasdanika.models.rules;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Inspectable'.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.models.rules.Inspectable#getInspectionResults Inspection Results}
* - {@link org.nasdanika.models.rules.Inspectable#getWaivers Waivers}
*
*
* @see org.nasdanika.models.rules.RulesPackage#getInspectable()
* @model
* @generated
*/
public interface Inspectable extends EObject {
/**
* Returns the value of the 'Inspection Results' containment reference list.
* The list contents are of type {@link org.nasdanika.models.rules.InspectionResult}.
*
*
* @return the value of the 'Inspection Results' containment reference list.
* @see org.nasdanika.models.rules.RulesPackage#getInspectable_InspectionResults()
* @model containment="true"
* @generated
*/
EList getInspectionResults();
/**
* Returns the value of the 'Waivers' containment reference list.
* The list contents are of type {@link org.nasdanika.models.rules.Waiver}.
*
*
* @return the value of the 'Waivers' containment reference list.
* @see org.nasdanika.models.rules.RulesPackage#getInspectable_Waivers()
* @model containment="true"
* @generated
*/
EList getWaivers();
} // Inspectable