Uses of Interface
ca.phon.session.spi.TierSPI
Packages that use TierSPI
-
Uses of TierSPI in ca.phon.session
Methods in ca.phon.session with parameters of type TierSPIModifier and TypeMethodDescription<T> Tier<T>
SessionFactory.createTier
(Class<T> type, TierSPI<T> tierImpl) -
Uses of TierSPI in ca.phon.session.impl
Classes in ca.phon.session.impl that implement TierSPIMethods in ca.phon.session.impl that return TierSPIModifier and TypeMethodDescription<T> TierSPI<T>
SessionFactoryImpl.createTier
(String name, Class<T> type, boolean grouped) -
Uses of TierSPI in ca.phon.session.spi
Methods in ca.phon.session.spi that return TierSPIModifier and TypeMethodDescription<T> TierSPI<T>
SessionFactorySPI.createTier
(String name, Class<T> type, boolean grouped) Create a new tier object with the specified type.