View Javadoc
1
package
nl.tudelft.goal.unreal.messages;
2
3
public
interface
Key
{
4
5
String getKey();
6
7
}