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

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

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

Subinterfaces of RelationDecl in de.cau.cs.kieler.esterel.esterel
 interface Relation
          A representation of the model object 'Relation'.
 

Methods in de.cau.cs.kieler.esterel.esterel that return RelationDecl
 RelationDecl EsterelFactory.createRelationDecl()
          Returns a new object of class 'Relation Decl'.
 

Methods in de.cau.cs.kieler.esterel.esterel that return types with arguments of type RelationDecl
 EList<RelationDecl> ModuleInterface.getIntRelationDecl()
          Returns the value of the 'Int Relation Decl' containment reference list.
 

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement RelationDecl
 class RelationDeclImpl
          An implementation of the model object 'Relation Decl'.
 class RelationImpl
          An implementation of the model object 'Relation'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl with type parameters of type RelationDecl
protected  EList<RelationDecl> ModuleInterfaceImpl.intRelationDecl
          The cached value of the 'Int Relation Decl' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return RelationDecl
 RelationDecl EsterelFactoryImpl.createRelationDecl()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type RelationDecl
 EList<RelationDecl> ModuleInterfaceImpl.getIntRelationDecl()
           
 

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

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