Package jetbrains.mps.generator
Class ModelGenerationPlan.Checkpoint
- java.lang.Object
 - 
- jetbrains.mps.generator.ModelGenerationPlan.Checkpoint
 
 
- 
- All Implemented Interfaces:
 ModelGenerationPlan.Step
- Enclosing interface:
 - ModelGenerationPlan
 
public static final class ModelGenerationPlan.Checkpoint extends Object implements ModelGenerationPlan.Step
 
- 
- 
Constructor Summary
Constructors Constructor Description Checkpoint(CheckpointIdentity cpIdentity)Checkpoint(CheckpointIdentity cpIdentity, boolean synchOnly) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckpointIdentitygetIdentity()StringgetName()booleanisPersisted() 
 - 
 
- 
- 
Constructor Detail
- 
Checkpoint
public Checkpoint(@NotNull CheckpointIdentity cpIdentity)
 
- 
Checkpoint
public Checkpoint(@NotNull CheckpointIdentity cpIdentity, boolean synchOnly)
 
 - 
 
- 
Method Detail
- 
getName
public String getName()
 
- 
getIdentity
public CheckpointIdentity getIdentity()
 
- 
isPersisted
public boolean isPersisted()
- Returns:
 trueif model state at this checkpoint is to be saved into a storage,falsemeans this checkpoint is for synchronization with other models only.
 
 - 
 
 -