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.
 

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 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
 

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 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
 java.lang.Object ModelSwitch.caseInterface(Interface object)
          Returns the result of interpretting the object as an instance of 'Interface'