Added RegisterGroups for MachineDefinition
[Mograsim.git] / plugins / net.mograsim.machine / src / net / mograsim / machine / Identifiable.java
1 package net.mograsim.machine;
2
3 public interface Identifiable
4 {
5         /**
6          * Returns a human readable unique, consistent id of the object.
7          */
8         String id();
9 }