|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface URI
Interface for URI implementations. Implementations must have valid implementations of
public boolean equals(Object other); public int hashCode();The method "public String toString();" is expected to return a valid URI String
| Method Summary | |
|---|---|
java.net.URI |
asJavaURI()
Convenience method to return the URI as a java.net.URI. |
| Methods inherited from interface org.ontoware.rdf2go.model.node.Node |
|---|
asBlankNode, asDatatypeLiteral, asLanguageTagLiteral, asLiteral, asResource, asURI, toSPARQL |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
java.net.URI asJavaURI()
ModelRuntimeException - if this URI could not be converted to a java.net.URI. This
sounds strange, but there are so many subleties in URI syntax
that this might (rarely) happen.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||