Part 8 Link Objects association classes
mNo edit summary
(Automatically adding template at the end of the page.)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<html>
<html>
<h5> <strong> Deep overview of link objects and association classes </strong> </h5>
<h4>
<p>
  A Deep Overview of Link Objects and Association Classes
<em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini player. Choose the interesting subtitle on the list and immediately get to the exact theme timeplace in the video. Now you can pick any topic to be instructed without watching the whole video.</em>
</h4>
<style type="text/css">
<p class="video-warn" >
p {
  <em>To make your experience smooth, we set the main tags mentioned in the video to the right bar menu of this mini-player. Choose an interesting subtitle on the list and immediately get to the exact theme navigation item place in the video. Now you can pick any topic to be instructed on without watching the whole video.</em>
opacity: 0.7;
text-align: justify;
width: 90%
}
</style>
</p>
</p>
    <style>
<div class="video">
#video12 {
   <div class="video__wrapper">
  position: relative;
    <iframe src="https://www.youtube.com/embed/PeCfgcUIrD4?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
  height: 500px;
   </div>
  width:560px;
  <div class="video__navigation">
  padding-bottom: 10px;
     <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="17" tabindex="0"> Typical association class
}
    </span>
#video12 iframe {
     <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="172" tabindex="0"> Association class with the dotted line </span>
  position: absolute;
     <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="309" tabindex="0"> Introduce and remove</span>
  min-height: auto;
     <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="345" tabindex="0"> Association ends </span>
  min-width: auto;
     <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="379" tabindex="0"> Implicit link </span>
}
     <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="594" tabindex="0"> Inner link name and link role name </span>
#video12 div {
     <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="902" tabindex="0"> Lifenavigation-item controlled objects and classes </span>
  position: absolute;
     <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="1115" tabindex="0"> Concept of modelling and abstraction </span>
  top: 0;
     <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="1602" tabindex="0"> No ability to remove things from the inner link </span>
  left:760px;
     <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="1880" tabindex="0"> Remove from the correct link </span>
  width: 260px;
  height: 100%;
  padding-left: 10px;
  overflow-y: auto;
}
span {
    font-size: 18;
    display:block;
  padding: 2px 10px 2px 10px;
    padding-bottom: 0.5;
    padding-top: 0.5;
  opacity: 0.7;
}
span:hover {
  color: #0000FF;
   cursor: pointer;
}
span:focus {
  color: blue;
</style>
<br>
<div id="video12">
<iframe width="740" height="500" src="https://www.youtube.com/embed/yDKHzI992jQ?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
   <div>
 
     <span data-video="yDKHzI992jQ" data-start="12" tabindex="0"> Typical association class
    </span>
     <span data-video="yDKHzI992jQ" data-start="167" tabindex="0"> Association class  with the dotted line </span>
     <span data-video="yDKHzI992jQ" data-start="304" tabindex="0"> Introduce and remove</span>
     <span data-video="yDKHzI992jQ" data-start="340" tabindex="0"> Association ends </span>
     <span data-video="yDKHzI992jQ" data-start="374" tabindex="0"> Implicit link </span>
     <span data-video="yDKHzI992jQ" data-start="589" tabindex="0"> Inner link name and link role name </span>
     <span data-video="yDKHzI992jQ" data-start="897" tabindex="0">Lifetime controlled objects and classes </span>
     <span data-video="yDKHzI992jQ" data-start="1110" tabindex="0">Concept of modelling and abstraction </span>
     <span data-video="yDKHzI992jQ" data-start="1597" tabindex="0"> No ability to remove things from the  inner link </span>
     <span data-video="yDKHzI992jQ" data-start="1875" tabindex="0"> Remove from the correct link </span>


   </div>
   </div>
</div>
</div>


<script>
var IMG = document.querySelectorAll('#video12 span'),
    IFRAME = document.querySelector('#video12 iframe');
for (var i = 0; i < IMG.length; i++) {
  IMG[i].onclick = function() {
    IFRAME.src = 'https://www.youtube.com/embed/' + this.dataset.video + '?rel=0&autoplay=1';
    if(this.dataset.end) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&end=' + this.dataset.end);
    if(this.dataset.start) IFRAME.src = IFRAME.src.replace(/([\s\S]*)/g, '$1&start=' + this.dataset.start);
    this.style.backgroundColor='rgba(0,0,0,.2)';
  }
}
</script>
</html>
</html>
[[Category:MDriven Designer]]
[[Category:MDriven Designer]]
[[Category:MDriven Designer Sessions]]
[[Category:MDriven Designer Sessions]]
[[Category:Association classes]]
[[Category:Associations]]
[[Category:Associations]]
{{Edited|July|12|2024}}

Latest revision as of 15:44, 10 February 2024

A Deep Overview of Link Objects and Association Classes

To make your experience smooth, we set the main tags mentioned in the video to the right bar menu of this mini-player. Choose an interesting subtitle on the list and immediately get to the exact theme navigation item place in the video. Now you can pick any topic to be instructed on without watching the whole video.

Typical association class Association class with the dotted line Introduce and remove Association ends Implicit link Inner link name and link role name Lifenavigation-item controlled objects and classes Concept of modelling and abstraction No ability to remove things from the inner link Remove from the correct link

This page was edited 89 days ago on 02/10/2024. What links here