Part 8 Link Objects association classes
No edit summary
(Automatically adding template at the end of the page.)
 
(4 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> </p>
</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;
</p>
text-align: justify;
<div class="video">
width: 90%
  <div class="video__wrapper">
}
    <iframe src="https://www.youtube.com/embed/PeCfgcUIrD4?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe>
#video12 {
  </div>
   position: relative;
   <div class="video__navigation">
  padding-bottom: 10px;
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="17" tabindex="0"> Typical association class
}
    </span>
#video12::after {
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="172" tabindex="0"> Association class with the dotted line </span>
  content: "";
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="309" tabindex="0"> Introduce and remove</span>
  display: table;
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="345" tabindex="0"> Association ends </span>
  clear: both;
    <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 iframe {
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="902" tabindex="0"> Lifenavigation-item controlled objects and classes </span>
  width: 100%;
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="1115" tabindex="0"> Concept of modelling and abstraction </span>
  min-width: 200px;
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="1602" tabindex="0"> No ability to remove things from the inner link </span>
  max-width: 740px;
    <span class="navigation-item" data-video="PeCfgcUIrD4" data-start="1880" tabindex="0"> Remove from the correct link </span>
  height: 500px;
  float: left;
}


@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]]
{{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