public interface Meaning extends Marking
| Modifier and Type | Method and Description |
|---|---|
void |
addUri(String uri) |
boolean |
containsUri(String uri) |
static boolean |
equals(Meaning m1,
Meaning m2)
Returns
true if the given Meaning instances have overlapping
URI sets. |
String |
getUri()
Deprecated.
|
Set<String> |
getUris() |
void |
setUri(String uri)
Deprecated.
|
void |
setUris(Set<String> uris) |
clone, getProvenanceInfo, setProvenanceInfo, toString@Deprecated String getUri()
@Deprecated void setUri(String uri)
void addUri(String uri)
boolean containsUri(String uri)
static boolean equals(Meaning m1, Meaning m2)
true if the given Meaning instances have overlapping
URI sets.m1 - an instance of Meaning that should be checked for its
equality with the second instance based on the semantics of the
Meaning interface.m2 - an instance of Meaning that should be checked for its
equality with the first instance based on the semantics of the
Meaning interface.true if the given Meaning instances have overlapping
URI sets, else false.Copyright © 2018. All rights reserved.