Please disable Adblockers and enable JavaScript for domain CEWebS.cs.univie.ac.at! We have NO ADS, but they may interfere with some of our course material.

Name: orgviz-js/lib/relation.js 
1:
var Relation = function(unit, role){
2:
    this.unit = unit;
3:
    this.role = role;
4:
};