public class HobbitHardware extends Object
| Constructor and Description |
|---|
HobbitHardware() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
getCluster(String clusterHash)
returns the cluster resource given its hash
|
static String |
getClusterURI(String clusterHash)
returns the URI of a cluster resource given its hash
|
static org.apache.jena.rdf.model.Resource |
getNode(String nodeHash)
returns the node resource given its hash
|
static String |
getNodeURI(String nodeHash)
returns the URI of a node resource given its hash
|
static String |
getURI()
returns the URI for this schema
|
protected static org.apache.jena.rdf.model.Resource |
resource(String local) |
protected static final String uri
public static String getURI()
protected static final org.apache.jena.rdf.model.Resource resource(String local)
public static org.apache.jena.rdf.model.Resource getCluster(String clusterHash)
clusterHash - the cluster hashpublic static String getClusterURI(String clusterHash)
clusterHash - the cluster hashpublic static org.apache.jena.rdf.model.Resource getNode(String nodeHash)
nodeHash - the node hashCopyright © 2017–2019. All rights reserved.