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 JIPipeHistoryJournalSnapshot
public String getDescription()
getDescription
in interface JIPipeHistoryJournalSnapshot
public Icon getIcon()
getIcon
in interface JIPipeHistoryJournalSnapshot
public boolean restore()
restore
in interface JIPipeHistoryJournalSnapshot
public JIPipeGraph getGraph()
public JIPipeProjectHistoryJournal getHistoryJournal()
public JIPipeGraph getCompartmentGraph()
public LocalDateTime getCreationTime()
getCreationTime
in interface JIPipeHistoryJournalSnapshot
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.