org.topbraid.spin.model
Interface TriplePath

All Superinterfaces:
Element, Printable

public interface TriplePath
extends Element

A triple path element.

Author:
Holger Knublauch

Method Summary
 RDFNode getObject()
          Gets the object.
 Resource getSubject()
          Gets the subject.
 
Methods inherited from interface org.topbraid.spin.model.Element
visit
 
Methods inherited from interface org.topbraid.spin.model.print.Printable
print
 

Method Detail

getSubject

Resource getSubject()
Gets the subject.

Returns:
the subject

getObject

RDFNode getObject()
Gets the object.

Returns:
the object