Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'websites/www.eclipse.org-app4mc-hugo/site/static/help/app4mc-0.9.3/javadoc/model/util/HardwareUtil.html')
-rw-r--r--websites/www.eclipse.org-app4mc-hugo/site/static/help/app4mc-0.9.3/javadoc/model/util/HardwareUtil.html318
1 files changed, 318 insertions, 0 deletions
diff --git a/websites/www.eclipse.org-app4mc-hugo/site/static/help/app4mc-0.9.3/javadoc/model/util/HardwareUtil.html b/websites/www.eclipse.org-app4mc-hugo/site/static/help/app4mc-0.9.3/javadoc/model/util/HardwareUtil.html
new file mode 100644
index 0000000..a6b1026
--- /dev/null
+++ b/websites/www.eclipse.org-app4mc-hugo/site/static/help/app4mc-0.9.3/javadoc/model/util/HardwareUtil.html
@@ -0,0 +1,318 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="de">
+<head>
+<!-- Generated by javadoc (1.8.0_191) on Mon Jan 28 10:50:17 CET 2019 -->
+<title>HardwareUtil</title>
+<meta name="date" content="2019-01-28">
+<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
+</head>
+<body>
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.eclipse.app4mc.amalthea.model.util</div>
+<h2 title="Class HardwareUtil" class="title">Class HardwareUtil</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>Object</li>
+<li>
+<ul class="inheritance">
+<li>HardwareUtil</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="typeNameLabel">HardwareUtil</span>
+extends Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.summary">
+<!-- -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a href="#HardwareUtil--">HardwareUtil</a></span>()</code>&nbsp;</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></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>static Time</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#calculateHwAccessPathTime-org.eclipse.app4mc.amalthea.model.HwAccessElement-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.TimeType-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.AccessDirection-">calculateHwAccessPathTime</a></span>(HwAccessElement&nbsp;accessElement,
+ <a href="RuntimeUtil.TimeType.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.TimeType</a>&nbsp;timeType,
+ <a href="RuntimeUtil.AccessDirection.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.AccessDirection</a>&nbsp;direction)</code>&nbsp;</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>static Long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#calculateLatency-org.eclipse.app4mc.amalthea.model.IDiscreteValueDeviation-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.TimeType-">calculateLatency</a></span>(IDiscreteValueDeviation&nbsp;latency,
+ <a href="RuntimeUtil.TimeType.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.TimeType</a>&nbsp;timeType)</code>&nbsp;</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code>static Time</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#calculateLatencyPathTime-org.eclipse.app4mc.amalthea.model.HwAccessElement-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.TimeType-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.AccessDirection-">calculateLatencyPathTime</a></span>(HwAccessElement&nbsp;accessElement,
+ <a href="RuntimeUtil.TimeType.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.TimeType</a>&nbsp;timeType,
+ <a href="RuntimeUtil.AccessDirection.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.AccessDirection</a>&nbsp;direction)</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>static List&lt;HwAccessElement&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#getAccessElementsToDestination-org.eclipse.app4mc.amalthea.model.HwDestination-org.eclipse.app4mc.amalthea.model.Amalthea-">getAccessElementsToDestination</a></span>(HwDestination&nbsp;dest,
+ Amalthea&nbsp;model)</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>static Map&lt;ProcessingUnit,HashMap&lt;HwDestination,Time&gt;&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#getAccessTimes-org.eclipse.app4mc.amalthea.model.Amalthea-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.TimeType-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.AccessDirection-">getAccessTimes</a></span>(Amalthea&nbsp;model,
+ <a href="RuntimeUtil.TimeType.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.TimeType</a>&nbsp;timeType,
+ <a href="RuntimeUtil.AccessDirection.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.AccessDirection</a>&nbsp;direction)</code>&nbsp;</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>static List&lt;ProcessingUnit&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#getAllProcessingUnitsForProcessingUnitDefinition-org.eclipse.app4mc.amalthea.model.Amalthea-org.eclipse.app4mc.amalthea.model.ProcessingUnitDefinition-">getAllProcessingUnitsForProcessingUnitDefinition</a></span>(Amalthea&nbsp;model,
+ ProcessingUnitDefinition&nbsp;puDef)</code>&nbsp;</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code>static Frequency</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#getFrequencyOfModule-org.eclipse.app4mc.amalthea.model.HwModule-">getFrequencyOfModule</a></span>(HwModule&nbsp;module)</code>
+<div class="block">Returns the frequency of a specific module</div>
+</td>
+</tr>
+<tr id="i7" class="rowColor">
+<td class="colFirst"><code>static long</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#getFrequencyOfModuleInHz-org.eclipse.app4mc.amalthea.model.HwModule-">getFrequencyOfModuleInHz</a></span>(HwModule&nbsp;module)</code>
+<div class="block">Returns the frequency of a specific module in Hertz</div>
+</td>
+</tr>
+<tr id="i8" class="altColor">
+<td class="colFirst"><code>static Map&lt;Memory,Long&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#getMemoryAccessLatenciesCycles-org.eclipse.app4mc.amalthea.model.Amalthea-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.TimeType-">getMemoryAccessLatenciesCycles</a></span>(Amalthea&nbsp;model,
+ <a href="RuntimeUtil.TimeType.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.TimeType</a>&nbsp;timeType)</code>&nbsp;</td>
+</tr>
+<tr id="i9" class="rowColor">
+<td class="colFirst"><code>static Map&lt;Memory,Time&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#getMemoryAccessLatencyTime-org.eclipse.app4mc.amalthea.model.Amalthea-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.TimeType-">getMemoryAccessLatencyTime</a></span>(Amalthea&nbsp;model,
+ <a href="RuntimeUtil.TimeType.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.TimeType</a>&nbsp;timeType)</code>&nbsp;</td>
+</tr>
+<tr id="i10" class="altColor">
+<td class="colFirst"><code>static DataRate</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#getMinDataRateOfHwAccessPath-org.eclipse.app4mc.amalthea.model.HwAccessPath-">getMinDataRateOfHwAccessPath</a></span>(HwAccessPath&nbsp;path)</code>
+<div class="block">Computes the minimum data rate of an access path</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code>static &lt;T extends HwModule&gt;<br>List&lt;T&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#getModulesFromHwModel-java.lang.Class-org.eclipse.app4mc.amalthea.model.Amalthea-">getModulesFromHwModel</a></span>(Class&lt;T&gt;&nbsp;targetClass,
+ Amalthea&nbsp;model)</code>&nbsp;</td>
+</tr>
+<tr id="i12" class="altColor">
+<td class="colFirst"><code>static &lt;T extends HwModule&gt;<br>List&lt;T&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="#getModulesFromHWStructure-java.lang.Class-org.eclipse.app4mc.amalthea.model.HwStructure-">getModulesFromHWStructure</a></span>(Class&lt;T&gt;&nbsp;targetClass,
+ HwStructure&nbsp;structure)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.Object">
+<!-- -->
+</a>
+<h3>Methods inherited from class&nbsp;Object</h3>
+<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!-- -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="HardwareUtil--">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>HardwareUtil</h4>
+<pre>public&nbsp;HardwareUtil()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!-- -->
+</a>
+<h3>Method Detail</h3>
+<a name="getModulesFromHwModel-java.lang.Class-org.eclipse.app4mc.amalthea.model.Amalthea-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getModulesFromHwModel</h4>
+<pre>public static&nbsp;&lt;T extends HwModule&gt;&nbsp;List&lt;T&gt;&nbsp;getModulesFromHwModel(Class&lt;T&gt;&nbsp;targetClass,
+ Amalthea&nbsp;model)</pre>
+</li>
+</ul>
+<a name="getModulesFromHWStructure-java.lang.Class-org.eclipse.app4mc.amalthea.model.HwStructure-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getModulesFromHWStructure</h4>
+<pre>public static&nbsp;&lt;T extends HwModule&gt;&nbsp;List&lt;T&gt;&nbsp;getModulesFromHWStructure(Class&lt;T&gt;&nbsp;targetClass,
+ HwStructure&nbsp;structure)</pre>
+</li>
+</ul>
+<a name="getAllProcessingUnitsForProcessingUnitDefinition-org.eclipse.app4mc.amalthea.model.Amalthea-org.eclipse.app4mc.amalthea.model.ProcessingUnitDefinition-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAllProcessingUnitsForProcessingUnitDefinition</h4>
+<pre>public static&nbsp;List&lt;ProcessingUnit&gt;&nbsp;getAllProcessingUnitsForProcessingUnitDefinition(Amalthea&nbsp;model,
+ ProcessingUnitDefinition&nbsp;puDef)</pre>
+</li>
+</ul>
+<a name="getMemoryAccessLatenciesCycles-org.eclipse.app4mc.amalthea.model.Amalthea-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.TimeType-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMemoryAccessLatenciesCycles</h4>
+<pre>public static&nbsp;Map&lt;Memory,Long&gt;&nbsp;getMemoryAccessLatenciesCycles(Amalthea&nbsp;model,
+ <a href="RuntimeUtil.TimeType.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.TimeType</a>&nbsp;timeType)</pre>
+</li>
+</ul>
+<a name="getMemoryAccessLatencyTime-org.eclipse.app4mc.amalthea.model.Amalthea-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.TimeType-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMemoryAccessLatencyTime</h4>
+<pre>public static&nbsp;Map&lt;Memory,Time&gt;&nbsp;getMemoryAccessLatencyTime(Amalthea&nbsp;model,
+ <a href="RuntimeUtil.TimeType.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.TimeType</a>&nbsp;timeType)</pre>
+</li>
+</ul>
+<a name="getAccessElementsToDestination-org.eclipse.app4mc.amalthea.model.HwDestination-org.eclipse.app4mc.amalthea.model.Amalthea-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAccessElementsToDestination</h4>
+<pre>public static&nbsp;List&lt;HwAccessElement&gt;&nbsp;getAccessElementsToDestination(HwDestination&nbsp;dest,
+ Amalthea&nbsp;model)</pre>
+</li>
+</ul>
+<a name="getAccessTimes-org.eclipse.app4mc.amalthea.model.Amalthea-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.TimeType-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.AccessDirection-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAccessTimes</h4>
+<pre>public static&nbsp;Map&lt;ProcessingUnit,HashMap&lt;HwDestination,Time&gt;&gt;&nbsp;getAccessTimes(Amalthea&nbsp;model,
+ <a href="RuntimeUtil.TimeType.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.TimeType</a>&nbsp;timeType,
+ <a href="RuntimeUtil.AccessDirection.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.AccessDirection</a>&nbsp;direction)</pre>
+</li>
+</ul>
+<a name="calculateLatencyPathTime-org.eclipse.app4mc.amalthea.model.HwAccessElement-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.TimeType-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.AccessDirection-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>calculateLatencyPathTime</h4>
+<pre>public static&nbsp;Time&nbsp;calculateLatencyPathTime(HwAccessElement&nbsp;accessElement,
+ <a href="RuntimeUtil.TimeType.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.TimeType</a>&nbsp;timeType,
+ <a href="RuntimeUtil.AccessDirection.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.AccessDirection</a>&nbsp;direction)</pre>
+</li>
+</ul>
+<a name="calculateHwAccessPathTime-org.eclipse.app4mc.amalthea.model.HwAccessElement-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.TimeType-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.AccessDirection-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>calculateHwAccessPathTime</h4>
+<pre>public static&nbsp;Time&nbsp;calculateHwAccessPathTime(HwAccessElement&nbsp;accessElement,
+ <a href="RuntimeUtil.TimeType.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.TimeType</a>&nbsp;timeType,
+ <a href="RuntimeUtil.AccessDirection.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.AccessDirection</a>&nbsp;direction)</pre>
+</li>
+</ul>
+<a name="calculateLatency-org.eclipse.app4mc.amalthea.model.IDiscreteValueDeviation-org.eclipse.app4mc.amalthea.model.util.RuntimeUtil.TimeType-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>calculateLatency</h4>
+<pre>public static&nbsp;Long&nbsp;calculateLatency(IDiscreteValueDeviation&nbsp;latency,
+ <a href="RuntimeUtil.TimeType.html" title="enum in org.eclipse.app4mc.amalthea.model.util">RuntimeUtil.TimeType</a>&nbsp;timeType)</pre>
+</li>
+</ul>
+<a name="getMinDataRateOfHwAccessPath-org.eclipse.app4mc.amalthea.model.HwAccessPath-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMinDataRateOfHwAccessPath</h4>
+<pre>public static&nbsp;DataRate&nbsp;getMinDataRateOfHwAccessPath(HwAccessPath&nbsp;path)</pre>
+<div class="block">Computes the minimum data rate of an access path</div>
+</li>
+</ul>
+<a name="getFrequencyOfModule-org.eclipse.app4mc.amalthea.model.HwModule-">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getFrequencyOfModule</h4>
+<pre>public static&nbsp;Frequency&nbsp;getFrequencyOfModule(HwModule&nbsp;module)</pre>
+<div class="block">Returns the frequency of a specific module</div>
+</li>
+</ul>
+<a name="getFrequencyOfModuleInHz-org.eclipse.app4mc.amalthea.model.HwModule-">
+<!-- -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getFrequencyOfModuleInHz</h4>
+<pre>public static&nbsp;long&nbsp;getFrequencyOfModuleInHz(HwModule&nbsp;module)</pre>
+<div class="block">Returns the frequency of a specific module in Hertz</div>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+</body>
+</html>

Back to the top