Uses of Class
eu.xtreemos.xosd.localallocmgr.basic.manipulators.TTElmJoinException

Packages that use TTElmJoinException
eu.xtreemos.xosd.localallocmgr.basic.manipulators   
eu.xtreemos.xosd.localallocmgr.test   
 

Uses of TTElmJoinException in eu.xtreemos.xosd.localallocmgr.basic.manipulators
 

Subclasses of TTElmJoinException in eu.xtreemos.xosd.localallocmgr.basic.manipulators
 class AttributeAdditionFailureException
           
 class AttributeConformanceException
           
 class WrongElementOrderException
           
 

Methods in eu.xtreemos.xosd.localallocmgr.basic.manipulators with parameters of type TTElmJoinException
private static void TimeTableAdd.handleException(TTElmJoinException e)
           
 

Methods in eu.xtreemos.xosd.localallocmgr.basic.manipulators that throw TTElmJoinException
static java.util.ArrayList<TTElm> TTElmJoin.join(TTElm elm1, TTElm elm2)
          it is expected, that the elm1 starts before or at the same time as the elm2. this can be the default since time table is always sorted from the earliest to the latest element.
 

Uses of TTElmJoinException in eu.xtreemos.xosd.localallocmgr.test
 

Methods in eu.xtreemos.xosd.localallocmgr.test that throw TTElmJoinException
static void TTElmTest.simpleJoin()