Part 8 Link Objects association classes
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<h5> <strong> Deep overview of link objects and association classes </strong> </h5>
<h4>
<p>
  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> </p>
</h4>
<style type="text/css">
<p class="video-warn" >
p {
  <em>To make your experience more comfortable, we set the main tags mentioned in the video to the right bar menu of this mini
opacity: 0.7;
    player. Choose the interesting subtitle on the list and immediately get to the exact theme navigation-itemplace in the
text-align: justify;
    video. Now you can pick any topic to be instructed without watching the whole video.</em>
width: 90%
</p>
}
<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>
  padding-bottom: 10px;
  </div>
}
   <div class="video__navigation">
#video12::after {
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="17" tabindex="0"> Typical association class
  content: "";
    </span>
  display: table;
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="172" tabindex="0"> Association class  with the dotted line </span>
  clear: both;
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="309" tabindex="0"> Introduce and remove</span>
}
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="345" tabindex="0"> Association ends </span>
#video12 iframe {
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="379" tabindex="0"> Implicit link </span>
  width: 100%;
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="594" tabindex="0"> Inner link name and link role name </span>
  min-width: 200px;
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="902" tabindex="0"> Lifenavigation-item controlled objects and classes </span>
  max-width: 740px;
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="1115" tabindex="0"> Concept of modelling and abstraction </span>
  height: 500px;
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="1602" tabindex="0"> No ability to remove things from the  inner link </span>
  float: left;
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="1880" tabindex="0"> Remove from the correct link </span>
}


@media (max-width: 767px) {
   </div>
  #video12 iframe {
</div>
    height: 180px;
   }
}


#video12 div {
  float: left;
  padding-left: 10px;
overflow-y: auto;
height: 500px;
}
span.time {
    display:block;
  padding: 2px 10px 2px 10px;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  opacity: 0.7;
}
span.time:hover {
  color: #0000FF;
  cursor: pointer;
}
span.time:focus {
  color: blue;
}
</style>
<br>
<div id="video12">
  <iframe width="740" height="500" src="https://www.youtube.com/embed/PeCfgcUIrD4?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
  <div>
    <span class="time" data-video="PeCfgcUIrD4" data-start="333" tabindex="0"> Typical association class
      </span>
    <span class="time" data-video="PeCfgcUIrD4" data-start="488" tabindex="0"> Association class  with the dotted line </span>
    <span class="time" data-video="PeCfgcUIrD4" data-start="625" tabindex="0"> Introduce and remove</span>
    <span class="time" data-video="PeCfgcUIrD4" data-start="661" tabindex="0"> Association ends </span>
    <span class="time" data-video="PeCfgcUIrD4" data-start="695" tabindex="0"> Implicit link </span>
    <span  class="time" data-video="PeCfgcUIrD4" data-start="910" tabindex="0"> Inner link name and link role name </span>
    <span class="time" data-video="PeCfgcUIrD4" data-start="1218" tabindex="0">Lifetime controlled objects and classes </span>
    <span class="time" data-video="PeCfgcUIrD4" data-start="1431" tabindex="0">Concept of modelling and abstraction </span>
    <span class="time" data-video="PeCfgcUIrD4" data-start="1918" tabindex="0"> No ability to remove things from the  inner link </span>
    <span class="time" data-video="PeCfgcUIrD4" data-start="2196" tabindex="0"> Remove from the correct link </span>
  </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:Associations]]
[[Category:Associations]]

Revision as of 21:46, 31 July 2018

Deep overview of link objects and association classes

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 navigation-itemplace in the video. Now you can pick any topic to be instructed 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 90 days ago on 02/10/2024. What links here