Uses of Class
sentRep.SentenceFactory.Resource

Packages that use SentenceFactory.Resource
sentRep   
 

Uses of SentenceFactory.Resource in sentRep
 

Methods in sentRep that return SentenceFactory.Resource
 SentenceFactory.Resource Sentence.getResourceType()
          Gets the resource type.
static SentenceFactory.Resource SentenceFactory.Resource.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SentenceFactory.Resource[] SentenceFactory.Resource.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in sentRep with parameters of type SentenceFactory.Resource
Sentence(java.util.Hashtable<java.lang.String,Pair<java.lang.Double,java.lang.Double>> representation, SentenceFactory.Resource sentenceType)
          Creates a sentence out of a hashtable with a string and number pair.
Sentence(SentenceFactory.Resource sentenceType)
          Constructor creates an empty sentence of a given resource type.