| org.ontoware.rdf2go.model.node.URI
All known Subclasses: org.ontoware.rdf2go.model.node.impl.URIImpl,
URI | public interface URI extends Resource,UriOrVariable(Code) | | 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
author: voelkel |
Method Summary | |
java.net.URI | asJavaURI() Convenience method to return the URI as a java.net.URI.
this URI as a java.net.URI throws: ModelRuntimeException - if this URI could not be converted to a java.net.URI. |
asJavaURI | java.net.URI asJavaURI()(Code) | | Convenience method to return the URI as a java.net.URI.
this URI as a java.net.URI throws: ModelRuntimeException - if this URI could not be converted to a java.net.URI. Thissounds strange, but there are so many subleties in URI syntaxthat this might (rarely) happen. |
|
|