Class PathletSimple

All Implemented Interfaces:
Pathlet, Relationlet

public class PathletSimple extends RelationletForwarding implements Pathlet
  • Field Details

    • srcVar

      protected org.apache.jena.sparql.core.Var srcVar
    • tgtVar

      protected org.apache.jena.sparql.core.Var tgtVar
    • relationlet

      protected Relationlet relationlet
  • Constructor Details

    • PathletSimple

      public PathletSimple(org.apache.jena.sparql.core.Var srcVar, org.apache.jena.sparql.core.Var tgtVar, Relationlet relationlet)
  • Method Details