org.cleartk.timeml.util
Class TimeMLUtil

java.lang.Object
  extended by org.cleartk.timeml.util.TimeMLUtil

public class TimeMLUtil
extends Object


Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.

Author:
Steven Bethard

Constructor Summary
TimeMLUtil()
           
 
Method Summary
static void copyAttributes(org.jdom2.Element element, org.apache.uima.jcas.tcas.Annotation annotation, org.apache.uima.jcas.JCas jCas)
           
static void removeInconsistentAttributes(org.jdom2.Element element, org.apache.uima.jcas.tcas.Annotation annotation, org.apache.uima.jcas.JCas jCas)
           
static Attributes toTimeMLAttributes(org.apache.uima.cas.text.AnnotationFS annotation, String elementName)
           
static String toTimeMLElementName(org.apache.uima.cas.text.AnnotationFS annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeMLUtil

public TimeMLUtil()
Method Detail

copyAttributes

public static void copyAttributes(org.jdom2.Element element,
                                  org.apache.uima.jcas.tcas.Annotation annotation,
                                  org.apache.uima.jcas.JCas jCas)

removeInconsistentAttributes

public static void removeInconsistentAttributes(org.jdom2.Element element,
                                                org.apache.uima.jcas.tcas.Annotation annotation,
                                                org.apache.uima.jcas.JCas jCas)

toTimeMLElementName

public static String toTimeMLElementName(org.apache.uima.cas.text.AnnotationFS annotation)

toTimeMLAttributes

public static Attributes toTimeMLAttributes(org.apache.uima.cas.text.AnnotationFS annotation,
                                            String elementName)


Copyright © 2013. All Rights Reserved.