Uses of Class
org.aksw.jena_sparql_api.relationlet.RelationletEntry
Packages that use RelationletEntry
-
Uses of RelationletEntry in org.aksw.jena_sparql_api.pathlet
Fields in org.aksw.jena_sparql_api.pathlet with type parameters of type RelationletEntryModifier and TypeFieldDescriptionprotected com.google.common.collect.Table<Object,String, RelationletEntry<? extends Pathlet>> PathletJoinerImpl.keyToAliasToMemberMethods in org.aksw.jena_sparql_api.pathlet that return RelationletEntryModifier and TypeMethodDescriptionRelationletEntry<? extends Pathlet>PathletJoinerImpl.getRootMember()PathletJoinerImpl.step(boolean createIfNotExists, Resolver subResolver, Object key, Fragment2 br, Collection<org.apache.jena.sparql.core.Var> pinnedVars, String alias, Function<? super org.apache.jena.sparql.syntax.ElementGroup, ? extends org.apache.jena.sparql.syntax.Element> fn) -
Uses of RelationletEntry in org.aksw.jena_sparql_api.relationlet
Fields in org.aksw.jena_sparql_api.relationlet declared as RelationletEntryFields in org.aksw.jena_sparql_api.relationlet with type parameters of type RelationletEntryModifier and TypeFieldDescriptionprotected Map<String,RelationletEntry<? extends T>> RelationletJoinerImpl.labelToReMethods in org.aksw.jena_sparql_api.relationlet that return RelationletEntryModifier and TypeMethodDescription<U extends T>
RelationletEntry<U><U extends T>
RelationletEntry<U>RelationletJoinerImpl.add(U item) VarRefEntry.getEntry()VarRefEntryFnImpl.getEntry()RelationletEntry<? extends T>RelationletJoinerImpl.getMemberByLabel(String label) Methods in org.aksw.jena_sparql_api.relationlet with parameters of type RelationletEntryModifier and TypeMethodDescriptionRelationletJoinerImpl.find(RelationletEntry<?> entry) static org.aksw.commons.collections.stacks.NestedStack<String>RelationletJoinerImpl.find(RelationletEntry<?> entry, RelationletEntry<?> current, org.aksw.commons.collections.stacks.NestedStack<String> stack) Recursively search for a given relationlet entry and return its path of aliases if it exists - null otherwiseConstructors in org.aksw.jena_sparql_api.relationlet with parameters of type RelationletEntryModifierConstructorDescriptionVarRefEntryFnImpl(RelationletEntry<T> entry, Function<? super T, ? extends org.apache.jena.sparql.core.Var> varFn)