org.annotation.wordfreak.util
Class Merger

java.lang.Object
  extended byorg.annotation.wordfreak.util.Merger

public class Merger
extends java.lang.Object


Constructor Summary
Merger()
           
 
Method Summary
static java.util.Map createAdjustmentMap(Annotation initial, Annotation adjusted)
           
static void main(java.lang.String[] args)
           
static AnnotationFile merge(Annotation first, Annotation second)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Merger

public Merger()
Method Detail

createAdjustmentMap

public static java.util.Map createAdjustmentMap(Annotation initial,
                                                Annotation adjusted)

merge

public static AnnotationFile merge(Annotation first,
                                   Annotation second)

main

public static void main(java.lang.String[] args)


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.