Interface MispIdGenerator<T>
-
public interface MispIdGenerator<T>This is an interface for the generation of MISPID- Since:
- 1.0.0
- Author:
- Sidhant Agarwal, Ritesh Sinha
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgenerateId()Function to generate an Id
-
-
-
Method Detail
-
generateId
T generateId()
Function to generate an Id- Returns:
- The generated id
-
-