Interface KeyedItem
-
- All Known Implementing Classes:
LanguageUnderstandingModel,PatternMatchingEntity,PatternMatchingIntent,PatternMatchingModel
public interface KeyedItemAn interface that must be implemented by an item inserted into a KeyedItemHashMap.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Returns an ID for this item to be used in a KeyedItemHashMap.
-
-
-
Method Detail
-
getId
String getId()
Returns an ID for this item to be used in a KeyedItemHashMap.- Returns:
- An ID for this item to be used in a KeyedItemHashMap.
-
-