public class UuidEngine extends Object implements IDidEngine<String>
GEDID| Constructor and Description |
|---|
UuidEngine() |
| Modifier and Type | Method and Description |
|---|---|
String |
engineName()
current engine's name
|
void |
follow(String businessName,
String startId)
Follow The business with name.
|
String |
getFixedStartId(String startId)
get fixed start id
|
String |
next(String businessName)
the next id
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEmbellishedName, unsupportedOperationpublic void follow(String businessName, String startId)
IDidEnginefollow in interface IDidEngine<String>businessName - business namestartId - the first idpublic String getFixedStartId(String startId)
IDidEnginegetFixedStartId in interface IDidEngine<String>startId - not all startIdT default return startId selfpublic String next(String businessName)
IDidEnginenext in interface IDidEngine<String>businessName - the business namepublic String engineName()
IDidEngineengineName in interface IDidEngine<String>Copyright © 2021. All rights reserved.