blob: bee6e09a3dbcf9d3b36641bf29f1d8326d915ee6 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 Bosch Software Innovations GmbH and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v1.0 which accompany this distribution.
*
* The Eclipse Public License is available at
* http://www.eclipse.org/legal/epl-v10.html
* The Eclipse Distribution License is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* Contributors:
* Bosch Software Innovations GmbH - Please refer to git log
*
*******************************************************************************/
/**
*/
package org.eclipse.vorto.functionblock;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Function Block</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getDisplayname <em>Displayname</em>}</li>
* <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getVendor <em>Vendor</em>}</li>
* <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getCategory <em>Category</em>}</li>
* <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getVersion <em>Version</em>}</li>
* <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getConfiguration <em>Configuration</em>}</li>
* <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getStatus <em>Status</em>}</li>
* <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getFault <em>Fault</em>}</li>
* <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getFeatures <em>Features</em>}</li>
* <li>{@link org.eclipse.vorto.functionblock.FunctionBlock#getEvents <em>Events</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock()
* @model
* @generated
*/
public interface FunctionBlock extends EObject {
/**
* Returns the value of the '<em><b>Displayname</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Displayname</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Displayname</em>' attribute.
* @see #setDisplayname(String)
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Displayname()
* @model
* @generated
*/
String getDisplayname();
/**
* Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getDisplayname <em>Displayname</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Displayname</em>' attribute.
* @see #getDisplayname()
* @generated
*/
void setDisplayname(String value);
/**
* Returns the value of the '<em><b>Description</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(String)
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Description()
* @model
* @generated
*/
String getDescription();
/**
* Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getDescription <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' attribute.
* @see #getDescription()
* @generated
*/
void setDescription(String value);
/**
* Returns the value of the '<em><b>Vendor</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Vendor</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Vendor</em>' attribute.
* @see #setVendor(String)
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Vendor()
* @model
* @generated
*/
String getVendor();
/**
* Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getVendor <em>Vendor</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Vendor</em>' attribute.
* @see #getVendor()
* @generated
*/
void setVendor(String value);
/**
* Returns the value of the '<em><b>Category</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Category</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Category</em>' attribute.
* @see #setCategory(String)
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Category()
* @model
* @generated
*/
String getCategory();
/**
* Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getCategory <em>Category</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Category</em>' attribute.
* @see #getCategory()
* @generated
*/
void setCategory(String value);
/**
* Returns the value of the '<em><b>Version</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Version</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Version</em>' attribute.
* @see #setVersion(String)
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Version()
* @model
* @generated
*/
String getVersion();
/**
* Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getVersion <em>Version</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Version</em>' attribute.
* @see #getVersion()
* @generated
*/
void setVersion(String value);
/**
* Returns the value of the '<em><b>Configuration</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Configuration</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Configuration</em>' containment reference.
* @see #setConfiguration(FBFeature)
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Configuration()
* @model containment="true"
* @generated
*/
FBFeature getConfiguration();
/**
* Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getConfiguration <em>Configuration</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Configuration</em>' containment reference.
* @see #getConfiguration()
* @generated
*/
void setConfiguration(FBFeature value);
/**
* Returns the value of the '<em><b>Status</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Status</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Status</em>' containment reference.
* @see #setStatus(FBFeature)
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Status()
* @model containment="true"
* @generated
*/
FBFeature getStatus();
/**
* Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getStatus <em>Status</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Status</em>' containment reference.
* @see #getStatus()
* @generated
*/
void setStatus(FBFeature value);
/**
* Returns the value of the '<em><b>Fault</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Fault</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Fault</em>' containment reference.
* @see #setFault(FBFeature)
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Fault()
* @model containment="true"
* @generated
*/
FBFeature getFault();
/**
* Sets the value of the '{@link org.eclipse.vorto.functionblock.FunctionBlock#getFault <em>Fault</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Fault</em>' containment reference.
* @see #getFault()
* @generated
*/
void setFault(FBFeature value);
/**
* Returns the value of the '<em><b>Features</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.vorto.functionblock.Operation}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Features</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Features</em>' containment reference list.
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Features()
* @model containment="true"
* @generated
*/
EList<Operation> getFeatures();
/**
* Returns the value of the '<em><b>Events</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.vorto.functionblock.Event}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Events</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Events</em>' containment reference list.
* @see org.eclipse.vorto.functionblock.FunctionblockPackage#getFunctionBlock_Events()
* @model containment="true"
* @generated
*/
EList<Event> getEvents();
} // FunctionBlock