Uses of Interface
org.objectweb.dsrg.sofa.repository.model.ControlInterface

Packages that use ControlInterface
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of ControlInterface in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return ControlInterface
 ControlInterface ModelFactory.createControlInterface()
          Returns a new object of class 'Control Interface'
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type ControlInterface
 org.eclipse.emf.common.util.EList<ControlInterface> ComponentSelect.getControlInterface()
          Returns the value of the 'Control Interface' containment reference list.
 

Uses of ControlInterface in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement ControlInterface
 class ControlInterfaceImpl
          An implementation of the model object 'Control Interface'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type ControlInterface
protected  org.eclipse.emf.common.util.EList<ControlInterface> ComponentSelectImpl.controlInterface
          The cached value of the 'Control Interface' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return ControlInterface
 ControlInterface ModelFactoryImpl.createControlInterface()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type ControlInterface
 org.eclipse.emf.common.util.EList<ControlInterface> ComponentSelectImpl.getControlInterface()
           
 

Uses of ControlInterface in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type ControlInterface
 T ModelSwitch.caseControlInterface(ControlInterface object)
          Returns the result of interpreting the object as an instance of 'Control Interface'