|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lirmm.graphik.cogui.rdf.RDFUtils
public class RDFUtils
| Constructor Summary | |
|---|---|
RDFUtils()
|
|
| Method Summary | |
|---|---|
static boolean |
isB(com.hp.hpl.jena.rdf.model.RDFNode node)
Checks if is b. |
static boolean |
isL(com.hp.hpl.jena.rdf.model.RDFNode node)
Checks if is l. |
static boolean |
isLInLanguage(com.hp.hpl.jena.rdf.model.RDFNode node)
Checks if is l in language. |
static boolean |
isOwlOrRdfClass(com.hp.hpl.jena.rdf.model.Resource r)
Checks if is owl or rdf class. |
static boolean |
isReallySU(com.hp.hpl.jena.rdf.model.RDFNode node)
Checks if is sU. |
static boolean |
isSU(com.hp.hpl.jena.rdf.model.RDFNode node)
Checks if is sU. |
static boolean |
isU(com.hp.hpl.jena.rdf.model.RDFNode node)
Nous introduisons les ensembles suivants pour faciliter la définition des triplets : U = URI SU = U – URI prédéfinies RDF/S (i.e. celles commençant par rdf:ou rdfs:) B= blank L = litteral |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RDFUtils()
| Method Detail |
|---|
public static boolean isU(com.hp.hpl.jena.rdf.model.RDFNode node)
node - the node
public static boolean isReallySU(com.hp.hpl.jena.rdf.model.RDFNode node)
node - the node
public static boolean isSU(com.hp.hpl.jena.rdf.model.RDFNode node)
node - the node
public static boolean isB(com.hp.hpl.jena.rdf.model.RDFNode node)
node - the node
public static boolean isL(com.hp.hpl.jena.rdf.model.RDFNode node)
node - the node
public static boolean isLInLanguage(com.hp.hpl.jena.rdf.model.RDFNode node)
node - the node
public static boolean isOwlOrRdfClass(com.hp.hpl.jena.rdf.model.Resource r)
r - the r
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||