Package org.deidentifier.arx.gui.model
Klasse ModelClipboard
java.lang.Object
org.deidentifier.arx.gui.model.ModelClipboard
A model for the clipboard.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidAdd a set of elements to the clipboard.voidExtracts interesting transformations from the given resultvoidAdd a node to the clipboard.voidClear the clipboard.Returns a copy of all clipboard entries.booleanIs the clipboard modified.voidMoves the entry down.voidMoves the entry up.voidRemoves an entry from the clip board.voidSets as unmodified.voidsort()Sorts all nodes according to their minimal score.
-
Konstruktordetails
-
ModelClipboard
public ModelClipboard()
-
-
Methodendetails
-
addAllToClipboard
Add a set of elements to the clipboard.- Parameter:
list-
-
addInterestingTransformations
Extracts interesting transformations from the given result- Parameter:
model-
-
addToClipboard
Add a node to the clipboard.- Parameter:
node-
-
clearClipboard
public void clearClipboard()Clear the clipboard. -
getClipboardEntries
Returns a copy of all clipboard entries.- Gibt zurück:
-
isModified
public boolean isModified()Is the clipboard modified.- Gibt zurück:
-
moveEntryDown
Moves the entry down.- Parameter:
node-
-
moveEntryUp
Moves the entry up.- Parameter:
node-
-
removeFromClipboard
Removes an entry from the clip board.- Parameter:
node-
-
setUnmodified
public void setUnmodified()Sets as unmodified. -
sort
public void sort()Sorts all nodes according to their minimal score.
-