Uses of Interface
de.cau.cs.kieler.krep.editors.rif.rif.Data

Packages that use Data
de.cau.cs.kieler.krep.editors.rif.rif   
de.cau.cs.kieler.krep.editors.rif.rif.impl   
de.cau.cs.kieler.krep.editors.rif.rif.util   
 

Uses of Data in de.cau.cs.kieler.krep.editors.rif.rif
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif that return Data
 Data RifFactory.createData()
          Returns a new object of class 'Data'.
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif that return types with arguments of type Data
 EList<Data> Tick.getInput()
          Returns the value of the 'Input' containment reference list.
 EList<Data> Tick.getLocal()
          Returns the value of the 'Local' containment reference list.
 EList<Data> Tick.getOutput()
          Returns the value of the 'Output' containment reference list.
 

Uses of Data in de.cau.cs.kieler.krep.editors.rif.rif.impl
 

Classes in de.cau.cs.kieler.krep.editors.rif.rif.impl that implement Data
 class DataImpl
          An implementation of the model object 'Data'.
 

Fields in de.cau.cs.kieler.krep.editors.rif.rif.impl with type parameters of type Data
protected  EList<Data> TickImpl.input
          The cached value of the 'Input' containment reference list.
protected  EList<Data> TickImpl.local
          The cached value of the 'Local' containment reference list.
protected  EList<Data> TickImpl.output
          The cached value of the 'Output' containment reference list.
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif.impl that return Data
 Data RifFactoryImpl.createData()
           
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif.impl that return types with arguments of type Data
 EList<Data> TickImpl.getInput()
           
 EList<Data> TickImpl.getLocal()
           
 EList<Data> TickImpl.getOutput()
           
 

Uses of Data in de.cau.cs.kieler.krep.editors.rif.rif.util
 

Methods in de.cau.cs.kieler.krep.editors.rif.rif.util with parameters of type Data
 T RifSwitch.caseData(Data object)
          Returns the result of interpreting the object as an instance of 'Data'.