blob: 3883238cb6b64f018d24dc85922a10dd27dc243b [file] [log] [blame]
<!-- This file was created using the HTML documentation generator. -->
<!-- Creation date: Mon Sep 21 17:11:14 BST 2020-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Metamodel Documentation (platform:/resource/org.eclipse.efbt.cocamo.smcubes.model.core/model/efbt_data_definition.ecore)</title>
<script type="text/javascript">
//<![CDATA[
// TOC script based on code taken from http://www.quirksmode.org/dom/toc.html
function makeTOC() {
var toc = document.createElement('div')
toc.id = "toc";
toc.innerHTML = "Table of Contents"
document.body.appendChild(toc);
var innertocDiv = createTOC()
toc.appendChild(innertocDiv);
}
function createTOC() {
var y = document.createElement('div');
y.id = 'innertoc';
//var a = y.appendChild(document.createElement('span'));
//a.onclick = showhideTOC;
//a.id = 'contentheader';
//a.innerHTML = 'Show Table of Contents';
var z = y.appendChild(document.createElement('div'));
//z.onclick = showhideTOC;
var toBeTOCced = getElementsByTagNames('h1,h2,h3');
if (toBeTOCced.length < 2) return false;
var hCount = 0;
var hhCount = 0;
var hhhCount = 0;
for (var i=0;i<toBeTOCced.length;i++) {
var tmp = document.createElement('a');
tmp.className = 'page';
var text;
var textPre;
if (toBeTOCced[i].nodeName == 'h2'){
tmp.className += ' indent';
textPre = hCount + "."+ ++hhCount + ". ";
}
else if (toBeTOCced[i].nodeName == 'h3'){
tmp.className += ' extraindent';
textPre = hCount + "."+ hhCount + "."+ ++hhhCount +". ";
}
else {
textPre = ++hCount + ". ";
hhCount = 0;
hhhCount = 0;
}
text = textPre + toBeTOCced[i].textContent;
toBeTOCced[i].innerHTML = textPre + toBeTOCced[i].innerHTML;
tmp.innerHTML = text;
z.appendChild(tmp);
var headerId = toBeTOCced[i].id || 'link' + i;
tmp.href = '#' + headerId;
toBeTOCced[i].id = headerId;
}
return y;
}
function getElementsByTagNames(list,obj) {
if (!obj) var obj = document;
var tagNames = list.split(',');
var resultArray = new Array();
for (var i=0;i<tagNames.length;i++) {
var tags = obj.getElementsByTagName(tagNames[i]);
for (var j=0;j<tags.length;j++) {
resultArray.push(tags[j]);
}
}
var testNode = resultArray[0];
if (!testNode) return [];
if (testNode.sourceIndex) {
resultArray.sort(function (a,b) {
return a.sourceIndex - b.sourceIndex;
});
}
else if (testNode.compareDocumentPosition) {
resultArray.sort(function (a,b) {
return 3 - (a.compareDocumentPosition(b) & 6);
});
}
return resultArray;
}
//]]>
</script>
<link rel="stylesheet" type="text/css" href="https://raw.github.com/necolas/normalize.css/master/normalize.css" />
<style>
#toc {
position: fixed;
right: 0;
top: 0;
background-color:#eee;
overflow: scroll;
border: 1px dashed;
}
#toc #innertoc {
display: none;
height: 500px;
} /* Hide the full TOC by default */
#toc:hover #innertoc{
display: block; /* Show it on hover */
}
td {
border: 1px solid;
}
.page{
display:table-row;
}
.indent {
text-indent:12pt;
}
.extraindent {
text-indent:14pt;
}
</style>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body onload="makeTOC();">
<h1 id="efbtdatadefinition"><a href="#efbtdatadefinition"><span class="packageName">efbt_data_definition</span> package</a></h1>
<p>This package describes various modules which define groups of structures from the data_definiton package</p>
<div class="">EPackage properties:</div>
<div class="keyValue"><span class="label">Namespace Prefix: </span><span class="teletype">efbt_data_definition</span></div>
<div class="keyValue"><span class="label">Namespace URI: </span><span class="teletype">http://www.eclipse.org/efbt/efbt_data_definition</span></div>
<h2 id="efbtdatadefinitionCombinationModule"><a href="#efbtdatadefinitionCombinationModule"><a href="#efbtdatadefinitionCombinationModule">CombinationModule</a></a></h2>
<p>A module storing a list of Combinations, and a list of related Combination Items, and a list of CUBE<em>TO</em>COMBINATIONs</p>
<h4><b>Supertype:</b><a href="#modulemanagementModule">Module</a></h4><table>
<tr>
<th colspan="3"><div class="tableHeader">References</div></th>
</tr>
<tr>
<th><div class="columnHeader">Name</div></th>
<th><div class="columnHeader">Properties</div></th>
<th><div class="columnHeader">Documentation</div></th>
</tr>
<tr> <td><div id="efbtdatadefinitionCombinationModule.combination_items" class="teletype">combination_items</div>
</td>
<td><div class="keyValue"><span class="label">T: </span><span class="teletype"><a href="#datadefinitionCOMBINATIONITEM">COMBINATION_ITEM</a></span></div>
<div class="label">Cardinality: [0..*]</div>
<div class="label">Containment</div>
</td>
<td> <p>The list of Combination items</p>
</td>
</tr><tr> <td><div id="efbtdatadefinitionCombinationModule.combinations" class="teletype">combinations</div>
</td>
<td><div class="keyValue"><span class="label">T: </span><span class="teletype"><a href="#datadefinitionCOMBINATION">COMBINATION</a></span></div>
<div class="label">Cardinality: [0..*]</div>
<div class="label">Containment</div>
</td>
<td> <p>The list of Combinations</p>
</td>
</tr><tr> <td><div id="efbtdatadefinitionCombinationModule.cubeToCombinationLinks" class="teletype">cubeToCombinationLinks</div>
</td>
<td><div class="keyValue"><span class="label">T: </span><span class="teletype"><a href="#datadefinitionCUBETOCOMBINATION">CUBE_TO_COMBINATION</a></span></div>
<div class="label">Cardinality: [0..*]</div>
<div class="label">Containment</div>
</td>
<td> <p>The list of CUBE<em>TO</em>COMBINATIONs providing links between the cubes and combinations</p>
</td>
</tr></table>
<a href="#efbt_data_definition.CombinationModule.ref"></a>
<h2 id="efbtdatadefinitionCubeModule"><a href="#efbtdatadefinitionCubeModule"><a href="#efbtdatadefinitionCubeModule">CubeModule</a></a></h2>
<p>A Module storing a list of CUBEs and a list of CUBE<em>STRUCTURES and a list of CUBE</em>STRUCTURE_ITEMS</p>
<h4><b>Supertype:</b><a href="#modulemanagementModule">Module</a></h4><table>
<tr>
<th colspan="3"><div class="tableHeader">References</div></th>
</tr>
<tr>
<th><div class="columnHeader">Name</div></th>
<th><div class="columnHeader">Properties</div></th>
<th><div class="columnHeader">Documentation</div></th>
</tr>
<tr> <td><div id="efbtdatadefinitionCubeModule.cubeStructureItems" class="teletype">cubeStructureItems</div>
</td>
<td><div class="keyValue"><span class="label">T: </span><span class="teletype"><a href="#datadefinitionCUBESTRUCTUREITEM">CUBE_STRUCTURE_ITEM</a></span></div>
<div class="label">Cardinality: [0..*]</div>
<div class="label">Containment</div>
</td>
<td> <p>The list of CUBE<em>STRUCTURE</em>ITEMs</p>
</td>
</tr><tr> <td><div id="efbtdatadefinitionCubeModule.cubeStructures" class="teletype">cubeStructures</div>
</td>
<td><div class="keyValue"><span class="label">T: </span><span class="teletype"><a href="#datadefinitionCUBESTRUCTURE">CUBE_STRUCTURE</a></span></div>
<div class="label">Cardinality: [0..*]</div>
<div class="label">Containment</div>
</td>
<td> <p>The list of CUBE_STRUCTURES</p>
</td>
</tr><tr> <td><div id="efbtdatadefinitionCubeModule.cubes" class="teletype">cubes</div>
</td>
<td><div class="keyValue"><span class="label">T: </span><span class="teletype"><a href="#datadefinitionCUBE">CUBE</a></span></div>
<div class="label">Cardinality: [0..*]</div>
<div class="label">Containment</div>
</td>
<td> <p>The list of CUBEs</p>
</td>
</tr></table>
<a href="#efbt_data_definition.CubeModule.ref"></a>
<h2 id="efbtdatadefinitionDomainModule"><a href="#efbtdatadefinitionDomainModule"><a href="#efbtdatadefinitionDomainModule">DomainModule</a></a></h2>
<p>A Module storing a list of Domains</p>
<h4><b>Supertype:</b><a href="#modulemanagementModule">Module</a></h4><table>
<tr>
<th colspan="3"><div class="tableHeader">References</div></th>
</tr>
<tr>
<th><div class="columnHeader">Name</div></th>
<th><div class="columnHeader">Properties</div></th>
<th><div class="columnHeader">Documentation</div></th>
</tr>
<tr> <td><div id="efbtdatadefinitionDomainModule.domains" class="teletype">domains</div>
</td>
<td><div class="keyValue"><span class="label">T: </span><span class="teletype"><a href="#coreDOMAIN">DOMAIN</a></span></div>
<div class="label">Cardinality: [0..*]</div>
<div class="label">Containment</div>
</td>
<td> <p>The set of domains contained in the Module</p>
</td>
</tr></table>
<a href="#efbt_data_definition.DomainModule.ref"></a>
<h2 id="efbtdatadefinitionMemberHierarchyModule"><a href="#efbtdatadefinitionMemberHierarchyModule"><a href="#efbtdatadefinitionMemberHierarchyModule">MemberHierarchyModule</a></a></h2>
<p>A Module storing a list of MemberHierarchies and MemberHierarchiesNodes</p>
<h4><b>Supertype:</b><a href="#modulemanagementModule">Module</a></h4><table>
<tr>
<th colspan="3"><div class="tableHeader">References</div></th>
</tr>
<tr>
<th><div class="columnHeader">Name</div></th>
<th><div class="columnHeader">Properties</div></th>
<th><div class="columnHeader">Documentation</div></th>
</tr>
<tr> <td><div id="efbtdatadefinitionMemberHierarchyModule.memberHierarchies" class="teletype">memberHierarchies</div>
</td>
<td><div class="keyValue"><span class="label">T: </span><span class="teletype"><a href="#coreMEMBERHIERARCHY">MEMBER_HIERARCHY</a></span></div>
<div class="label">Cardinality: [0..*]</div>
<div class="label">Containment</div>
</td>
<td> <p>The set of MemberHierarchies contained in the Module</p>
</td>
</tr><tr> <td><div id="efbtdatadefinitionMemberHierarchyModule.memberHierarchiesNodes" class="teletype">memberHierarchiesNodes</div>
</td>
<td><div class="keyValue"><span class="label">T: </span><span class="teletype"><a href="#coreMEMBERHIERARCHYNODE">MEMBER_HIERARCHY_NODE</a></span></div>
<div class="label">Cardinality: [0..*]</div>
<div class="label">Containment</div>
</td>
<td> <p>The set of MemberHierarchiesNodes contained in the Module</p>
</td>
</tr></table>
<a href="#efbt_data_definition.MemberHierarchyModule.ref"></a>
<h2 id="efbtdatadefinitionMemberModule"><a href="#efbtdatadefinitionMemberModule"><a href="#efbtdatadefinitionMemberModule">MemberModule</a></a></h2>
<p>A Module storing a list of Members</p>
<h4><b>Supertype:</b><a href="#modulemanagementModule">Module</a></h4><table>
<tr>
<th colspan="3"><div class="tableHeader">References</div></th>
</tr>
<tr>
<th><div class="columnHeader">Name</div></th>
<th><div class="columnHeader">Properties</div></th>
<th><div class="columnHeader">Documentation</div></th>
</tr>
<tr> <td><div id="efbtdatadefinitionMemberModule.members" class="teletype">members</div>
</td>
<td><div class="keyValue"><span class="label">T: </span><span class="teletype"><a href="#coreMEMBER">MEMBER</a></span></div>
<div class="label">Cardinality: [0..*]</div>
<div class="label">Containment</div>
</td>
<td> <p>The set of Members contained in the Module</p>
</td>
</tr></table>
<a href="#efbt_data_definition.MemberModule.ref"></a>
<h2 id="efbtdatadefinitionVariableModule"><a href="#efbtdatadefinitionVariableModule"><a href="#efbtdatadefinitionVariableModule">VariableModule</a></a></h2>
<p>A Module containing a list of variables</p>
<h4><b>Supertype:</b><a href="#modulemanagementModule">Module</a></h4><table>
<tr>
<th colspan="3"><div class="tableHeader">References</div></th>
</tr>
<tr>
<th><div class="columnHeader">Name</div></th>
<th><div class="columnHeader">Properties</div></th>
<th><div class="columnHeader">Documentation</div></th>
</tr>
<tr> <td><div id="efbtdatadefinitionVariableModule.variables" class="teletype">variables</div>
</td>
<td><div class="keyValue"><span class="label">T: </span><span class="teletype"><a href="#coreVARIABLE">VARIABLE</a></span></div>
<div class="label">Cardinality: [0..*]</div>
<div class="label">Containment</div>
</td>
<td> <p>The set of Variables contained in the Module</p>
</td>
</tr></table>
<a href="#efbt_data_definition.VariableModule.ref"></a>
</body>
</html>