Uses of Class
org.optimizationservices.oscommon.datastructure.osgeneral.NewsElement

Packages that use NewsElement
org.optimizationservices.oscommon.datastructure.osgeneral   
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
 

Uses of NewsElement in org.optimizationservices.oscommon.datastructure.osgeneral
 

Fields in org.optimizationservices.oscommon.datastructure.osgeneral declared as NewsElement
 NewsElement[] News.el
           
 

Uses of NewsElement in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return NewsElement
 NewsElement[] OSRepository.getNews()
          Get the OSRepository news.
 NewsElement[] OSRegistry.getNews()
          Get the OSRegistry news.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type NewsElement
 boolean OSRepository.addNews(NewsElement newsElement)
          Add an OSRepository news element.
 boolean OSRegistry.addNews(NewsElement newsElement)
          Add an OSRegistry news element.
 boolean OSRepository.setNews(NewsElement[] newsElements)
          Set the OSRepository news.
 boolean OSRegistry.setNews(NewsElement[] newsElements)
          Set the OSRegistry news.
 

Uses of NewsElement in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return NewsElement
 NewsElement[] OSRepositoryReader.getNews()
          Get the OSRepository news.
 NewsElement[] OSRegistryReader.getNews()
          Get the OSRegistry news.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type NewsElement
 boolean OSRepositoryWriter.setNews(NewsElement[] newsElements)
          Set the OSRepository news.
 boolean OSRegistryWriter.setNews(NewsElement[] newsElements)
          Set the OSRegistry news.