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

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

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

Methods in de.cau.cs.kieler.krep.editors.klp.klp that return types with arguments of type Line
 EList<Line> KLP.getInstructions()
          Returns the value of the 'Instructions' containment reference list.
 

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

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

Fields in de.cau.cs.kieler.krep.editors.klp.klp.impl with type parameters of type Line
protected  EList<Line> KLPImpl.instructions
          The cached value of the 'Instructions' containment reference list.
 

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

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl that return types with arguments of type Line
 EList<Line> KLPImpl.getInstructions()
           
 

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