X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Forg%2Fvamsas%2Fclient%2Fsimpleclient%2FIdFactory.java;h=543730ef0887761d42ad16b7be0ef6e3a8195be5;hb=9d184deaf6769baf57402335f95be259e7943311;hp=36fd3bc30e77e10d4f3b534cac1c5c9da61003b6;hpb=850f1fa6ce1e8d0b76566b19a507a387b8d3afd9;p=vamsas.git diff --git a/src/org/vamsas/client/simpleclient/IdFactory.java b/src/org/vamsas/client/simpleclient/IdFactory.java index 36fd3bc..543730e 100644 --- a/src/org/vamsas/client/simpleclient/IdFactory.java +++ b/src/org/vamsas/client/simpleclient/IdFactory.java @@ -51,7 +51,14 @@ public class IdFactory extends VorbaIdFactory { idstring = client.getClientUrn()+":"+unique.getValue()+"/"; extantids=new Hashtable(); } - + /** + * values for keys in this hash can be used to reference the org.vamsas.client.object instance for the VorbaId string. + * @return the hash of all VorbaIds + */ + protected Hashtable getVorbaIdHash() { + return extantids; + } + /* (non-Javadoc) * @see org.vamsas.client.VorbaIdFactory#makeVorbaId() */