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

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

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

Subinterfaces of RelationType in de.cau.cs.kieler.esterel.esterel
 interface RelationImplication
          A representation of the model object 'Relation Implication'.
 interface RelationIncompatibility
          A representation of the model object 'Relation Incompatibility'.
 

Methods in de.cau.cs.kieler.esterel.esterel that return RelationType
 RelationType EsterelFactory.createRelationType()
          Returns a new object of class 'Relation Type'.
 

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

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

Classes in de.cau.cs.kieler.esterel.esterel.impl that implement RelationType
 class RelationImplicationImpl
          An implementation of the model object 'Relation Implication'.
 class RelationIncompatibilityImpl
          An implementation of the model object 'Relation Incompatibility'.
 class RelationTypeImpl
          An implementation of the model object 'Relation Type'.
 

Fields in de.cau.cs.kieler.esterel.esterel.impl with type parameters of type RelationType
protected  EList<RelationType> RelationImpl.relation
          The cached value of the 'Relation' containment reference list.
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return RelationType
 RelationType EsterelFactoryImpl.createRelationType()
           
 

Methods in de.cau.cs.kieler.esterel.esterel.impl that return types with arguments of type RelationType
 EList<RelationType> RelationImpl.getRelation()
           
 

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

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