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

Packages that use Binop
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 Binop in de.cau.cs.kieler.krep.editors.klp.klp
 

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

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

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

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

Uses of Binop 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 Binop
 T KlpSwitch.caseBinop(Binop object)
          Returns the result of interpreting the object as an instance of 'Binop'.