blob: c831fdf10778863d36a9cd8d982dda48e86e1e5c [file] [log] [blame]
package org.eclipse.stem.interventions;
/*******************************************************************************
* Copyright (c) 2011 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
import org.eclipse.emf.common.util.URI;
import org.eclipse.stem.core.predicate.Test;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Disease State Test</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.stem.interventions.DiseaseStateTest#getDiseaseName <em>Disease Name</em>}</li>
* <li>{@link org.eclipse.stem.interventions.DiseaseStateTest#getTargetURI <em>Target URI</em>}</li>
* <li>{@link org.eclipse.stem.interventions.DiseaseStateTest#getState <em>State</em>}</li>
* <li>{@link org.eclipse.stem.interventions.DiseaseStateTest#getThreshold <em>Threshold</em>}</li>
* <li>{@link org.eclipse.stem.interventions.DiseaseStateTest#getPredicate <em>Predicate</em>}</li>
* <li>{@link org.eclipse.stem.interventions.DiseaseStateTest#getPopulationIdentifier <em>Population Identifier</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.stem.interventions.InterventionsPackage#getDiseaseStateTest()
* @model
* @generated
*/
public interface DiseaseStateTest extends Test {
/**
* Returns the value of the '<em><b>Disease Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Disease Name</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Disease Name</em>' attribute.
* @see #setDiseaseName(String)
* @see org.eclipse.stem.interventions.InterventionsPackage#getDiseaseStateTest_DiseaseName()
* @model
* @generated
*/
String getDiseaseName();
/**
* Sets the value of the '{@link org.eclipse.stem.interventions.DiseaseStateTest#getDiseaseName <em>Disease Name</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Disease Name</em>' attribute.
* @see #getDiseaseName()
* @generated
*/
void setDiseaseName(String value);
/**
* Returns the value of the '<em><b>Target URI</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Target URI</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Target URI</em>' attribute.
* @see #setTargetURI(URI)
* @see org.eclipse.stem.interventions.InterventionsPackage#getDiseaseStateTest_TargetURI()
* @model dataType="org.eclipse.stem.core.common.URI"
* @generated
*/
URI getTargetURI();
/**
* Sets the value of the '{@link org.eclipse.stem.interventions.DiseaseStateTest#getTargetURI <em>Target URI</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Target URI</em>' attribute.
* @see #getTargetURI()
* @generated
*/
void setTargetURI(URI value);
/**
* Returns the value of the '<em><b>State</b></em>' attribute.
* The default value is <code>"incidence"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>State</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>State</em>' attribute.
* @see #setState(String)
* @see org.eclipse.stem.interventions.InterventionsPackage#getDiseaseStateTest_State()
* @model default="incidence"
* @generated
*/
String getState();
/**
* Sets the value of the '{@link org.eclipse.stem.interventions.DiseaseStateTest#getState <em>State</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>State</em>' attribute.
* @see #getState()
* @generated
*/
void setState(String value);
/**
* Returns the value of the '<em><b>Threshold</b></em>' attribute.
* The default value is <code>"100"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Threshold</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Threshold</em>' attribute.
* @see #setThreshold(double)
* @see org.eclipse.stem.interventions.InterventionsPackage#getDiseaseStateTest_Threshold()
* @model default="100"
* @generated
*/
double getThreshold();
/**
* Sets the value of the '{@link org.eclipse.stem.interventions.DiseaseStateTest#getThreshold <em>Threshold</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Threshold</em>' attribute.
* @see #getThreshold()
* @generated
*/
void setThreshold(double value);
/**
* Returns the value of the '<em><b>Predicate</b></em>' attribute.
* The default value is <code>">"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Predicate</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Predicate</em>' attribute.
* @see #setPredicate(String)
* @see org.eclipse.stem.interventions.InterventionsPackage#getDiseaseStateTest_Predicate()
* @model default=">"
* @generated
*/
String getPredicate();
/**
* Sets the value of the '{@link org.eclipse.stem.interventions.DiseaseStateTest#getPredicate <em>Predicate</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Predicate</em>' attribute.
* @see #getPredicate()
* @generated
*/
void setPredicate(String value);
/**
* Returns the value of the '<em><b>Population Identifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Population Identifier</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Population Identifier</em>' attribute.
* @see #setPopulationIdentifier(String)
* @see org.eclipse.stem.interventions.InterventionsPackage#getDiseaseStateTest_PopulationIdentifier()
* @model
* @generated
*/
String getPopulationIdentifier();
/**
* Sets the value of the '{@link org.eclipse.stem.interventions.DiseaseStateTest#getPopulationIdentifier <em>Population Identifier</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Population Identifier</em>' attribute.
* @see #getPopulationIdentifier()
* @generated
*/
void setPopulationIdentifier(String value);
} // DiseaseStateTest