blob: ba118bb18cf6a42ccb14881d702fd4a59ca86bd5 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_131) on Fri Oct 27 02:19:55 EDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DeploymentPackage (org.eclipse.papyrus.designer.deployment.profile 0.7.6 API)</title>
<meta name="date" content="2017-10-27">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DeploymentPackage (org.eclipse.papyrus.designer.deployment.profile 0.7.6 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":6,"i40":6,"i41":6,"i42":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/DeploymentPackage.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentFactory.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.Literals.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html" target="_top">Frames</a></li>
<li><a href="DeploymentPackage.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.papyrus.designer.deployment.profile.Deployment</div>
<h2 title="Interface DeploymentPackage" class="title">Interface DeploymentPackage</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd>org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier</dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl">DeploymentPackageImpl</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="typeNameLabel">DeploymentPackage</span>
extends org.eclipse.emf.ecore.EPackage</pre>
<div class="block"><!-- begin-user-doc -->
The <b>Package</b> for the model.
It contains accessors for the meta objects to represent
<ul>
<li>each class,</li>
<li>each feature of each class,</li>
<li>each operation of each class,</li>
<li>each enum,</li>
<li>and each data type</li>
</ul>
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentFactory.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>DeploymentFactory</code></a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Interface and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.Literals.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment">DeploymentPackage.Literals</a></span></code>
<div class="block">Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
<!-- end-user-doc --></div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="nested.classes.inherited.from.class.org.eclipse.emf.ecore.EPackage">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface&nbsp;org.eclipse.emf.ecore.EPackage</h3>
<code>org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry</code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#AUTO_INDEX">AUTO_INDEX</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/AutoIndexImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Auto Index</em></code></a>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#AUTO_INDEX__BASE_PROPERTY">AUTO_INDEX__BASE_PROPERTY</a></span></code>
<div class="block">The feature id for the '<em><b>Base Property</b></em>' reference.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#AUTO_INDEX_FEATURE_COUNT">AUTO_INDEX_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Auto Index</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#AUTO_INDEX_OPERATION_COUNT">AUTO_INDEX_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Auto Index</em>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#AUTO_INDEX_PER_NODE">AUTO_INDEX_PER_NODE</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/AutoIndexPerNodeImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Auto Index Per Node</em></code></a>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#AUTO_INDEX_PER_NODE__BASE_PROPERTY">AUTO_INDEX_PER_NODE__BASE_PROPERTY</a></span></code>
<div class="block">The feature id for the '<em><b>Base Property</b></em>' reference.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#AUTO_INDEX_PER_NODE_FEATURE_COUNT">AUTO_INDEX_PER_NODE_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Auto Index Per Node</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#AUTO_INDEX_PER_NODE_OPERATION_COUNT">AUTO_INDEX_PER_NODE_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Auto Index Per Node</em>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#CONFIGURATION_PROPERTY">CONFIGURATION_PROPERTY</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/ConfigurationPropertyImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Configuration Property</em></code></a>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#CONFIGURATION_PROPERTY__BASE_PROPERTY">CONFIGURATION_PROPERTY__BASE_PROPERTY</a></span></code>
<div class="block">The feature id for the '<em><b>Base Property</b></em>' reference.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#CONFIGURATION_PROPERTY_FEATURE_COUNT">CONFIGURATION_PROPERTY_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Configuration Property</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#CONFIGURATION_PROPERTY_OPERATION_COUNT">CONFIGURATION_PROPERTY_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Configuration Property</em>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#COPY_ATTRIBUTE_VALUE">COPY_ATTRIBUTE_VALUE</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/CopyAttributeValueImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Copy Attribute Value</em></code></a>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#COPY_ATTRIBUTE_VALUE__BASE_PROPERTY">COPY_ATTRIBUTE_VALUE__BASE_PROPERTY</a></span></code>
<div class="block">The feature id for the '<em><b>Base Property</b></em>' reference.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#COPY_ATTRIBUTE_VALUE__SOURCE">COPY_ATTRIBUTE_VALUE__SOURCE</a></span></code>
<div class="block">The feature id for the '<em><b>Source</b></em>' reference.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#COPY_ATTRIBUTE_VALUE_FEATURE_COUNT">COPY_ATTRIBUTE_VALUE_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Copy Attribute Value</em>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#COPY_ATTRIBUTE_VALUE_OPERATION_COUNT">COPY_ATTRIBUTE_VALUE_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Copy Attribute Value</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#DEPLOYMENT_PLAN">DEPLOYMENT_PLAN</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPlanImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Plan</em></code></a>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#DEPLOYMENT_PLAN__ADDITIONAL_TRAFOS">DEPLOYMENT_PLAN__ADDITIONAL_TRAFOS</a></span></code>
<div class="block">The feature id for the '<em><b>Additional Trafos</b></em>' reference list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#DEPLOYMENT_PLAN__BASE_PACKAGE">DEPLOYMENT_PLAN__BASE_PACKAGE</a></span></code>
<div class="block">The feature id for the '<em><b>Base Package</b></em>' reference.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#DEPLOYMENT_PLAN__CHAIN">DEPLOYMENT_PLAN__CHAIN</a></span></code>
<div class="block">The feature id for the '<em><b>Chain</b></em>' reference.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#DEPLOYMENT_PLAN__PROJECT_MAPPINGS">DEPLOYMENT_PLAN__PROJECT_MAPPINGS</a></span></code>
<div class="block">The feature id for the '<em><b>Project Mappings</b></em>' attribute list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#DEPLOYMENT_PLAN_FEATURE_COUNT">DEPLOYMENT_PLAN_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Plan</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#DEPLOYMENT_PLAN_OPERATION_COUNT">DEPLOYMENT_PLAN_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Plan</em>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment">DeploymentPackage</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#eINSTANCE">eINSTANCE</a></span></code>
<div class="block">The singleton instance of the package.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#eNAME">eNAME</a></span></code>
<div class="block">The package name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#eNS_PREFIX">eNS_PREFIX</a></span></code>
<div class="block">The package namespace name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#eNS_URI">eNS_URI</a></span></code>
<div class="block">The package namespace URI.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#IMPLEMENTATION_PROPERTIES">IMPLEMENTATION_PROPERTIES</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/ImplementationPropertiesImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Implementation Properties</em></code></a>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#IMPLEMENTATION_PROPERTIES__ARCH">IMPLEMENTATION_PROPERTIES__ARCH</a></span></code>
<div class="block">The feature id for the '<em><b>Arch</b></em>' reference.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#IMPLEMENTATION_PROPERTIES__BASE_CLASS">IMPLEMENTATION_PROPERTIES__BASE_CLASS</a></span></code>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#IMPLEMENTATION_PROPERTIES__SIZE_RAM">IMPLEMENTATION_PROPERTIES__SIZE_RAM</a></span></code>
<div class="block">The feature id for the '<em><b>Size Ram</b></em>' attribute.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#IMPLEMENTATION_PROPERTIES__SIZE_ROM">IMPLEMENTATION_PROPERTIES__SIZE_ROM</a></span></code>
<div class="block">The feature id for the '<em><b>Size ROM</b></em>' attribute.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#IMPLEMENTATION_PROPERTIES__SUPPORTED_OS">IMPLEMENTATION_PROPERTIES__SUPPORTED_OS</a></span></code>
<div class="block">The feature id for the '<em><b>Supported OS</b></em>' reference list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#IMPLEMENTATION_PROPERTIES_FEATURE_COUNT">IMPLEMENTATION_PROPERTIES_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Implementation Properties</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#IMPLEMENTATION_PROPERTIES_OPERATION_COUNT">IMPLEMENTATION_PROPERTIES_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Implementation Properties</em>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#INIT_PRECEDENCE">INIT_PRECEDENCE</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/InitPrecedenceImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Init Precedence</em></code></a>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#INIT_PRECEDENCE__BASE_CLASS">INIT_PRECEDENCE__BASE_CLASS</a></span></code>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#INIT_PRECEDENCE__INVOKE_AFTER">INIT_PRECEDENCE__INVOKE_AFTER</a></span></code>
<div class="block">The feature id for the '<em><b>Invoke After</b></em>' reference list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#INIT_PRECEDENCE__INVOKE_BEFORE">INIT_PRECEDENCE__INVOKE_BEFORE</a></span></code>
<div class="block">The feature id for the '<em><b>Invoke Before</b></em>' reference list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#INIT_PRECEDENCE_FEATURE_COUNT">INIT_PRECEDENCE_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Init Precedence</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#INIT_PRECEDENCE_OPERATION_COUNT">INIT_PRECEDENCE_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Init Precedence</em>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#INSTANCE_CONFIGURATOR">INSTANCE_CONFIGURATOR</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/InstanceConfiguratorImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Instance Configurator</em></code></a>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#INSTANCE_CONFIGURATOR__BASE_CLASS">INSTANCE_CONFIGURATOR__BASE_CLASS</a></span></code>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#INSTANCE_CONFIGURATOR__ON_NODE_MODEL">INSTANCE_CONFIGURATOR__ON_NODE_MODEL</a></span></code>
<div class="block">The feature id for the '<em><b>On Node Model</b></em>' attribute.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#INSTANCE_CONFIGURATOR_FEATURE_COUNT">INSTANCE_CONFIGURATOR_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Instance Configurator</em>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#INSTANCE_CONFIGURATOR_OPERATION_COUNT">INSTANCE_CONFIGURATOR_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Instance Configurator</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#OPERATING_SYSTEM">OPERATING_SYSTEM</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/OperatingSystemImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Operating System</em></code></a>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#OPERATING_SYSTEM__BASE_CLASS">OPERATING_SYSTEM__BASE_CLASS</a></span></code>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#OPERATING_SYSTEM_FEATURE_COUNT">OPERATING_SYSTEM_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Operating System</em>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#OPERATING_SYSTEM_OPERATION_COUNT">OPERATING_SYSTEM_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Operating System</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#SINGLETON">SINGLETON</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/SingletonImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Singleton</em></code></a>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#SINGLETON__BASE_CLASS">SINGLETON__BASE_CLASS</a></span></code>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#SINGLETON_FEATURE_COUNT">SINGLETON_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Singleton</em>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#SINGLETON_OPERATION_COUNT">SINGLETON_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Singleton</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#TARGET">TARGET</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/TargetImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Target</em></code></a>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#TARGET__AVAIL_RAM">TARGET__AVAIL_RAM</a></span></code>
<div class="block">The feature id for the '<em><b>Avail RAM</b></em>' attribute.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#TARGET__AVAIL_ROM">TARGET__AVAIL_ROM</a></span></code>
<div class="block">The feature id for the '<em><b>Avail ROM</b></em>' attribute.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#TARGET__BASE_CLASS">TARGET__BASE_CLASS</a></span></code>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#TARGET__TARGET">TARGET__TARGET</a></span></code>
<div class="block">The feature id for the '<em><b>Target</b></em>' reference.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#TARGET__USED_OS">TARGET__USED_OS</a></span></code>
<div class="block">The feature id for the '<em><b>Used OS</b></em>' reference.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#TARGET_ARCHITECTURE">TARGET_ARCHITECTURE</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/TargetArchitectureImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Target Architecture</em></code></a>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#TARGET_ARCHITECTURE__BASE_CLASS">TARGET_ARCHITECTURE__BASE_CLASS</a></span></code>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#TARGET_ARCHITECTURE_FEATURE_COUNT">TARGET_ARCHITECTURE_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Target Architecture</em>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#TARGET_ARCHITECTURE_OPERATION_COUNT">TARGET_ARCHITECTURE_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Target Architecture</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#TARGET_FEATURE_COUNT">TARGET_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Target</em>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#TARGET_OPERATION_COUNT">TARGET_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Target</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#USE_INSTANCE_CONFIGURATOR">USE_INSTANCE_CONFIGURATOR</a></span></code>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/UseInstanceConfiguratorImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Use Instance Configurator</em></code></a>' class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#USE_INSTANCE_CONFIGURATOR__BASE_CLASS">USE_INSTANCE_CONFIGURATOR__BASE_CLASS</a></span></code>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#USE_INSTANCE_CONFIGURATOR__CONFIGURATOR">USE_INSTANCE_CONFIGURATOR__CONFIGURATOR</a></span></code>
<div class="block">The feature id for the '<em><b>Configurator</b></em>' reference.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#USE_INSTANCE_CONFIGURATOR_FEATURE_COUNT">USE_INSTANCE_CONFIGURATOR_FEATURE_COUNT</a></span></code>
<div class="block">The number of structural features of the '<em>Use Instance Configurator</em>' class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#USE_INSTANCE_CONFIGURATOR_OPERATION_COUNT">USE_INSTANCE_CONFIGURATOR_OPERATION_COUNT</a></span></code>
<div class="block">The number of operations of the '<em>Use Instance Configurator</em>' class.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getAutoIndex_Base_Property--">getAutoIndex_Base_Property</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/AutoIndex.html#getBase_Property--"><code><em>Base Property</em></code></a>'.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getAutoIndex--">getAutoIndex</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/AutoIndex.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Auto Index</em></code></a>'.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getAutoIndexPerNode_Base_Property--">getAutoIndexPerNode_Base_Property</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/AutoIndexPerNode.html#getBase_Property--"><code><em>Base Property</em></code></a>'.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getAutoIndexPerNode--">getAutoIndexPerNode</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/AutoIndexPerNode.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Auto Index Per Node</em></code></a>'.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getConfigurationProperty_Base_Property--">getConfigurationProperty_Base_Property</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ConfigurationProperty.html#getBase_Property--"><code><em>Base Property</em></code></a>'.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getConfigurationProperty--">getConfigurationProperty</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ConfigurationProperty.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Configuration Property</em></code></a>'.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getCopyAttributeValue_Base_Property--">getCopyAttributeValue_Base_Property</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/CopyAttributeValue.html#getBase_Property--"><code><em>Base Property</em></code></a>'.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getCopyAttributeValue_Source--">getCopyAttributeValue_Source</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/CopyAttributeValue.html#getSource--"><code><em>Source</em></code></a>'.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getCopyAttributeValue--">getCopyAttributeValue</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/CopyAttributeValue.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Copy Attribute Value</em></code></a>'.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentFactory.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment">DeploymentFactory</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getDeploymentFactory--">getDeploymentFactory</a></span>()</code>
<div class="block">Returns the factory that creates the instances of the model.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getDeploymentPlan_AdditionalTrafos--">getDeploymentPlan_AdditionalTrafos</a></span>()</code>
<div class="block">Returns the meta object for the reference list '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html#getAdditionalTrafos--"><code><em>Additional Trafos</em></code></a>'.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getDeploymentPlan_Base_Package--">getDeploymentPlan_Base_Package</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html#getBase_Package--"><code><em>Base Package</em></code></a>'.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getDeploymentPlan_Chain--">getDeploymentPlan_Chain</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html#getChain--"><code><em>Chain</em></code></a>'.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EAttribute</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getDeploymentPlan_ProjectMappings--">getDeploymentPlan_ProjectMappings</a></span>()</code>
<div class="block">Returns the meta object for the attribute list '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html#getProjectMappings--"><code><em>Project Mappings</em></code></a>'.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getDeploymentPlan--">getDeploymentPlan</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Plan</em></code></a>'.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getImplementationProperties_Arch--">getImplementationProperties_Arch</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getArch--"><code><em>Arch</em></code></a>'.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getImplementationProperties_Base_Class--">getImplementationProperties_Base_Class</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getBase_Class--"><code><em>Base Class</em></code></a>'.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EAttribute</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getImplementationProperties_SizeRam--">getImplementationProperties_SizeRam</a></span>()</code>
<div class="block">Returns the meta object for the attribute '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getSizeRam--"><code><em>Size Ram</em></code></a>'.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EAttribute</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getImplementationProperties_SizeROM--">getImplementationProperties_SizeROM</a></span>()</code>
<div class="block">Returns the meta object for the attribute '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getSizeROM--"><code><em>Size ROM</em></code></a>'.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getImplementationProperties_SupportedOS--">getImplementationProperties_SupportedOS</a></span>()</code>
<div class="block">Returns the meta object for the reference list '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getSupportedOS--"><code><em>Supported OS</em></code></a>'.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getImplementationProperties--">getImplementationProperties</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Implementation Properties</em></code></a>'.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getInitPrecedence_Base_Class--">getInitPrecedence_Base_Class</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InitPrecedence.html#getBase_Class--"><code><em>Base Class</em></code></a>'.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getInitPrecedence_InvokeAfter--">getInitPrecedence_InvokeAfter</a></span>()</code>
<div class="block">Returns the meta object for the reference list '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InitPrecedence.html#getInvokeAfter--"><code><em>Invoke After</em></code></a>'.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getInitPrecedence_InvokeBefore--">getInitPrecedence_InvokeBefore</a></span>()</code>
<div class="block">Returns the meta object for the reference list '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InitPrecedence.html#getInvokeBefore--"><code><em>Invoke Before</em></code></a>'.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getInitPrecedence--">getInitPrecedence</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InitPrecedence.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Init Precedence</em></code></a>'.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getInstanceConfigurator_Base_Class--">getInstanceConfigurator_Base_Class</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InstanceConfigurator.html#getBase_Class--"><code><em>Base Class</em></code></a>'.</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EAttribute</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getInstanceConfigurator_OnNodeModel--">getInstanceConfigurator_OnNodeModel</a></span>()</code>
<div class="block">Returns the meta object for the attribute '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InstanceConfigurator.html#isOnNodeModel--"><code><em>On Node Model</em></code></a>'.</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getInstanceConfigurator--">getInstanceConfigurator</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InstanceConfigurator.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Instance Configurator</em></code></a>'.</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getOperatingSystem_Base_Class--">getOperatingSystem_Base_Class</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/OperatingSystem.html#getBase_Class--"><code><em>Base Class</em></code></a>'.</div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getOperatingSystem--">getOperatingSystem</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/OperatingSystem.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Operating System</em></code></a>'.</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getSingleton_Base_Class--">getSingleton_Base_Class</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Singleton.html#getBase_Class--"><code><em>Base Class</em></code></a>'.</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getSingleton--">getSingleton</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Singleton.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Singleton</em></code></a>'.</div>
</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EAttribute</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTarget_AvailRAM--">getTarget_AvailRAM</a></span>()</code>
<div class="block">Returns the meta object for the attribute '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getAvailRAM--"><code><em>Avail RAM</em></code></a>'.</div>
</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EAttribute</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTarget_AvailROM--">getTarget_AvailROM</a></span>()</code>
<div class="block">Returns the meta object for the attribute '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getAvailROM--"><code><em>Avail ROM</em></code></a>'.</div>
</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTarget_Base_Class--">getTarget_Base_Class</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getBase_Class--"><code><em>Base Class</em></code></a>'.</div>
</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTarget_Target--">getTarget_Target</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getTarget--"><code><em>Target</em></code></a>'.</div>
</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTarget_UsedOS--">getTarget_UsedOS</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getUsedOS--"><code><em>Used OS</em></code></a>'.</div>
</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTarget--">getTarget</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Target</em></code></a>'.</div>
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTargetArchitecture_Base_Class--">getTargetArchitecture_Base_Class</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/TargetArchitecture.html#getBase_Class--"><code><em>Base Class</em></code></a>'.</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTargetArchitecture--">getTargetArchitecture</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/TargetArchitecture.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Target Architecture</em></code></a>'.</div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getUseInstanceConfigurator_Base_Class--">getUseInstanceConfigurator_Base_Class</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/UseInstanceConfigurator.html#getBase_Class--"><code><em>Base Class</em></code></a>'.</div>
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EReference</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getUseInstanceConfigurator_Configurator--">getUseInstanceConfigurator_Configurator</a></span>()</code>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/UseInstanceConfigurator.html#getConfigurator--"><code><em>Configurator</em></code></a>'.</div>
</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code>org.eclipse.emf.ecore.EClass</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getUseInstanceConfigurator--">getUseInstanceConfigurator</a></span>()</code>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/UseInstanceConfigurator.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Use Instance Configurator</em></code></a>'.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.emf.ecore.EPackage">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.emf.ecore.EPackage</h3>
<code>getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.emf.ecore.ENamedElement">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.emf.ecore.ENamedElement</h3>
<code>getName, setName</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.emf.ecore.EModelElement">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.emf.ecore.EModelElement</h3>
<code>getEAnnotation, getEAnnotations</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.emf.ecore.EObject">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.emf.ecore.EObject</h3>
<code>eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.emf.common.notify.Notifier">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.emf.common.notify.Notifier</h3>
<code>eAdapters, eDeliver, eNotify, eSetDeliver</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="eNAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>eNAME</h4>
<pre>static final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> eNAME</pre>
<div class="block">The package name.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.eNAME">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="eNS_URI">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>eNS_URI</h4>
<pre>static final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> eNS_URI</pre>
<div class="block">The package namespace URI.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.eNS_URI">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="eNS_PREFIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>eNS_PREFIX</h4>
<pre>static final&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> eNS_PREFIX</pre>
<div class="block">The package namespace name.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.eNS_PREFIX">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="eINSTANCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>eINSTANCE</h4>
<pre>static final&nbsp;<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment">DeploymentPackage</a> eINSTANCE</pre>
<div class="block">The singleton instance of the package.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
</li>
</ul>
<a name="CONFIGURATION_PROPERTY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONFIGURATION_PROPERTY</h4>
<pre>static final&nbsp;int CONFIGURATION_PROPERTY</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/ConfigurationPropertyImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Configuration Property</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/ConfigurationPropertyImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>ConfigurationPropertyImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getConfigurationProperty--"><code>DeploymentPackageImpl.getConfigurationProperty()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.CONFIGURATION_PROPERTY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="AUTO_INDEX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_INDEX</h4>
<pre>static final&nbsp;int AUTO_INDEX</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/AutoIndexImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Auto Index</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/AutoIndexImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>AutoIndexImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getAutoIndex--"><code>DeploymentPackageImpl.getAutoIndex()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.AUTO_INDEX">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="AUTO_INDEX_PER_NODE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_INDEX_PER_NODE</h4>
<pre>static final&nbsp;int AUTO_INDEX_PER_NODE</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/AutoIndexPerNodeImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Auto Index Per Node</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/AutoIndexPerNodeImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>AutoIndexPerNodeImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getAutoIndexPerNode--"><code>DeploymentPackageImpl.getAutoIndexPerNode()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.AUTO_INDEX_PER_NODE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="COPY_ATTRIBUTE_VALUE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COPY_ATTRIBUTE_VALUE</h4>
<pre>static final&nbsp;int COPY_ATTRIBUTE_VALUE</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/CopyAttributeValueImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Copy Attribute Value</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/CopyAttributeValueImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>CopyAttributeValueImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getCopyAttributeValue--"><code>DeploymentPackageImpl.getCopyAttributeValue()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.COPY_ATTRIBUTE_VALUE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INIT_PRECEDENCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INIT_PRECEDENCE</h4>
<pre>static final&nbsp;int INIT_PRECEDENCE</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/InitPrecedenceImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Init Precedence</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/InitPrecedenceImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>InitPrecedenceImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getInitPrecedence--"><code>DeploymentPackageImpl.getInitPrecedence()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.INIT_PRECEDENCE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TARGET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TARGET</h4>
<pre>static final&nbsp;int TARGET</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/TargetImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Target</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/TargetImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>TargetImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getTarget--"><code>DeploymentPackageImpl.getTarget()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.TARGET">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="OPERATING_SYSTEM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OPERATING_SYSTEM</h4>
<pre>static final&nbsp;int OPERATING_SYSTEM</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/OperatingSystemImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Operating System</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/OperatingSystemImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>OperatingSystemImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getOperatingSystem--"><code>DeploymentPackageImpl.getOperatingSystem()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.OPERATING_SYSTEM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IMPLEMENTATION_PROPERTIES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IMPLEMENTATION_PROPERTIES</h4>
<pre>static final&nbsp;int IMPLEMENTATION_PROPERTIES</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/ImplementationPropertiesImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Implementation Properties</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/ImplementationPropertiesImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>ImplementationPropertiesImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getImplementationProperties--"><code>DeploymentPackageImpl.getImplementationProperties()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.IMPLEMENTATION_PROPERTIES">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TARGET_ARCHITECTURE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TARGET_ARCHITECTURE</h4>
<pre>static final&nbsp;int TARGET_ARCHITECTURE</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/TargetArchitectureImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Target Architecture</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/TargetArchitectureImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>TargetArchitectureImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getTargetArchitecture--"><code>DeploymentPackageImpl.getTargetArchitecture()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.TARGET_ARCHITECTURE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEPLOYMENT_PLAN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEPLOYMENT_PLAN</h4>
<pre>static final&nbsp;int DEPLOYMENT_PLAN</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPlanImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Plan</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPlanImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>DeploymentPlanImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getDeploymentPlan--"><code>DeploymentPackageImpl.getDeploymentPlan()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.DEPLOYMENT_PLAN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEPLOYMENT_PLAN__BASE_PACKAGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEPLOYMENT_PLAN__BASE_PACKAGE</h4>
<pre>static final&nbsp;int DEPLOYMENT_PLAN__BASE_PACKAGE</pre>
<div class="block">The feature id for the '<em><b>Base Package</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.DEPLOYMENT_PLAN__BASE_PACKAGE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEPLOYMENT_PLAN__PROJECT_MAPPINGS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEPLOYMENT_PLAN__PROJECT_MAPPINGS</h4>
<pre>static final&nbsp;int DEPLOYMENT_PLAN__PROJECT_MAPPINGS</pre>
<div class="block">The feature id for the '<em><b>Project Mappings</b></em>' attribute list.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.DEPLOYMENT_PLAN__PROJECT_MAPPINGS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEPLOYMENT_PLAN__CHAIN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEPLOYMENT_PLAN__CHAIN</h4>
<pre>static final&nbsp;int DEPLOYMENT_PLAN__CHAIN</pre>
<div class="block">The feature id for the '<em><b>Chain</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.DEPLOYMENT_PLAN__CHAIN">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEPLOYMENT_PLAN__ADDITIONAL_TRAFOS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEPLOYMENT_PLAN__ADDITIONAL_TRAFOS</h4>
<pre>static final&nbsp;int DEPLOYMENT_PLAN__ADDITIONAL_TRAFOS</pre>
<div class="block">The feature id for the '<em><b>Additional Trafos</b></em>' reference list.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.DEPLOYMENT_PLAN__ADDITIONAL_TRAFOS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEPLOYMENT_PLAN_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEPLOYMENT_PLAN_FEATURE_COUNT</h4>
<pre>static final&nbsp;int DEPLOYMENT_PLAN_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Plan</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.DEPLOYMENT_PLAN_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="DEPLOYMENT_PLAN_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEPLOYMENT_PLAN_OPERATION_COUNT</h4>
<pre>static final&nbsp;int DEPLOYMENT_PLAN_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Plan</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.DEPLOYMENT_PLAN_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CONFIGURATION_PROPERTY__BASE_PROPERTY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONFIGURATION_PROPERTY__BASE_PROPERTY</h4>
<pre>static final&nbsp;int CONFIGURATION_PROPERTY__BASE_PROPERTY</pre>
<div class="block">The feature id for the '<em><b>Base Property</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.CONFIGURATION_PROPERTY__BASE_PROPERTY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CONFIGURATION_PROPERTY_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONFIGURATION_PROPERTY_FEATURE_COUNT</h4>
<pre>static final&nbsp;int CONFIGURATION_PROPERTY_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Configuration Property</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.CONFIGURATION_PROPERTY_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CONFIGURATION_PROPERTY_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONFIGURATION_PROPERTY_OPERATION_COUNT</h4>
<pre>static final&nbsp;int CONFIGURATION_PROPERTY_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Configuration Property</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.CONFIGURATION_PROPERTY_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="AUTO_INDEX__BASE_PROPERTY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_INDEX__BASE_PROPERTY</h4>
<pre>static final&nbsp;int AUTO_INDEX__BASE_PROPERTY</pre>
<div class="block">The feature id for the '<em><b>Base Property</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.AUTO_INDEX__BASE_PROPERTY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="AUTO_INDEX_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_INDEX_FEATURE_COUNT</h4>
<pre>static final&nbsp;int AUTO_INDEX_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Auto Index</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.AUTO_INDEX_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="AUTO_INDEX_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_INDEX_OPERATION_COUNT</h4>
<pre>static final&nbsp;int AUTO_INDEX_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Auto Index</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.AUTO_INDEX_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="AUTO_INDEX_PER_NODE__BASE_PROPERTY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_INDEX_PER_NODE__BASE_PROPERTY</h4>
<pre>static final&nbsp;int AUTO_INDEX_PER_NODE__BASE_PROPERTY</pre>
<div class="block">The feature id for the '<em><b>Base Property</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.AUTO_INDEX_PER_NODE__BASE_PROPERTY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="AUTO_INDEX_PER_NODE_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_INDEX_PER_NODE_FEATURE_COUNT</h4>
<pre>static final&nbsp;int AUTO_INDEX_PER_NODE_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Auto Index Per Node</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.AUTO_INDEX_PER_NODE_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="AUTO_INDEX_PER_NODE_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_INDEX_PER_NODE_OPERATION_COUNT</h4>
<pre>static final&nbsp;int AUTO_INDEX_PER_NODE_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Auto Index Per Node</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.AUTO_INDEX_PER_NODE_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="COPY_ATTRIBUTE_VALUE__BASE_PROPERTY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COPY_ATTRIBUTE_VALUE__BASE_PROPERTY</h4>
<pre>static final&nbsp;int COPY_ATTRIBUTE_VALUE__BASE_PROPERTY</pre>
<div class="block">The feature id for the '<em><b>Base Property</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.COPY_ATTRIBUTE_VALUE__BASE_PROPERTY">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="COPY_ATTRIBUTE_VALUE__SOURCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COPY_ATTRIBUTE_VALUE__SOURCE</h4>
<pre>static final&nbsp;int COPY_ATTRIBUTE_VALUE__SOURCE</pre>
<div class="block">The feature id for the '<em><b>Source</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.COPY_ATTRIBUTE_VALUE__SOURCE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="COPY_ATTRIBUTE_VALUE_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COPY_ATTRIBUTE_VALUE_FEATURE_COUNT</h4>
<pre>static final&nbsp;int COPY_ATTRIBUTE_VALUE_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Copy Attribute Value</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.COPY_ATTRIBUTE_VALUE_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="COPY_ATTRIBUTE_VALUE_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COPY_ATTRIBUTE_VALUE_OPERATION_COUNT</h4>
<pre>static final&nbsp;int COPY_ATTRIBUTE_VALUE_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Copy Attribute Value</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.COPY_ATTRIBUTE_VALUE_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INIT_PRECEDENCE__BASE_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INIT_PRECEDENCE__BASE_CLASS</h4>
<pre>static final&nbsp;int INIT_PRECEDENCE__BASE_CLASS</pre>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.INIT_PRECEDENCE__BASE_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INIT_PRECEDENCE__INVOKE_BEFORE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INIT_PRECEDENCE__INVOKE_BEFORE</h4>
<pre>static final&nbsp;int INIT_PRECEDENCE__INVOKE_BEFORE</pre>
<div class="block">The feature id for the '<em><b>Invoke Before</b></em>' reference list.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.INIT_PRECEDENCE__INVOKE_BEFORE">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INIT_PRECEDENCE__INVOKE_AFTER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INIT_PRECEDENCE__INVOKE_AFTER</h4>
<pre>static final&nbsp;int INIT_PRECEDENCE__INVOKE_AFTER</pre>
<div class="block">The feature id for the '<em><b>Invoke After</b></em>' reference list.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.INIT_PRECEDENCE__INVOKE_AFTER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INIT_PRECEDENCE_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INIT_PRECEDENCE_FEATURE_COUNT</h4>
<pre>static final&nbsp;int INIT_PRECEDENCE_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Init Precedence</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.INIT_PRECEDENCE_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INIT_PRECEDENCE_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INIT_PRECEDENCE_OPERATION_COUNT</h4>
<pre>static final&nbsp;int INIT_PRECEDENCE_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Init Precedence</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.INIT_PRECEDENCE_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TARGET__BASE_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TARGET__BASE_CLASS</h4>
<pre>static final&nbsp;int TARGET__BASE_CLASS</pre>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.TARGET__BASE_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TARGET__USED_OS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TARGET__USED_OS</h4>
<pre>static final&nbsp;int TARGET__USED_OS</pre>
<div class="block">The feature id for the '<em><b>Used OS</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.TARGET__USED_OS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TARGET__AVAIL_RAM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TARGET__AVAIL_RAM</h4>
<pre>static final&nbsp;int TARGET__AVAIL_RAM</pre>
<div class="block">The feature id for the '<em><b>Avail RAM</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.TARGET__AVAIL_RAM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TARGET__AVAIL_ROM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TARGET__AVAIL_ROM</h4>
<pre>static final&nbsp;int TARGET__AVAIL_ROM</pre>
<div class="block">The feature id for the '<em><b>Avail ROM</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.TARGET__AVAIL_ROM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TARGET__TARGET">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TARGET__TARGET</h4>
<pre>static final&nbsp;int TARGET__TARGET</pre>
<div class="block">The feature id for the '<em><b>Target</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.TARGET__TARGET">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TARGET_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TARGET_FEATURE_COUNT</h4>
<pre>static final&nbsp;int TARGET_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Target</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.TARGET_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TARGET_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TARGET_OPERATION_COUNT</h4>
<pre>static final&nbsp;int TARGET_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Target</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.TARGET_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="OPERATING_SYSTEM__BASE_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OPERATING_SYSTEM__BASE_CLASS</h4>
<pre>static final&nbsp;int OPERATING_SYSTEM__BASE_CLASS</pre>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.OPERATING_SYSTEM__BASE_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="OPERATING_SYSTEM_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OPERATING_SYSTEM_FEATURE_COUNT</h4>
<pre>static final&nbsp;int OPERATING_SYSTEM_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Operating System</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.OPERATING_SYSTEM_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="OPERATING_SYSTEM_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OPERATING_SYSTEM_OPERATION_COUNT</h4>
<pre>static final&nbsp;int OPERATING_SYSTEM_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Operating System</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.OPERATING_SYSTEM_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TARGET_ARCHITECTURE__BASE_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TARGET_ARCHITECTURE__BASE_CLASS</h4>
<pre>static final&nbsp;int TARGET_ARCHITECTURE__BASE_CLASS</pre>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.TARGET_ARCHITECTURE__BASE_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TARGET_ARCHITECTURE_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TARGET_ARCHITECTURE_FEATURE_COUNT</h4>
<pre>static final&nbsp;int TARGET_ARCHITECTURE_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Target Architecture</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.TARGET_ARCHITECTURE_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TARGET_ARCHITECTURE_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TARGET_ARCHITECTURE_OPERATION_COUNT</h4>
<pre>static final&nbsp;int TARGET_ARCHITECTURE_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Target Architecture</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.TARGET_ARCHITECTURE_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IMPLEMENTATION_PROPERTIES__BASE_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IMPLEMENTATION_PROPERTIES__BASE_CLASS</h4>
<pre>static final&nbsp;int IMPLEMENTATION_PROPERTIES__BASE_CLASS</pre>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.IMPLEMENTATION_PROPERTIES__BASE_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IMPLEMENTATION_PROPERTIES__SIZE_RAM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IMPLEMENTATION_PROPERTIES__SIZE_RAM</h4>
<pre>static final&nbsp;int IMPLEMENTATION_PROPERTIES__SIZE_RAM</pre>
<div class="block">The feature id for the '<em><b>Size Ram</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.IMPLEMENTATION_PROPERTIES__SIZE_RAM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IMPLEMENTATION_PROPERTIES__SIZE_ROM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IMPLEMENTATION_PROPERTIES__SIZE_ROM</h4>
<pre>static final&nbsp;int IMPLEMENTATION_PROPERTIES__SIZE_ROM</pre>
<div class="block">The feature id for the '<em><b>Size ROM</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.IMPLEMENTATION_PROPERTIES__SIZE_ROM">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IMPLEMENTATION_PROPERTIES__SUPPORTED_OS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IMPLEMENTATION_PROPERTIES__SUPPORTED_OS</h4>
<pre>static final&nbsp;int IMPLEMENTATION_PROPERTIES__SUPPORTED_OS</pre>
<div class="block">The feature id for the '<em><b>Supported OS</b></em>' reference list.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.IMPLEMENTATION_PROPERTIES__SUPPORTED_OS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IMPLEMENTATION_PROPERTIES__ARCH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IMPLEMENTATION_PROPERTIES__ARCH</h4>
<pre>static final&nbsp;int IMPLEMENTATION_PROPERTIES__ARCH</pre>
<div class="block">The feature id for the '<em><b>Arch</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.IMPLEMENTATION_PROPERTIES__ARCH">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IMPLEMENTATION_PROPERTIES_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IMPLEMENTATION_PROPERTIES_FEATURE_COUNT</h4>
<pre>static final&nbsp;int IMPLEMENTATION_PROPERTIES_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Implementation Properties</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.IMPLEMENTATION_PROPERTIES_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="IMPLEMENTATION_PROPERTIES_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IMPLEMENTATION_PROPERTIES_OPERATION_COUNT</h4>
<pre>static final&nbsp;int IMPLEMENTATION_PROPERTIES_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Implementation Properties</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.IMPLEMENTATION_PROPERTIES_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SINGLETON">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SINGLETON</h4>
<pre>static final&nbsp;int SINGLETON</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/SingletonImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Singleton</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/SingletonImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>SingletonImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getSingleton--"><code>DeploymentPackageImpl.getSingleton()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.SINGLETON">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SINGLETON__BASE_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SINGLETON__BASE_CLASS</h4>
<pre>static final&nbsp;int SINGLETON__BASE_CLASS</pre>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.SINGLETON__BASE_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SINGLETON_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SINGLETON_FEATURE_COUNT</h4>
<pre>static final&nbsp;int SINGLETON_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Singleton</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.SINGLETON_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SINGLETON_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SINGLETON_OPERATION_COUNT</h4>
<pre>static final&nbsp;int SINGLETON_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Singleton</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.SINGLETON_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INSTANCE_CONFIGURATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSTANCE_CONFIGURATOR</h4>
<pre>static final&nbsp;int INSTANCE_CONFIGURATOR</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/InstanceConfiguratorImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Instance Configurator</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/InstanceConfiguratorImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>InstanceConfiguratorImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getInstanceConfigurator--"><code>DeploymentPackageImpl.getInstanceConfigurator()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.INSTANCE_CONFIGURATOR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INSTANCE_CONFIGURATOR__BASE_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSTANCE_CONFIGURATOR__BASE_CLASS</h4>
<pre>static final&nbsp;int INSTANCE_CONFIGURATOR__BASE_CLASS</pre>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.INSTANCE_CONFIGURATOR__BASE_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INSTANCE_CONFIGURATOR__ON_NODE_MODEL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSTANCE_CONFIGURATOR__ON_NODE_MODEL</h4>
<pre>static final&nbsp;int INSTANCE_CONFIGURATOR__ON_NODE_MODEL</pre>
<div class="block">The feature id for the '<em><b>On Node Model</b></em>' attribute.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.INSTANCE_CONFIGURATOR__ON_NODE_MODEL">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INSTANCE_CONFIGURATOR_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSTANCE_CONFIGURATOR_FEATURE_COUNT</h4>
<pre>static final&nbsp;int INSTANCE_CONFIGURATOR_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Instance Configurator</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.INSTANCE_CONFIGURATOR_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="INSTANCE_CONFIGURATOR_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INSTANCE_CONFIGURATOR_OPERATION_COUNT</h4>
<pre>static final&nbsp;int INSTANCE_CONFIGURATOR_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Instance Configurator</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.INSTANCE_CONFIGURATOR_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="USE_INSTANCE_CONFIGURATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USE_INSTANCE_CONFIGURATOR</h4>
<pre>static final&nbsp;int USE_INSTANCE_CONFIGURATOR</pre>
<div class="block">The meta object id for the '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/UseInstanceConfiguratorImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code><em>Use Instance Configurator</em></code></a>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/UseInstanceConfiguratorImpl.html" title="class in org.eclipse.papyrus.designer.deployment.profile.Deployment.impl"><code>UseInstanceConfiguratorImpl</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/impl/DeploymentPackageImpl.html#getUseInstanceConfigurator--"><code>DeploymentPackageImpl.getUseInstanceConfigurator()</code></a>,
<a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.USE_INSTANCE_CONFIGURATOR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="USE_INSTANCE_CONFIGURATOR__BASE_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USE_INSTANCE_CONFIGURATOR__BASE_CLASS</h4>
<pre>static final&nbsp;int USE_INSTANCE_CONFIGURATOR__BASE_CLASS</pre>
<div class="block">The feature id for the '<em><b>Base Class</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.USE_INSTANCE_CONFIGURATOR__BASE_CLASS">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="USE_INSTANCE_CONFIGURATOR__CONFIGURATOR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USE_INSTANCE_CONFIGURATOR__CONFIGURATOR</h4>
<pre>static final&nbsp;int USE_INSTANCE_CONFIGURATOR__CONFIGURATOR</pre>
<div class="block">The feature id for the '<em><b>Configurator</b></em>' reference.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.USE_INSTANCE_CONFIGURATOR__CONFIGURATOR">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="USE_INSTANCE_CONFIGURATOR_FEATURE_COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USE_INSTANCE_CONFIGURATOR_FEATURE_COUNT</h4>
<pre>static final&nbsp;int USE_INSTANCE_CONFIGURATOR_FEATURE_COUNT</pre>
<div class="block">The number of structural features of the '<em>Use Instance Configurator</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.USE_INSTANCE_CONFIGURATOR_FEATURE_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="USE_INSTANCE_CONFIGURATOR_OPERATION_COUNT">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>USE_INSTANCE_CONFIGURATOR_OPERATION_COUNT</h4>
<pre>static final&nbsp;int USE_INSTANCE_CONFIGURATOR_OPERATION_COUNT</pre>
<div class="block">The number of operations of the '<em>Use Instance Configurator</em>' class.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../constant-values.html#org.eclipse.papyrus.designer.deployment.profile.Deployment.DeploymentPackage.USE_INSTANCE_CONFIGURATOR_OPERATION_COUNT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getConfigurationProperty--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConfigurationProperty</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getConfigurationProperty()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ConfigurationProperty.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Configuration Property</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Configuration Property</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ConfigurationProperty.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>ConfigurationProperty</code></a></dd>
</dl>
</li>
</ul>
<a name="getConfigurationProperty_Base_Property--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConfigurationProperty_Base_Property</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getConfigurationProperty_Base_Property()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ConfigurationProperty.html#getBase_Property--"><code><em>Base Property</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Property</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ConfigurationProperty.html#getBase_Property--"><code>ConfigurationProperty.getBase_Property()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getConfigurationProperty--"><code>getConfigurationProperty()</code></a></dd>
</dl>
</li>
</ul>
<a name="getAutoIndex--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAutoIndex</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getAutoIndex()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/AutoIndex.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Auto Index</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Auto Index</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/AutoIndex.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>AutoIndex</code></a></dd>
</dl>
</li>
</ul>
<a name="getAutoIndex_Base_Property--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAutoIndex_Base_Property</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getAutoIndex_Base_Property()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/AutoIndex.html#getBase_Property--"><code><em>Base Property</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Property</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/AutoIndex.html#getBase_Property--"><code>AutoIndex.getBase_Property()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getAutoIndex--"><code>getAutoIndex()</code></a></dd>
</dl>
</li>
</ul>
<a name="getAutoIndexPerNode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAutoIndexPerNode</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getAutoIndexPerNode()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/AutoIndexPerNode.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Auto Index Per Node</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Auto Index Per Node</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/AutoIndexPerNode.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>AutoIndexPerNode</code></a></dd>
</dl>
</li>
</ul>
<a name="getAutoIndexPerNode_Base_Property--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAutoIndexPerNode_Base_Property</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getAutoIndexPerNode_Base_Property()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/AutoIndexPerNode.html#getBase_Property--"><code><em>Base Property</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Property</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/AutoIndexPerNode.html#getBase_Property--"><code>AutoIndexPerNode.getBase_Property()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getAutoIndexPerNode--"><code>getAutoIndexPerNode()</code></a></dd>
</dl>
</li>
</ul>
<a name="getCopyAttributeValue--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCopyAttributeValue</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getCopyAttributeValue()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/CopyAttributeValue.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Copy Attribute Value</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Copy Attribute Value</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/CopyAttributeValue.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>CopyAttributeValue</code></a></dd>
</dl>
</li>
</ul>
<a name="getCopyAttributeValue_Base_Property--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCopyAttributeValue_Base_Property</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getCopyAttributeValue_Base_Property()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/CopyAttributeValue.html#getBase_Property--"><code><em>Base Property</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Property</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/CopyAttributeValue.html#getBase_Property--"><code>CopyAttributeValue.getBase_Property()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getCopyAttributeValue--"><code>getCopyAttributeValue()</code></a></dd>
</dl>
</li>
</ul>
<a name="getCopyAttributeValue_Source--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCopyAttributeValue_Source</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getCopyAttributeValue_Source()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/CopyAttributeValue.html#getSource--"><code><em>Source</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Source</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/CopyAttributeValue.html#getSource--"><code>CopyAttributeValue.getSource()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getCopyAttributeValue--"><code>getCopyAttributeValue()</code></a></dd>
</dl>
</li>
</ul>
<a name="getInitPrecedence--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInitPrecedence</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getInitPrecedence()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InitPrecedence.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Init Precedence</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Init Precedence</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InitPrecedence.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>InitPrecedence</code></a></dd>
</dl>
</li>
</ul>
<a name="getInitPrecedence_Base_Class--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInitPrecedence_Base_Class</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getInitPrecedence_Base_Class()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InitPrecedence.html#getBase_Class--"><code><em>Base Class</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Class</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InitPrecedence.html#getBase_Class--"><code>InitPrecedence.getBase_Class()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getInitPrecedence--"><code>getInitPrecedence()</code></a></dd>
</dl>
</li>
</ul>
<a name="getInitPrecedence_InvokeBefore--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInitPrecedence_InvokeBefore</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getInitPrecedence_InvokeBefore()</pre>
<div class="block">Returns the meta object for the reference list '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InitPrecedence.html#getInvokeBefore--"><code><em>Invoke Before</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference list '<em>Invoke Before</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InitPrecedence.html#getInvokeBefore--"><code>InitPrecedence.getInvokeBefore()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getInitPrecedence--"><code>getInitPrecedence()</code></a></dd>
</dl>
</li>
</ul>
<a name="getInitPrecedence_InvokeAfter--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInitPrecedence_InvokeAfter</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getInitPrecedence_InvokeAfter()</pre>
<div class="block">Returns the meta object for the reference list '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InitPrecedence.html#getInvokeAfter--"><code><em>Invoke After</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference list '<em>Invoke After</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InitPrecedence.html#getInvokeAfter--"><code>InitPrecedence.getInvokeAfter()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getInitPrecedence--"><code>getInitPrecedence()</code></a></dd>
</dl>
</li>
</ul>
<a name="getTarget--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTarget</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getTarget()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Target</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Target</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>Target</code></a></dd>
</dl>
</li>
</ul>
<a name="getTarget_Base_Class--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTarget_Base_Class</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getTarget_Base_Class()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getBase_Class--"><code><em>Base Class</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Class</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getBase_Class--"><code>Target.getBase_Class()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTarget--"><code>getTarget()</code></a></dd>
</dl>
</li>
</ul>
<a name="getTarget_UsedOS--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTarget_UsedOS</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getTarget_UsedOS()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getUsedOS--"><code><em>Used OS</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Used OS</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getUsedOS--"><code>Target.getUsedOS()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTarget--"><code>getTarget()</code></a></dd>
</dl>
</li>
</ul>
<a name="getTarget_AvailRAM--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTarget_AvailRAM</h4>
<pre>org.eclipse.emf.ecore.EAttribute&nbsp;getTarget_AvailRAM()</pre>
<div class="block">Returns the meta object for the attribute '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getAvailRAM--"><code><em>Avail RAM</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the attribute '<em>Avail RAM</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getAvailRAM--"><code>Target.getAvailRAM()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTarget--"><code>getTarget()</code></a></dd>
</dl>
</li>
</ul>
<a name="getTarget_AvailROM--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTarget_AvailROM</h4>
<pre>org.eclipse.emf.ecore.EAttribute&nbsp;getTarget_AvailROM()</pre>
<div class="block">Returns the meta object for the attribute '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getAvailROM--"><code><em>Avail ROM</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the attribute '<em>Avail ROM</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getAvailROM--"><code>Target.getAvailROM()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTarget--"><code>getTarget()</code></a></dd>
</dl>
</li>
</ul>
<a name="getTarget_Target--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTarget_Target</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getTarget_Target()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getTarget--"><code><em>Target</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Target</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Target.html#getTarget--"><code>Target.getTarget()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTarget--"><code>getTarget()</code></a></dd>
</dl>
</li>
</ul>
<a name="getOperatingSystem--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOperatingSystem</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getOperatingSystem()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/OperatingSystem.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Operating System</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Operating System</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/OperatingSystem.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>OperatingSystem</code></a></dd>
</dl>
</li>
</ul>
<a name="getOperatingSystem_Base_Class--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOperatingSystem_Base_Class</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getOperatingSystem_Base_Class()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/OperatingSystem.html#getBase_Class--"><code><em>Base Class</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Class</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/OperatingSystem.html#getBase_Class--"><code>OperatingSystem.getBase_Class()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getOperatingSystem--"><code>getOperatingSystem()</code></a></dd>
</dl>
</li>
</ul>
<a name="getImplementationProperties--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImplementationProperties</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getImplementationProperties()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Implementation Properties</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Implementation Properties</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>ImplementationProperties</code></a></dd>
</dl>
</li>
</ul>
<a name="getImplementationProperties_Base_Class--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImplementationProperties_Base_Class</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getImplementationProperties_Base_Class()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getBase_Class--"><code><em>Base Class</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Class</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getBase_Class--"><code>ImplementationProperties.getBase_Class()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getImplementationProperties--"><code>getImplementationProperties()</code></a></dd>
</dl>
</li>
</ul>
<a name="getImplementationProperties_SizeRam--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImplementationProperties_SizeRam</h4>
<pre>org.eclipse.emf.ecore.EAttribute&nbsp;getImplementationProperties_SizeRam()</pre>
<div class="block">Returns the meta object for the attribute '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getSizeRam--"><code><em>Size Ram</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the attribute '<em>Size Ram</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getSizeRam--"><code>ImplementationProperties.getSizeRam()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getImplementationProperties--"><code>getImplementationProperties()</code></a></dd>
</dl>
</li>
</ul>
<a name="getImplementationProperties_SizeROM--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImplementationProperties_SizeROM</h4>
<pre>org.eclipse.emf.ecore.EAttribute&nbsp;getImplementationProperties_SizeROM()</pre>
<div class="block">Returns the meta object for the attribute '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getSizeROM--"><code><em>Size ROM</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the attribute '<em>Size ROM</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getSizeROM--"><code>ImplementationProperties.getSizeROM()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getImplementationProperties--"><code>getImplementationProperties()</code></a></dd>
</dl>
</li>
</ul>
<a name="getImplementationProperties_SupportedOS--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImplementationProperties_SupportedOS</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getImplementationProperties_SupportedOS()</pre>
<div class="block">Returns the meta object for the reference list '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getSupportedOS--"><code><em>Supported OS</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference list '<em>Supported OS</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getSupportedOS--"><code>ImplementationProperties.getSupportedOS()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getImplementationProperties--"><code>getImplementationProperties()</code></a></dd>
</dl>
</li>
</ul>
<a name="getImplementationProperties_Arch--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImplementationProperties_Arch</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getImplementationProperties_Arch()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getArch--"><code><em>Arch</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Arch</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/ImplementationProperties.html#getArch--"><code>ImplementationProperties.getArch()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getImplementationProperties--"><code>getImplementationProperties()</code></a></dd>
</dl>
</li>
</ul>
<a name="getTargetArchitecture--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTargetArchitecture</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getTargetArchitecture()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/TargetArchitecture.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Target Architecture</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Target Architecture</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/TargetArchitecture.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>TargetArchitecture</code></a></dd>
</dl>
</li>
</ul>
<a name="getTargetArchitecture_Base_Class--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTargetArchitecture_Base_Class</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getTargetArchitecture_Base_Class()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/TargetArchitecture.html#getBase_Class--"><code><em>Base Class</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Class</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/TargetArchitecture.html#getBase_Class--"><code>TargetArchitecture.getBase_Class()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getTargetArchitecture--"><code>getTargetArchitecture()</code></a></dd>
</dl>
</li>
</ul>
<a name="getDeploymentPlan--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDeploymentPlan</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getDeploymentPlan()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Plan</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Plan</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>DeploymentPlan</code></a></dd>
</dl>
</li>
</ul>
<a name="getDeploymentPlan_Base_Package--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDeploymentPlan_Base_Package</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getDeploymentPlan_Base_Package()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html#getBase_Package--"><code><em>Base Package</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Package</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html#getBase_Package--"><code>DeploymentPlan.getBase_Package()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getDeploymentPlan--"><code>getDeploymentPlan()</code></a></dd>
</dl>
</li>
</ul>
<a name="getDeploymentPlan_ProjectMappings--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDeploymentPlan_ProjectMappings</h4>
<pre>org.eclipse.emf.ecore.EAttribute&nbsp;getDeploymentPlan_ProjectMappings()</pre>
<div class="block">Returns the meta object for the attribute list '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html#getProjectMappings--"><code><em>Project Mappings</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the attribute list '<em>Project Mappings</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html#getProjectMappings--"><code>DeploymentPlan.getProjectMappings()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getDeploymentPlan--"><code>getDeploymentPlan()</code></a></dd>
</dl>
</li>
</ul>
<a name="getDeploymentPlan_Chain--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDeploymentPlan_Chain</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getDeploymentPlan_Chain()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html#getChain--"><code><em>Chain</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Chain</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html#getChain--"><code>DeploymentPlan.getChain()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getDeploymentPlan--"><code>getDeploymentPlan()</code></a></dd>
</dl>
</li>
</ul>
<a name="getDeploymentPlan_AdditionalTrafos--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDeploymentPlan_AdditionalTrafos</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getDeploymentPlan_AdditionalTrafos()</pre>
<div class="block">Returns the meta object for the reference list '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html#getAdditionalTrafos--"><code><em>Additional Trafos</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference list '<em>Additional Trafos</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPlan.html#getAdditionalTrafos--"><code>DeploymentPlan.getAdditionalTrafos()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getDeploymentPlan--"><code>getDeploymentPlan()</code></a></dd>
</dl>
</li>
</ul>
<a name="getSingleton--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSingleton</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getSingleton()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Singleton.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Singleton</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Singleton</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Singleton.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>Singleton</code></a></dd>
</dl>
</li>
</ul>
<a name="getSingleton_Base_Class--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSingleton_Base_Class</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getSingleton_Base_Class()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Singleton.html#getBase_Class--"><code><em>Base Class</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Class</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/Singleton.html#getBase_Class--"><code>Singleton.getBase_Class()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getSingleton--"><code>getSingleton()</code></a></dd>
</dl>
</li>
</ul>
<a name="getInstanceConfigurator--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInstanceConfigurator</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getInstanceConfigurator()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InstanceConfigurator.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Instance Configurator</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Instance Configurator</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InstanceConfigurator.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>InstanceConfigurator</code></a></dd>
</dl>
</li>
</ul>
<a name="getInstanceConfigurator_Base_Class--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInstanceConfigurator_Base_Class</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getInstanceConfigurator_Base_Class()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InstanceConfigurator.html#getBase_Class--"><code><em>Base Class</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Class</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InstanceConfigurator.html#getBase_Class--"><code>InstanceConfigurator.getBase_Class()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getInstanceConfigurator--"><code>getInstanceConfigurator()</code></a></dd>
</dl>
</li>
</ul>
<a name="getInstanceConfigurator_OnNodeModel--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInstanceConfigurator_OnNodeModel</h4>
<pre>org.eclipse.emf.ecore.EAttribute&nbsp;getInstanceConfigurator_OnNodeModel()</pre>
<div class="block">Returns the meta object for the attribute '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InstanceConfigurator.html#isOnNodeModel--"><code><em>On Node Model</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the attribute '<em>On Node Model</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/InstanceConfigurator.html#isOnNodeModel--"><code>InstanceConfigurator.isOnNodeModel()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getInstanceConfigurator--"><code>getInstanceConfigurator()</code></a></dd>
</dl>
</li>
</ul>
<a name="getUseInstanceConfigurator--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUseInstanceConfigurator</h4>
<pre>org.eclipse.emf.ecore.EClass&nbsp;getUseInstanceConfigurator()</pre>
<div class="block">Returns the meta object for class '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/UseInstanceConfigurator.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code><em>Use Instance Configurator</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for class '<em>Use Instance Configurator</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/UseInstanceConfigurator.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><code>UseInstanceConfigurator</code></a></dd>
</dl>
</li>
</ul>
<a name="getUseInstanceConfigurator_Base_Class--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUseInstanceConfigurator_Base_Class</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getUseInstanceConfigurator_Base_Class()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/UseInstanceConfigurator.html#getBase_Class--"><code><em>Base Class</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Base Class</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/UseInstanceConfigurator.html#getBase_Class--"><code>UseInstanceConfigurator.getBase_Class()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getUseInstanceConfigurator--"><code>getUseInstanceConfigurator()</code></a></dd>
</dl>
</li>
</ul>
<a name="getUseInstanceConfigurator_Configurator--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUseInstanceConfigurator_Configurator</h4>
<pre>org.eclipse.emf.ecore.EReference&nbsp;getUseInstanceConfigurator_Configurator()</pre>
<div class="block">Returns the meta object for the reference '<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/UseInstanceConfigurator.html#getConfigurator--"><code><em>Configurator</em></code></a>'.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the meta object for the reference '<em>Configurator</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/UseInstanceConfigurator.html#getConfigurator--"><code>UseInstanceConfigurator.getConfigurator()</code></a>,
<a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html#getUseInstanceConfigurator--"><code>getUseInstanceConfigurator()</code></a></dd>
</dl>
</li>
</ul>
<a name="getDeploymentFactory--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getDeploymentFactory</h4>
<pre><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentFactory.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment">DeploymentFactory</a>&nbsp;getDeploymentFactory()</pre>
<div class="block">Returns the factory that creates the instances of the model.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the factory that creates the instances of the model.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/DeploymentPackage.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentFactory.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../../org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.Literals.html" title="interface in org.eclipse.papyrus.designer.deployment.profile.Deployment"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/eclipse/papyrus/designer/deployment/profile/Deployment/DeploymentPackage.html" target="_top">Frames</a></li>
<li><a href="DeploymentPackage.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2017 <a href="https://www.eclipse.org/">Eclipse foundation</a>. All rights reserved.</small></p>
</body>
</html>