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

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

Methods in org.objectweb.dsrg.sofa.repository that return InterfaceType
 InterfaceType RepositoryFacade.createInterfaceType(InterfaceType previous, boolean branch, java.lang.String signature)
          Creates new version of already existing interface type.
 InterfaceType RepositoryFacade.createInterfaceType(java.lang.String name, java.lang.String signature)
          Creates new interface type.
 InterfaceType RepositoryFacade.updateInterfaceType(java.io.File srcxmi, InterfaceType orig)
          Updates the given interface type 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 InterfaceType
 InterfaceType RepositoryFacade.createInterfaceType(InterfaceType previous, boolean branch, java.lang.String signature)
          Creates new version of already existing interface type.
 InterfaceType RepositoryFacade.updateInterfaceType(java.io.File srcxmi, InterfaceType orig)
          Updates the given interface type according to info obtained from the xmi file - WARNING: it can return a different instance.
 

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

Methods in org.objectweb.dsrg.sofa.repository.model that return InterfaceType
 InterfaceType ModelFactory.createInterfaceType()
          Returns a new object of class 'Interface Type'.
 InterfaceType RepositoryData.createInterfaceType(InterfaceType previous, boolean branch, java.lang.String signature)
           
 InterfaceType RepositoryData.createInterfaceType(java.lang.String name, java.lang.String signature)
           
 InterfaceType Interface.getInterfaceType()
          Returns the value of the 'Interface Type' reference.
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type InterfaceType
 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)
           
 InterfaceType RepositoryData.createInterfaceType(InterfaceType previous, boolean branch, java.lang.String signature)
           
 void Interface.setInterfaceType(InterfaceType value)
          Sets the value of the 'Interface Type' reference.
 

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

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

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as InterfaceType
protected  InterfaceType InterfaceImpl.interfaceType
          The cached value of the 'Interface Type' reference.
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return InterfaceType
 InterfaceType InterfaceImpl.basicGetInterfaceType()
           
 InterfaceType ModelFactoryImpl.createInterfaceType()
           
 InterfaceType RepositoryDataImpl.createInterfaceType(InterfaceType previous, boolean branch, java.lang.String signature)
           
 InterfaceType RepositoryDataImpl.createInterfaceType(java.lang.String name, java.lang.String signature)
           
 InterfaceType InterfaceImpl.getInterfaceType()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type InterfaceType
 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)
           
 InterfaceType RepositoryDataImpl.createInterfaceType(InterfaceType previous, boolean branch, java.lang.String signature)
           
 void InterfaceImpl.setInterfaceType(InterfaceType newInterfaceType)
           
 

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

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