Package jetbrains.mps.generator.plan
Class PlanIdentity
- java.lang.Object
 - 
- jetbrains.mps.generator.plan.PlanIdentity
 
 
- 
public final class PlanIdentity extends Object
Provisional way to identify a generation plan and associated checkpoints. Likely to become an interface with equal/hashCode, persistence and some debug presentation contract, but for now uses plain String and mostly a marker to ease discovery of location where identity is needed. Shall identify plan only. Though CheckpointIdentity shall know it'sPlanIdentity, this class shall not hold all that report it as their plan. FIXME likely plan identity shall respect modification timestamp for the plan, so that we don't use existing CP for an already modified plan- Since:
 - 3.4
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PlanIdentity(String name) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetPersistenceValue()inthashCode() 
 -