|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.baclava.lsid.StupidLSIDProvider
public class StupidLSIDProvider
A ridiculously over simplified implementation of the LSIDProvider interface, just returns strings appended with a counter. IDs will be unique within a single JVM instance but certainly not beyond it.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.embl.ebi.escience.baclava.LSIDProvider |
|---|
LSIDProvider.NamespaceEnumeration |
| Field Summary |
|---|
| Fields inherited from interface org.embl.ebi.escience.baclava.LSIDProvider |
|---|
DATATHINGCOLLECTION, DATATHINGLEAF, WFDEFINITION, WFINSTANCE |
| Constructor Summary | |
|---|---|
StupidLSIDProvider()
Default constructor so an instance can be created for use by the enactor framework |
|
| Method Summary | |
|---|---|
java.lang.String |
getID(LSIDProvider.NamespaceEnumeration namespace)
Returns a particularly dumb implementation of a unique identifier |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StupidLSIDProvider()
| Method Detail |
|---|
public java.lang.String getID(LSIDProvider.NamespaceEnumeration namespace)
getID in interface LSIDProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||