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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return Info
 Info Frame.addBehavior(java.lang.String name, java.lang.String value)
           
 Info VersionedEntity.addInfo(java.lang.String name, java.lang.String value)
           
 Info ModelFactory.createInfo()
          Returns a new object of class 'Info'
 

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

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Info
 Info FrameImpl.addBehavior(java.lang.String name, java.lang.String value)
           
 Info VersionedEntityImpl.addInfo(java.lang.String name, java.lang.String value)
           
 Info ModelFactoryImpl.createInfo()
           
 

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

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