Class TravBase<S,V>

java.lang.Object
org.aksw.commons.path.trav.api.TravBase<S,V>
All Implemented Interfaces:
Trav<S,V>

public class TravBase<S,V> extends Object implements Trav<S,V>
  • Field Details

    • parent

      protected Trav<S,V> parent
    • path

      protected Path<S> path
    • value

      protected V value
    • provider

      protected TravProvider<S,V> provider
  • Constructor Details

  • Method Details