public interface LocalUniqueId extends Cloneable, Serializable
SourceId must uniquely identify a proposition across all data source
backends.
The interface extends Cloneable because
UniqueIdentifier's constructor clones the instance of it that is
passed in. It extends Serializable so that unique identifiers
can be serialized along with Propositions.| Modifier and Type | Method and Description |
|---|---|
LocalUniqueId |
clone()
Makes a shallow copy of this instance.
|
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.
|
String getId()
int getNumericalId()
LocalUniqueId clone()
LocalUniqueId that is equal to this instance.Copyright © 2012–2018 Emory University. All rights reserved.