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

Packages that use Frame
org.objectweb.dsrg.sofa.microarchitecture   
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 Frame in org.objectweb.dsrg.sofa.microarchitecture
 

Methods in org.objectweb.dsrg.sofa.microarchitecture that return Frame
 Frame ComponentInstance.getComponentFrame()
          Model frame class implemented by component.
 

Methods in org.objectweb.dsrg.sofa.microarchitecture with parameters of type Frame
static MIComponent ComponentFactory.createComponent(Architecture arch, Frame frame, java.lang.Iterable<Aspect> aspects, java.lang.Iterable<Bindable> units)
          Creates new instance of specified component and returns reference to its control interface.
 

Constructors in org.objectweb.dsrg.sofa.microarchitecture with parameters of type Frame
ComponentInstance(Architecture arch, Frame frame, java.lang.Iterable<Aspect> aspects, java.lang.Iterable<Bindable> units)
          Creates new ComponentInstance of Architecture arch with aspects applied.
 

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

Methods in org.objectweb.dsrg.sofa.repository that return Frame
 Frame RepositoryFacade.createFrame(Frame previous, boolean branch)
          Creates new version of already existing frame.
 Frame RepositoryFacade.createFrame(java.lang.String name)
          Creates new frame.
 Frame RepositoryFacade.updateFrame(java.io.File srcxmi, Frame orig, RepositoryFacade.VersionMap vm)
          Updates the given frame according to info obtained from the xmi file - WARNING: it can return a different instance.
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type Frame
 Architecture RepositoryFacade.createArchitecture(Architecture previous, boolean branch, Frame _implements)
          Creates new version of already existing architecture.
 Architecture RepositoryFacade.createArchitecture(java.lang.String name, Frame _implements)
          Creates new architecture
 Frame RepositoryFacade.createFrame(Frame previous, boolean branch)
          Creates new version of already existing frame.
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.
 Frame RepositoryFacade.updateFrame(java.io.File srcxmi, Frame orig, RepositoryFacade.VersionMap vm)
          Updates the given frame according to info obtained from the xmi file - WARNING: it can return a different instance.
 

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

Methods in org.objectweb.dsrg.sofa.repository.model that return Frame
 Frame ModelFactory.createFrame()
          Returns a new object of class 'Frame'.
 Frame RepositoryData.createFrame(Frame previous, boolean branch)
           
 Frame RepositoryData.createFrame(java.lang.String name)
           
 Frame SubcomponentInstance.getInstantiatesFrame()
          Returns the value of the 'Instantiates Frame' reference.
 Frame Factory.getReturnInstance()
          Returns the value of the 'Return Instance' reference.
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type Frame
 void Interface.addFactoryAnnotation(java.lang.String method, Frame retInstance, Interface retIface)
           
 SubcomponentInstance Architecture.addSubcomponentByArch(java.lang.String name, Architecture arch, Frame frame, boolean isCol)
           
 SubcomponentInstance Architecture.addSubcomponentByFrame(java.lang.String name, Frame frame, boolean isCol)
           
 Architecture RepositoryData.createArchitecture(Architecture previous, boolean branch, Frame _implements)
           
 Architecture RepositoryData.createArchitecture(java.lang.String name, Frame _implements)
           
 Frame RepositoryData.createFrame(Frame previous, boolean branch)
           
 void SubcomponentInstance.setInstantiatesFrame(Frame value)
          Sets the value of the 'Instantiates Frame' reference.
 void Factory.setReturnInstance(Frame value)
          Sets the value of the 'Return Instance' reference.
 

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

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

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as Frame
protected  Frame SubcomponentInstanceImpl.instantiatesFrame
          The cached value of the 'Instantiates Frame' reference.
protected  Frame FactoryImpl.returnInstance
          The cached value of the 'Return Instance' reference.
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Frame
 Frame SubcomponentInstanceImpl.basicGetInstantiatesFrame()
           
 Frame FactoryImpl.basicGetReturnInstance()
           
 Frame ModelFactoryImpl.createFrame()
           
 Frame RepositoryDataImpl.createFrame(Frame previous, boolean branch)
           
 Frame RepositoryDataImpl.createFrame(java.lang.String name)
           
 Frame SubcomponentInstanceImpl.getInstantiatesFrame()
           
 Frame FactoryImpl.getReturnInstance()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type Frame
 void InterfaceImpl.addFactoryAnnotation(java.lang.String method, Frame retInstance, Interface retIface)
           
 SubcomponentInstance ArchitectureImpl.addSubcomponentByArch(java.lang.String name, Architecture arch, Frame frame, boolean isCol)
           
 SubcomponentInstance ArchitectureImpl.addSubcomponentByFrame(java.lang.String name, Frame frame, boolean isCol)
           
 Architecture RepositoryDataImpl.createArchitecture(Architecture previous, boolean branch, Frame _implements)
           
 Architecture RepositoryDataImpl.createArchitecture(java.lang.String name, Frame _implements)
           
 Frame RepositoryDataImpl.createFrame(Frame previous, boolean branch)
           
 void SubcomponentInstanceImpl.setInstantiatesFrame(Frame newInstantiatesFrame)
           
 void FactoryImpl.setReturnInstance(Frame newReturnInstance)
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type Frame
 java.lang.Object ModelSwitch.caseFrame(Frame object)
          Returns the result of interpretting the object as an instance of 'Frame'.