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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return MicroInterface
 MicroInterface ModelFactory.createMicroInterface()
          Returns a new object of class 'Micro Interface'
 

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

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MicroInterface
 MicroInterface ModelFactoryImpl.createMicroInterface()
           
 

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

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