Interface StableId
- All Superinterfaces:
Comparable<StableId>
- All Known Implementing Classes:
LayerId, LocationId, MemberId, MetricSystemId, ModuleId, ModuleIdentityId, PackageId, PlantUmlComponentId, SliceId, SourceDocumentId, SymbolicMemberTargetId, TypeId
An identifier with a typed, deterministic representation suitable for ordering.
Implementations must use the stable key as identity: equal keys must represent equal identifiers.
-
Method Summary
-
Method Details
-
stableKey
String stableKey() -
compareTo
- Specified by:
compareToin interfaceComparable<StableId>
-