org.topbraid.spin.model
Interface Let

All Superinterfaces:
Element, Printable

public interface Let
extends Element

A LET assignment element.

Author:
Holger Knublauch

Method Summary
 RDFNode getExpression()
          Gets the SPARQL expression delivering the assigned value.
 Variable getVariable()
          Gets the variable on the left hand side of the LET.
 
Methods inherited from interface org.topbraid.spin.model.Element
visit
 
Methods inherited from interface org.topbraid.spin.model.print.Printable
print
 

Method Detail

getExpression

RDFNode getExpression()
Gets the SPARQL expression delivering the assigned value.

Returns:
the expression

getVariable

Variable getVariable()
Gets the variable on the left hand side of the LET.

Returns:
the Variable