Interface Pathlet

All Superinterfaces:
Relationlet
All Known Implementing Classes:
PathletJoinerImpl, PathletSimple

public interface Pathlet extends Relationlet
A pathlet is a specialization of a Relationlet with designated source and target variables
Author:
raven
  • Method Details

    • getSrcVar

      org.apache.jena.sparql.core.Var getSrcVar()
    • getTgtVar

      org.apache.jena.sparql.core.Var getTgtVar()