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 VersionedEntity.addTag(java.lang.String value)
           
 Info ModelFactory.createInfo()
          Returns a new object of class 'Info'
 Info VersionedEntity.removeTag(java.lang.String value)
           
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type Info
 org.eclipse.emf.common.util.EList<Info> Frame.getBehavior()
          Returns the value of the 'Behavior' containment reference list.
 org.eclipse.emf.common.util.EList<Info> VersionedEntity.getInfo()
          Returns the value of the 'Info' containment reference list.
 org.eclipse.emf.common.util.EList<Info> Version.getTag()
          Returns the value of the 'Tag' containment reference list.
 

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'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type Info
protected  org.eclipse.emf.common.util.EList<Info> FrameImpl.behavior
          The cached value of the 'Behavior' containment reference list
protected  org.eclipse.emf.common.util.EList<Info> VersionedEntityImpl.info
          The cached value of the 'Info' containment reference list
protected  org.eclipse.emf.common.util.EList<Info> VersionImpl.tag
          The cached value of the 'Tag' containment reference list
 

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)
           
static Info XVersionedEntityImplMethods.addInfoBase(org.eclipse.emf.common.util.EList<Info> infoList, java.lang.String name, java.lang.String value)
          Add info to the given list.
 Info VersionedEntityImpl.addTag(java.lang.String value)
           
 Info ModelFactoryImpl.createInfo()
           
 Info VersionedEntityImpl.removeTag(java.lang.String value)
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type Info
 org.eclipse.emf.common.util.EList<Info> FrameImpl.getBehavior()
           
 org.eclipse.emf.common.util.EList<Info> VersionedEntityImpl.getInfo()
           
 org.eclipse.emf.common.util.EList<Info> VersionImpl.getTag()
           
 

Method parameters in org.objectweb.dsrg.sofa.repository.model.impl with type arguments of type Info
static Info XVersionedEntityImplMethods.addInfoBase(org.eclipse.emf.common.util.EList<Info> infoList, java.lang.String name, java.lang.String value)
          Add info to the given list.
 

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
 T ModelSwitch.caseInfo(Info object)
          Returns the result of interpreting the object as an instance of 'Info'