Class RelationletEntry<T extends Relationlet>

java.lang.Object
org.aksw.jena_sparql_api.relationlet.RelationletEntry<T>

public class RelationletEntry<T extends Relationlet> extends Object
  • Field Details

  • Constructor Details

    • RelationletEntry

      public RelationletEntry(String id, T relationlet)
  • Method Details

    • createVarRef

      public VarRef createVarRef(org.apache.jena.sparql.core.Var var)
      Create a var ref to a variable to the relationlet wrapped by this specific entry.
      Parameters:
      var -
      Returns:
    • createVarRef

      public VarRefEntry createVarRef(Function<? super T,? extends org.apache.jena.sparql.core.Var> varAccessor)
    • getRelationlet

      public T getRelationlet()
    • getId

      public String getId()
    • toString

      public String toString()
      Overrides:
      toString in class Object