public static class JIPipeProjectHistoryJournal.Snapshot extends Object implements JIPipeHistoryJournalSnapshot
| Constructor and Description |
|---|
Snapshot(JIPipeProjectHistoryJournal historyJournal,
LocalDateTime creationTime,
String name,
String description,
Icon icon,
JIPipeGraph graph,
JIPipeGraph compartmentGraph) |
| Modifier and Type | Method and Description |
|---|---|
JIPipeGraph |
getCompartmentGraph() |
LocalDateTime |
getCreationTime() |
String |
getDescription() |
JIPipeGraph |
getGraph() |
JIPipeProjectHistoryJournal |
getHistoryJournal() |
Icon |
getIcon() |
String |
getName() |
boolean |
restore() |
public Snapshot(JIPipeProjectHistoryJournal historyJournal, LocalDateTime creationTime, String name, String description, Icon icon, JIPipeGraph graph, JIPipeGraph compartmentGraph)
public String getName()
getName in interface JIPipeHistoryJournalSnapshotpublic String getDescription()
getDescription in interface JIPipeHistoryJournalSnapshotpublic Icon getIcon()
getIcon in interface JIPipeHistoryJournalSnapshotpublic boolean restore()
restore in interface JIPipeHistoryJournalSnapshotpublic JIPipeGraph getGraph()
public JIPipeProjectHistoryJournal getHistoryJournal()
public JIPipeGraph getCompartmentGraph()
public LocalDateTime getCreationTime()
getCreationTime in interface JIPipeHistoryJournalSnapshotCopyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.