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

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

Uses of Interface in org.objectweb.dsrg.sofa.repository
 

Methods in org.objectweb.dsrg.sofa.repository that return Interface
static Interface RepositoryUtil.getInterfaceOfArchitecture(java.lang.String name, Architecture arch)
          Returns architecture's interface with the given name
static Interface RepositoryUtil.getInterfaceOfFrame(java.lang.String name, Frame frame)
          Returns frames's interface with the given name
static Interface RepositoryUtil.getProvidedInterfaceByName(java.lang.String name, Frame frame)
          Return provided frame's interface with the given name.
static Interface RepositoryUtil.getRequiredInterfaceByName(java.lang.String name, Frame frame)
          Return required frame's interface with the given name.
 

Methods in org.objectweb.dsrg.sofa.repository that return types with arguments of type Interface
static java.util.List<Interface> RepositoryUtil.getAllInterfaces(Architecture arch)
          Returns a list with all interfaces of all frames of the given architecture.
static java.util.List<Interface> RepositoryUtil.getAllProvidedInterfaces(Architecture arch)
          Returns a list with all provided interfaces of all frames of the given architecture.
static java.util.List<Interface> RepositoryUtil.getAllRequiredInterfaces(Architecture arch)
          Returns a list with all required interfaces of all frames of the given architecture.
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type Interface
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(Interface entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
 

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

Methods in org.objectweb.dsrg.sofa.repository.model that return Interface
 Interface Frame.addProvision(java.lang.String name, InterfaceType iface, java.lang.String comStyle, ConnectionType conType, boolean isCol)
           
 Interface Frame.addRequirement(java.lang.String name, InterfaceType iface, java.lang.String comStyle, ConnectionType conType, boolean isCol)
           
 Interface ModelFactory.createInterface()
          Returns a new object of class 'Interface'
 Interface Factory.getReturnInterface()
          Returns the value of the 'Return Interface' reference
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type Interface
 org.eclipse.emf.common.util.EList<Interface> Frame.getProvidedInterface()
          Returns the value of the 'Provided Interface' containment reference list.
 org.eclipse.emf.common.util.EList<Interface> Frame.getRequiredInterface()
          Returns the value of the 'Required Interface' containment reference list.
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type Interface
 void Interface.addFactoryAnnotation(java.lang.String method, Frame retInstance, Interface retIface)
           
 void Factory.setReturnInterface(Interface value)
          Sets the value of the 'Return Interface' reference
 

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

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

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as Interface
protected  Interface FactoryImpl.returnInterface
          The cached value of the 'Return Interface' reference
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type Interface
protected  org.eclipse.emf.common.util.EList<Interface> FrameImpl.providedInterface
          The cached value of the 'Provided Interface' containment reference list
protected  org.eclipse.emf.common.util.EList<Interface> FrameImpl.requiredInterface
          The cached value of the 'Required Interface' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Interface
 Interface FrameImpl.addProvision(java.lang.String name, InterfaceType iface, java.lang.String comStyle, ConnectionType conType, boolean isCol)
           
 Interface FrameImpl.addRequirement(java.lang.String name, InterfaceType iface, java.lang.String comStyle, ConnectionType conType, boolean isCol)
           
 Interface FactoryImpl.basicGetReturnInterface()
           
 Interface ModelFactoryImpl.createInterface()
           
 Interface FactoryImpl.getReturnInterface()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type Interface
 org.eclipse.emf.common.util.EList<Interface> FrameImpl.getProvidedInterface()
           
 org.eclipse.emf.common.util.EList<Interface> FrameImpl.getRequiredInterface()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type Interface
 void InterfaceImpl.addFactoryAnnotation(java.lang.String method, Frame retInstance, Interface retIface)
           
 void FactoryImpl.setReturnInterface(Interface newReturnInterface)
           
 

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

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