Uses of Interface
de.cau.cs.kieler.krep.editors.klp.klp.Prio

Packages that use Prio
de.cau.cs.kieler.krep.editors.klp.klp   
de.cau.cs.kieler.krep.editors.klp.klp.impl   
de.cau.cs.kieler.krep.editors.klp.klp.util   
 

Uses of Prio in de.cau.cs.kieler.krep.editors.klp.klp
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp that return Prio
 Prio KlpFactory.createPrio()
          Returns a new object of class 'Prio'.
 

Uses of Prio in de.cau.cs.kieler.krep.editors.klp.klp.impl
 

Classes in de.cau.cs.kieler.krep.editors.klp.klp.impl that implement Prio
 class PrioImpl
          An implementation of the model object 'Prio'.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl that return Prio
 Prio KlpFactoryImpl.createPrio()
           
 

Uses of Prio in de.cau.cs.kieler.krep.editors.klp.klp.util
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.util with parameters of type Prio
 T KlpSwitch.casePrio(Prio object)
          Returns the result of interpreting the object as an instance of 'Prio'.