C# Class SemWeb.Query.SparqlEngine.URIWrapper

Inheritance: java.lang.Object, name.levering.ryan.sparql.common.URI
Mostrar archivo Open project: JoshData/semweb-dotnet

Public Properties

Property Type Description
r Entity

Public Methods

Method Description
URIWrapper ( Entity res )
equals ( object other ) : bool
getNative ( ) : object
getURI ( ) : string
hashCode ( ) : int
toString ( ) : string

Method Details

URIWrapper() public method

public URIWrapper ( Entity res )
res Entity

equals() public method

public equals ( object other ) : bool
other object
return bool

getNative() public method

public getNative ( ) : object
return object

getURI() public method

public getURI ( ) : string
return string

hashCode() public method

public hashCode ( ) : int
return int

toString() public method

public toString ( ) : string
return string

Property Details

r public_oe property

public Entity r
return Entity