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

org.nasdanika.models.rules.Waiver Maven / Gradle / Ivy

The newest version!
/**
 */
package org.nasdanika.models.rules;

import org.eclipse.emf.common.util.EList;
import org.nasdanika.models.architecture.ArchitectureDescriptionElement;

/**
 * 
 * A representation of the model object 'Waiver'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.rules.Waiver#getViolations Violations}
  • *
* * @see org.nasdanika.models.rules.RulesPackage#getWaiver() * @model * @generated */ public interface Waiver extends ArchitectureDescriptionElement { /** * Returns the value of the 'Violations' reference list. * The list contents are of type {@link org.nasdanika.models.rules.Violation}. * It is bidirectional and its opposite is '{@link org.nasdanika.models.rules.Violation#getWaivers Waivers}'. * * * @return the value of the 'Violations' reference list. * @see org.nasdanika.models.rules.RulesPackage#getWaiver_Violations() * @see org.nasdanika.models.rules.Violation#getWaivers * @model opposite="waivers" * @generated */ EList getViolations(); } // Waiver




© 2015 - 2024 Weber Informatics LLC | Privacy Policy