Uses of Interface
de.cau.cs.kieler.esterel.esterel.Function

Packages that use Function
de.cau.cs.kieler.esterel.esterel   
de.cau.cs.kieler.esterel.esterel.impl   
de.cau.cs.kieler.esterel.esterel.util   
 

Uses of Function in de.cau.cs.kieler.esterel.esterel
 

Methods in de.cau.cs.kieler.esterel.esterel that return Function
 Function EsterelFactory.createFunction()
          Returns a new object of class 'Function'.
 Function DataFunction.getFunction()
          Returns the value of the 'Function' reference.
 Function FunctionRenaming.getNewName()
          Returns the value of the 'New Name' reference.
 Function FunctionRenaming.getOldName()
          Returns the value of the 'Old Name' reference.
 

Methods in de.cau.cs.kieler.esterel.esterel that return types with arguments of type Function
 EList<Function> FunctionDecl.getFunction()
          Returns the value of the 'Function' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel with parameters of type Function
 void DataFunction.setFunction(Function value)
          Sets the value of the 'Function' reference.
 void FunctionRenaming.setNewName(Function value)
          Sets the value of the 'New Name' reference.
 void FunctionRenaming.setOldName(Function value)
          Sets the value of the 'Old Name' reference.
 

Uses of Function in de.cau.cs.kieler.esterel.esterel.impl
 

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement Function
 class FunctionImpl
          An implementation of the model object 'Function'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl declared as Function
protected  Function DataFunctionImpl.function
          The cached value of the 'Function' reference.
protected  Function FunctionRenamingImpl.newName
          The cached value of the 'New Name' reference.
protected  Function FunctionRenamingImpl.oldName
          The cached value of the 'Old Name' reference.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl with type parameters of type Function
protected  EList<Function> FunctionDeclImpl.function
          The cached value of the 'Function' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return Function
 Function DataFunctionImpl.basicGetFunction()
           
 Function FunctionRenamingImpl.basicGetNewName()
           
 Function FunctionRenamingImpl.basicGetOldName()
           
 Function EsterelFactoryImpl.createFunction()
           
 Function DataFunctionImpl.getFunction()
           
 Function FunctionRenamingImpl.getNewName()
           
 Function FunctionRenamingImpl.getOldName()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type Function
 EList<Function> FunctionDeclImpl.getFunction()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl with parameters of type Function
 void DataFunctionImpl.setFunction(Function newFunction)
           
 void FunctionRenamingImpl.setNewName(Function newNewName)
           
 void FunctionRenamingImpl.setOldName(Function newOldName)
           
 

Uses of Function in de.cau.cs.kieler.esterel.esterel.util
 

Methods in de.cau.cs.kieler.esterel.esterel.util with parameters of type Function
 T EsterelSwitch.caseFunction(Function object)
          Returns the result of interpreting the object as an instance of 'Function'.