Class VertexClass<V>

java.lang.Object
org.aksw.jena_sparql_api.sparql_path2.Pair<ValueSet<V>>
org.aksw.jena_sparql_api.sparql_path2.VertexClass<V>
All Implemented Interfaces:
Serializable, Iterable<ValueSet<V>>, Map.Entry<ValueSet<V>,ValueSet<V>>
Direct Known Subclasses:
PredicateClass

public class VertexClass<V> extends Pair<ValueSet<V>>
The main reason this class extends pair is to have the list interface which allows iterating the directions with get(0) and get(1)
Author:
raven
See Also: