view src/de/mpiwg/anteater/text/ParagraphType.java @ 10:70510ec97f4a default tip

annotate texts with results and build events with linnaeus
author jdamerow
date Mon, 19 Nov 2012 16:36:54 -0700
parents 036535fcd179
children
line wrap: on
line source

package de.mpiwg.anteater.text;

public interface ParagraphType {
	public static int TYPE_OTHER = 0;
	public static int TYPE_PARAGRAPH = 1;
	public static int TYPE_HEADING = 2;
	public static int TYPE_SIGNATURE = 3;
	public static int TYPE_FP = 4;
}