//Dstl (c) Crown Copyright 2017 /* First created by JCasGen Fri Dec 30 21:43:29 CET 2016 */ package uk.gov.dstl.baleen.types.language; import org.apache.uima.jcas.JCas; import org.apache.uima.jcas.JCasRegistry; import org.apache.uima.cas.impl.TypeImpl; import org.apache.uima.cas.Type; import uk.gov.dstl.baleen.types.Base_Type; /** An area of block of text, to be considered independently over other blocks. * Updated by JCasGen Fri Dec 30 21:43:29 CET 2016 * @generated */ public class Text_Type extends Base_Type { /** @generated */ @SuppressWarnings ("hiding") public final static int typeIndexID = Text.typeIndexID; /** @generated @modifiable */ @SuppressWarnings ("hiding") public final static boolean featOkTst = JCasRegistry.getFeatOkTst("uk.gov.dstl.baleen.types.language.Text"); /** initialize variables to correspond with Cas Type and Features * @generated * @param jcas JCas * @param casType Type */ public Text_Type(JCas jcas, Type casType) { super(jcas, casType); casImpl.getFSClassRegistry().addGeneratorForType((TypeImpl)this.casType, getFSGenerator()); } }