public final class ProviderBasedLocalUniqueId extends Object implements LocalUniqueId
| Constructor and Description |
|---|
ProviderBasedLocalUniqueId(LocalUniqueIdValuesProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
LocalUniqueId |
clone()
Makes a shallow copy of this instance.
|
boolean |
equals(Object obj) |
String |
getId()
Gets a string identifier that is unique to a proposition for all
propositions with its proposition id.
|
int |
getNumericalId()
Gets a number that is to unique to the proposition for all propositions
for a keyid with the same proposition id.
|
int |
hashCode() |
String |
toString() |
public ProviderBasedLocalUniqueId(LocalUniqueIdValuesProvider provider)
public String getId()
LocalUniqueIdgetId in interface LocalUniqueIdpublic int getNumericalId()
LocalUniqueIdgetNumericalId in interface LocalUniqueIdpublic LocalUniqueId clone()
LocalUniqueIdclone in interface LocalUniqueIdclone in class ObjectLocalUniqueId that is equal to this instance.Copyright © 2012–2018 Emory University. All rights reserved.