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

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

/**
 */
package org.nasdanika.models.rules;

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

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

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.rules.Severity#getRules Rules}
  • *
* * @see org.nasdanika.models.rules.RulesPackage#getSeverity() * @model * @generated */ public interface Severity extends ArchitectureDescriptionElement { /** * Returns the value of the 'Rules' reference list. * The list contents are of type {@link org.nasdanika.models.rules.Rule}. * It is bidirectional and its opposite is '{@link org.nasdanika.models.rules.Rule#getSeverity Severity}'. * * * @return the value of the 'Rules' reference list. * @see org.nasdanika.models.rules.RulesPackage#getSeverity_Rules() * @see org.nasdanika.models.rules.Rule#getSeverity * @model opposite="severity" * @generated */ EList getRules(); } // Severity




© 2015 - 2024 Weber Informatics LLC | Privacy Policy