Class PhraseEnvironment


  • public class PhraseEnvironment
    extends Object
    • Constructor Detail

      • PhraseEnvironment

        public PhraseEnvironment()
    • 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)
      • getContext

        public scala.collection.immutable.Map<String,​String> getContext()
      • setContext

        public void setContext​(scala.collection.immutable.Map<String,​String> context)
      • 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()
      • getProfiles

        public scala.collection.immutable.Map<String,​Object> getProfiles()
      • setProfiles

        public void setProfiles​(scala.collection.immutable.Map<String,​Object> profiles)
      • setTheProfile

        public void setTheProfile​(String theProfile)
      • getTheProfile

        public String getTheProfile()
      • getQuery

        public String getQuery()
      • setQuery

        public void setQuery​(String query)