Uses of Enum Class
org.episteme.social.linguistics.MetricScanner.MetricalFoot
Packages that use MetricScanner.MetricalFoot
Package
Description
Provides mathematical and computational models for natural language
processing, linguistic analysis, and glottochronology.
-
Uses of MetricScanner.MetricalFoot in org.episteme.social.linguistics
Subclasses with type arguments of type MetricScanner.MetricalFoot in org.episteme.social.linguisticsMethods in org.episteme.social.linguistics that return MetricScanner.MetricalFootModifier and TypeMethodDescriptionMetricScanner.MetricalAnalysis.dominantFoot()Returns the value of thedominantFootrecord component.static MetricScanner.MetricalFootReturns the enum constant of this class with the specified name.static MetricScanner.MetricalFoot[]MetricScanner.MetricalFoot.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.social.linguistics with parameters of type MetricScanner.MetricalFootModifierConstructorDescriptionMetricalAnalysis(String line, String stressPattern, MetricScanner.MetricalFoot dominantFoot, int footCount, String meterName, List<String> scanningNotes) Creates an instance of aMetricalAnalysisrecord class.