Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.bdgp.apps.dagedit.datamodel
Class DefaultHistoryCondenser  view DefaultHistoryCondenser download DefaultHistoryCondenser.java

java.lang.Object
  extended byorg.bdgp.apps.dagedit.datamodel.DefaultHistoryCondenser
All Implemented Interfaces:
java.io.Serializable

public class DefaultHistoryCondenser
extends java.lang.Object
implements java.io.Serializable


Nested Class Summary
protected  class DefaultHistoryCondenser.TextHistoryCondenser
           
 
Field Summary
protected  DefaultHistoryCondenser.TextHistoryCondenser textCondenser
           
 
Constructor Summary
DefaultHistoryCondenser()
           
 
Method Summary
 Pair condense(java.lang.Object a, java.lang.Object b)
           
 Pair condenseItems(TermMoveHistoryItem a, TermMoveHistoryItem b)
           
 Pair condenseItems(TermRelationshipHistoryItem a, TermRelationshipHistoryItem b)
           
 Pair condenseItems(TermTextHistoryItem a, TermTextHistoryItem b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textCondenser

protected DefaultHistoryCondenser.TextHistoryCondenser textCondenser
Constructor Detail

DefaultHistoryCondenser

public DefaultHistoryCondenser()
Method Detail

condense

public Pair condense(java.lang.Object a,
                     java.lang.Object b)

condenseItems

public Pair condenseItems(TermRelationshipHistoryItem a,
                          TermRelationshipHistoryItem b)

condenseItems

public Pair condenseItems(TermTextHistoryItem a,
                          TermTextHistoryItem b)

condenseItems

public Pair condenseItems(TermMoveHistoryItem a,
                          TermMoveHistoryItem b)