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

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

Constructor parameters in de.cau.cs.kieler.krep.editors.rif with type arguments of type decl
RifTick(EList<decl> inputs, EList<decl> outputs, Tick theTick)
           
RifTick(EList<decl> inputs, EList<decl> outputs, Tick theTick)
           
 

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

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

Methods in de.cau.cs.kieler.krep.editors.rif.rif that return types with arguments of type decl
 EList<decl> Trace.getInputs()
          Returns the value of the 'Inputs' containment reference list.
 EList<decl> Trace.getLocal()
          Returns the value of the 'Local' containment reference list.
 EList<decl> Trace.getOutputs()
          Returns the value of the 'Outputs' containment reference list.
 

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

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

Fields in de.cau.cs.kieler.krep.editors.rif.rif.impl with type parameters of type decl
protected  EList<decl> TraceImpl.inputs
          The cached value of the 'Inputs' containment reference list.
protected  EList<decl> TraceImpl.local
          The cached value of the 'Local' containment reference list.
protected  EList<decl> TraceImpl.outputs
          The cached value of the 'Outputs' containment reference list.
 

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

Methods in de.cau.cs.kieler.krep.editors.rif.rif.impl that return types with arguments of type decl
 EList<decl> TraceImpl.getInputs()
           
 EList<decl> TraceImpl.getLocal()
           
 EList<decl> TraceImpl.getOutputs()
           
 

Uses of decl 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 decl
 T RifSwitch.casedecl(decl object)
          Returns the result of interpreting the object as an instance of 'decl'.