Tabnine Logo
uk.gov.dstl.baleen.types.structure
Code IndexAdd Tabnine to your IDE (free)

How to use uk.gov.dstl.baleen.types.structure

Best Java code snippets using uk.gov.dstl.baleen.types.structure (Showing top 20 results out of 315)

origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 * @param begin offset to the begin spot in the SofA
 * @param end offset to the end spot in the SofA
 */
public TableRow(JCas jcas, int begin, int end) {
 super(jcas);
 setBegin(begin);
 setEnd(end);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 * @param begin offset to the begin spot in the SofA
 * @param end offset to the end spot in the SofA
 */
public Details(JCas jcas, int begin, int end) {
 super(jcas);
 setBegin(begin);
 setEnd(end);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 * @param begin offset to the begin spot in the SofA
 * @param end offset to the end spot in the SofA
 */
public Ordered(JCas jcas, int begin, int end) {
 super(jcas);
 setBegin(begin);
 setEnd(end);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 * @param begin offset to the begin spot in the SofA
 * @param end offset to the end spot in the SofA
 */
public SlideShow(JCas jcas, int begin, int end) {
 super(jcas);
 setBegin(begin);
 setEnd(end);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 * @param begin offset to the begin spot in the SofA
 * @param end offset to the end spot in the SofA
 */
public Page(JCas jcas, int begin, int end) {
 super(jcas);
 setBegin(begin);
 setEnd(end);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 * @param begin offset to the begin spot in the SofA
 * @param end offset to the end spot in the SofA
 */
public Anchor(JCas jcas, int begin, int end) {
 super(jcas);
 setBegin(begin);
 setEnd(end);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 * @param begin offset to the begin spot in the SofA
 * @param end offset to the end spot in the SofA
 */
public DefinitionItem(JCas jcas, int begin, int end) {
 super(jcas);
 setBegin(begin);
 setEnd(end);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * Internal - constructor used by generator
 *
 * @generated
 * @param addr low level Feature Structure reference
 * @param type the type of this Feature Structure
 */
public SpreadSheet(int addr, TOP_Type type) {
 super(addr, type);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 */
public TablePart(JCas jcas) {
 super(jcas);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 */
public Page(JCas jcas) {
 super(jcas);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * Internal - constructor used by generator
 *
 * @generated
 * @param addr low level Feature Structure reference
 * @param type the type of this Feature Structure
 */
public Footer(int addr, TOP_Type type) {
 super(addr, type);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * Internal - constructor used by generator
 *
 * @generated
 * @param addr low level Feature Structure reference
 * @param type the type of this Feature Structure
 */
public Sheet(int addr, TOP_Type type) {
 super(addr, type);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * Internal - constructor used by generator
 *
 * @generated
 * @param addr low level Feature Structure reference
 * @param type the type of this Feature Structure
 */
public Preformatted(int addr, TOP_Type type) {
 super(addr, type);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * Internal - constructor used by generator
 *
 * @generated
 * @param addr low level Feature Structure reference
 * @param type the type of this Feature Structure
 */
public Document(int addr, TOP_Type type) {
 super(addr, type);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 */
public Aside(JCas jcas) {
 super(jcas);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 */
public TextDocument(JCas jcas) {
 super(jcas);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 */
public Details(JCas jcas) {
 super(jcas);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * Internal - constructor used by generator
 *
 * @generated
 * @param addr low level Feature Structure reference
 * @param type the type of this Feature Structure
 */
public Anchor(int addr, TOP_Type type) {
 super(addr, type);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 */
public DefinitionItem(JCas jcas) {
 super(jcas);
 readObject();
}
origin: uk.gov.dstl.baleen/baleen-uima

/**
 * @generated
 * @param jcas JCas to which this Feature Structure belongs
 */
public SpreadSheet(JCas jcas) {
 super(jcas);
 readObject();
}
uk.gov.dstl.baleen.types.structure

Most used classes

  • Paragraph
    A paragraph of a Document. Updated by JCasGen Thu Dec 22 22:42:17 CET 2016 XML source: /Users/chrisf
  • Document
    A document. Updated by JCasGen Thu Dec 22 22:42:17 CET 2016 XML source: /Users/chrisflatley/Projects
  • Heading
    A heading in a Document. Updated by JCasGen Thu Dec 22 22:42:17 CET 2016 XML source: /Users/chrisfla
  • Link
    A link in a Document to an Anchor or other. Updated by JCasGen Thu Dec 22 22:42:17 CET 2016 XML sour
  • Section
    A generic section of a Document. Updated by JCasGen Thu Dec 22 22:42:18 CET 2016 XML source: /Users/
  • Style,
  • TableCell,
  • Aside,
  • Figure,
  • Header,
  • Table,
  • TableBody,
  • TableRow,
  • Break,
  • Details,
  • Footer,
  • ListItem,
  • Ordered,
  • Quotation
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now