Uses of Class
inpro.annotation.Tier

Packages that use Tier
inpro.annotation   
 

Uses of Tier in inpro.annotation
 

Fields in inpro.annotation with type parameters of type Tier
(package private)  java.util.HashMap<java.lang.String,Tier> TextGrid.tiers
           
 

Methods in inpro.annotation that return Tier
 Tier Tier.getSpan(double start, double end)
           
 Tier Tier.getSpan(Label l)
           
 Tier TextGrid.getTierByName(java.lang.String name)
           
(package private) static Tier Tier.newEmptyTier()
           
(package private) static Tier Tier.newFromTextGridLines(java.util.List<java.lang.String> lines)
           
 

Constructor parameters in inpro.annotation with type arguments of type Tier
TextGrid(java.util.List<Tier> tiers)