public class Link extends AbstractReifiedResource<URI>
URI since it can hold a label,
expressed in RDF using reification.| Constructor and Description |
|---|
Link() |
Link(URI resource) |
Link(URI resource,
String label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLabel() |
int |
hashCode() |
void |
setLabel(String label)
Sets the link label.
|
String |
toString() |
getValue, setValuepublic Link()
public Link(URI resource)
Copyright © 2020. All rights reserved.