Class PhraseEnvironment
- java.lang.Object
-
- org.openprovenance.prov.service.narrative.PhraseEnvironment
-
public class PhraseEnvironment extends Object
-
-
Constructor Summary
Constructors Constructor Description PhraseEnvironment()
-
Method Summary
Modifier and Type Method Description scala.collection.immutable.Map<String,String>getContext()org.openprovenance.prov.scala.nlgspec_transformer.defs.DictionarygetDictionary()org.openprovenance.prov.vanilla.DocumentgetDocument()intgetFormat()org.openprovenance.prov.scala.nlgspec_transformer.specTypes.PhrasegetPhrase()scala.collection.immutable.Map<String,Object>getProfiles()StringgetQuery()scala.collection.immutable.Map<String,scala.collection.immutable.Map<String,String>>getSelect()StringgetTheProfile()voidsetContext(scala.collection.immutable.Map<String,String> context)voidsetDictionary(org.openprovenance.prov.scala.nlgspec_transformer.defs.Dictionary dictionary)voidsetDocument(org.openprovenance.prov.vanilla.Document document)voidsetFormat(int format)voidsetPhrase(org.openprovenance.prov.scala.nlgspec_transformer.specTypes.Phrase phrase)voidsetProfiles(scala.collection.immutable.Map<String,Object> profiles)voidsetQuery(String query)voidsetSelect(scala.collection.immutable.Map<String,scala.collection.immutable.Map<String,String>> select)voidsetTheProfile(String theProfile)
-
-
-
Method Detail
-
getFormat
public int getFormat()
-
setFormat
public void setFormat(int format)
-
getSelect
public scala.collection.immutable.Map<String,scala.collection.immutable.Map<String,String>> getSelect()
-
setSelect
public void setSelect(scala.collection.immutable.Map<String,scala.collection.immutable.Map<String,String>> select)
-
setDictionary
public void setDictionary(org.openprovenance.prov.scala.nlgspec_transformer.defs.Dictionary dictionary)
-
getDictionary
public org.openprovenance.prov.scala.nlgspec_transformer.defs.Dictionary getDictionary()
-
getPhrase
public org.openprovenance.prov.scala.nlgspec_transformer.specTypes.Phrase getPhrase()
-
setPhrase
public void setPhrase(org.openprovenance.prov.scala.nlgspec_transformer.specTypes.Phrase phrase)
-
setDocument
public void setDocument(org.openprovenance.prov.vanilla.Document document)
-
getDocument
public org.openprovenance.prov.vanilla.Document getDocument()
-
setTheProfile
public void setTheProfile(String theProfile)
-
getTheProfile
public String getTheProfile()
-
getQuery
public String getQuery()
-
setQuery
public void setQuery(String query)
-
-