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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return Publish
 Publish ModelFactory.createPublish()
          Returns a new object of class 'Publish'
 

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

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Publish
 Publish ModelFactoryImpl.createPublish()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type Publish
 T ModelSwitch.casePublish(Publish object)
          Returns the result of interpreting the object as an instance of 'Publish'