Uses of Class
de.dfki.lt.hog.MoCoMan

Packages that use MoCoMan
de.dfki.lt.hog   
de.dfki.lt.hog.container   
de.dfki.lt.hog.util   
 

Uses of MoCoMan in de.dfki.lt.hog
 

Methods in de.dfki.lt.hog that return MoCoMan
static MoCoMan MoCoMan.getInstance()
          Creates an instance of MoCoMan if none exists.
 MoCoMan Module.getMoCoMan()
          Return a reference back to the current MoCoMan instance (uschaefer).
 

Methods in de.dfki.lt.hog with parameters of type MoCoMan
protected  void Module.setMoCoMan(MoCoMan mcm)
          Store a reference back to the MoCoMan instance (uschaefer).
 void TransformationService.setMoCoMan(MoCoMan mcm)
          Set MoCoMan object.
 

Constructors in de.dfki.lt.hog with parameters of type MoCoMan
TransformationService(MoCoMan mocoman)
          The TransformationService class supports XSL transformations plus a special handling for access to HoG-internal annotations for the XSLT document() function.
 

Uses of MoCoMan in de.dfki.lt.hog.container
 

Methods in de.dfki.lt.hog.container that return MoCoMan
 MoCoMan AnnotationEncapsulator.getMoCoMan()
          Return MoCoMan obejct.
 

Methods in de.dfki.lt.hog.container with parameters of type MoCoMan
 void AnnotationEncapsulator.setMoCoMan(MoCoMan mcm)
          Set MoCoMan object.
 

Uses of MoCoMan in de.dfki.lt.hog.util
 

Methods in de.dfki.lt.hog.util with parameters of type MoCoMan
static java.lang.String Utility.getComputedAnnotation(MoCoMan mocoman, java.lang.String inputAnnotation, java.lang.String seekAnnotationName)
          Get computed annotation from MoCoMan, taking sessionID and annotationCollection name from metadata of the input annotation The purpose of this method is to provide (from within a Module implementation) access to annotations other than the previous one.