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

org.contextmapper.dsl.contextMappingDSL.UseCase Maven / Gradle / Ivy

There is a newer version: 6.12.0
Show newest version
/**
 * generated by Xtext 2.20.0
 */
package org.contextmapper.dsl.contextMappingDSL;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Use Case'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.contextmapper.dsl.contextMappingDSL.UseCase#getName Name}
  • *
  • {@link org.contextmapper.dsl.contextMappingDSL.UseCase#isIsLatencyCritical Is Latency Critical}
  • *
  • {@link org.contextmapper.dsl.contextMappingDSL.UseCase#getNanoentitiesRead Nanoentities Read}
  • *
  • {@link org.contextmapper.dsl.contextMappingDSL.UseCase#getNanoentitiesWritten Nanoentities Written}
  • *
* * @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getUseCase() * @model * @generated */ public interface UseCase extends EObject { /** * Returns the value of the 'Name' attribute. * *

* If the meaning of the 'Name' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getUseCase_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.UseCase#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Is Latency Critical' attribute. * *

* If the meaning of the 'Is Latency Critical' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Is Latency Critical' attribute. * @see #setIsLatencyCritical(boolean) * @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getUseCase_IsLatencyCritical() * @model * @generated */ boolean isIsLatencyCritical(); /** * Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.UseCase#isIsLatencyCritical Is Latency Critical}' attribute. * * * @param value the new value of the 'Is Latency Critical' attribute. * @see #isIsLatencyCritical() * @generated */ void setIsLatencyCritical(boolean value); /** * Returns the value of the 'Nanoentities Read' attribute list. * The list contents are of type {@link java.lang.String}. * *

* If the meaning of the 'Nanoentities Read' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Nanoentities Read' attribute list. * @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getUseCase_NanoentitiesRead() * @model unique="false" * @generated */ EList getNanoentitiesRead(); /** * Returns the value of the 'Nanoentities Written' attribute list. * The list contents are of type {@link java.lang.String}. * *

* If the meaning of the 'Nanoentities Written' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Nanoentities Written' attribute list. * @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getUseCase_NanoentitiesWritten() * @model unique="false" * @generated */ EList getNanoentitiesWritten(); } // UseCase




© 2015 - 2025 Weber Informatics LLC | Privacy Policy