Salt  3.4.2
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
org.corpus_tools.salt.core.SPathElement Interface Reference

Each object implementing this interface is able to return a URI for the id of this object. More...

Inherited by org.corpus_tools.salt.core.SGraph, org.corpus_tools.salt.core.SNode, and org.corpus_tools.salt.core.SRelation< S extends SNode, T extends SNode >.

Public Member Functions

URI getPath ()
 Returns the id of this object as a URI path If no Id exists, null is returned. More...
 

Detailed Description

Each object implementing this interface is able to return a URI for the id of this object.

Author
florian

Member Function Documentation

◆ getPath()

URI org.corpus_tools.salt.core.SPathElement.getPath ( )

Returns the id of this object as a URI path If no Id exists, null is returned.

Returns
uri path corresponding to the id of this object

Implemented in org.corpus_tools.salt.core.impl.SGraphImpl, org.corpus_tools.salt.core.impl.SNodeImpl, and org.corpus_tools.salt.core.impl.SRelationImpl< S extends SNode, T extends SNode >.