|
|||||||||
| Home >> All >> org >> bdgp >> apps >> dagedit >> [ datamodel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.bdgp.apps.dagedit.datamodel
Class DefaultHistoryCondenser

java.lang.Objectorg.bdgp.apps.dagedit.datamodel.DefaultHistoryCondenser
- All Implemented Interfaces:
- java.io.Serializable
- public class DefaultHistoryCondenser
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
| 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)
|
|||||||||
| Home >> All >> org >> bdgp >> apps >> dagedit >> [ datamodel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.bdgp.apps.dagedit.datamodel.DefaultHistoryCondenser