java.lang.Object
org.bdgp.apps.dagedit.datamodel.HistoryItem
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- TermAddHistoryItem, TermCommitAndObsoleteHistoryItem, TermCopyHistoryItem, TermDeleteHistoryItem, TermImportHistoryItem, TermMacroHistoryItem, TermMergeHistoryItem, TermMoveHistoryItem, TermRebuildHistoryItem, TermRelationshipHistoryItem, TermSplitHistoryItem, TermTextHistoryItem
- public abstract class HistoryItem
- extends java.lang.Object
- implements java.io.Serializable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRUCTURAL_MERGE
public static final int STRUCTURAL_MERGE
- See Also:
- Constant Field Values
STRUCTURAL_SPLIT
public static final int STRUCTURAL_SPLIT
- See Also:
- Constant Field Values
STRUCTURAL_COPY
public static final int STRUCTURAL_COPY
- See Also:
- Constant Field Values
STRUCTURAL_DELETE
public static final int STRUCTURAL_DELETE
- See Also:
- Constant Field Values
STRUCTURAL_MOVE
public static final int STRUCTURAL_MOVE
- See Also:
- Constant Field Values
STRUCTURAL_ADD
public static final int STRUCTURAL_ADD
- See Also:
- Constant Field Values
STRUCTURAL_COMMITANDOBSOLETE
public static final int STRUCTURAL_COMMITANDOBSOLETE
- See Also:
- Constant Field Values
MACRO
public static final int MACRO
- See Also:
- Constant Field Values
STRUCTURAL_REBUILD
public static final int STRUCTURAL_REBUILD
- See Also:
- Constant Field Values
TEXT_EDIT
public static final int TEXT_EDIT
- See Also:
- Constant Field Values
TEXT_TEXT
public static final int TEXT_TEXT
- See Also:
- Constant Field Values
TEXT_DBXREF
public static final int TEXT_DBXREF
- See Also:
- Constant Field Values
TEXT_SYNONYM
public static final int TEXT_SYNONYM
- See Also:
- Constant Field Values
TEXT_CATEGORY
public static final int TEXT_CATEGORY
- See Also:
- Constant Field Values
REL_CHANGE
public static final int REL_CHANGE
- See Also:
- Constant Field Values
type
protected int type
target
protected Term target
HistoryItem
public HistoryItem()
getTarget
public Term getTarget()
getType
public int getType()
getTouchedNodes
public abstract java.util.Vector getTouchedNodes()