Uses of Class
edu.upf.taln.dri.lib.model.ext.RhetoricalClassENUM
-
Packages that use RhetoricalClassENUM Package Description edu.upf.taln.dri.lib.model.ext -
-
Uses of RhetoricalClassENUM in edu.upf.taln.dri.lib.model.ext
Methods in edu.upf.taln.dri.lib.model.ext that return RhetoricalClassENUM Modifier and Type Method Description RhetoricalClassENUM
Sentence. getRhetoricalClass()
Rhetorical class of the sentenceRhetoricalClassENUM
SentenceImpl. getRhetoricalClass()
static RhetoricalClassENUM
RhetoricalClassENUM. valueOf(String name)
Returns the enum constant of this type with the specified name.static RhetoricalClassENUM[]
RhetoricalClassENUM. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.upf.taln.dri.lib.model.ext with parameters of type RhetoricalClassENUM Modifier and Type Method Description void
SentenceImpl. setRhetoricalClass(RhetoricalClassENUM rhetClass)
-