@QiStruct open class ResourceNode
Struct representing a resource node which has a unique URL among the triple database.
Since
2
<init> |
Create a new ResourceNode(url: String!) |
equals |
open fun equals(other: Any?): Boolean |
getUrl |
open fun getUrl(): String! |
hashCode |
open fun hashCode(): Int |
setUrl |
Setter for url open fun setUrl(url: String!): Unit |
toString |
open fun toString(): String |