public interface IDidEngine<T>
| Modifier and Type | Method and Description |
|---|---|
String |
engineName()
current engine's name
|
void |
follow(String businessName,
T startId)
Follow The business with name.
|
default String |
getEmbellishedName(String businessName)
get the embellished business name
|
default T |
getFixedStartId(T startId)
get fixed start id
|
T |
next(String businessName)
the next id
|
default void |
unsupportedOperation(String operation)
throw onw unsupportedOperationException
|
static final String GEDID
void follow(String businessName, T startId)
businessName - business namestartId - the first iddefault String getEmbellishedName(String businessName)
businessName - the business namedefault T getFixedStartId(T startId)
startId - not all startIdT default return startId selfT next(String businessName)
businessName - the business namedefault void unsupportedOperation(String operation)
operation - unsupported operationString engineName()
Copyright © 2021. All rights reserved.