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.
|
getValue, setValue
public Link()
public Link(URI resource)
Copyright © 2017. All rights reserved.