Uses of Enum Class
org.eclipse.rdf4j.query.algebra.TripleComponent.Role
Packages that use TripleComponent.Role
Package
Description
Abstract Query Algebra model.
-
Uses of TripleComponent.Role in org.eclipse.rdf4j.query.algebra
Subclasses with type arguments of type TripleComponent.Role in org.eclipse.rdf4j.query.algebraMethods in org.eclipse.rdf4j.query.algebra that return TripleComponent.RoleModifier and TypeMethodDescriptionTripleComponent.getRole()static TripleComponent.RoleReturns the enum constant of this class with the specified name.static TripleComponent.Role[]TripleComponent.Role.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.rdf4j.query.algebra with parameters of type TripleComponent.Role -
Uses of TripleComponent.Role in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with parameters of type TripleComponent.RoleModifierConstructorDescriptionValueExprTripleTermComponentEvaluationStep(QueryValueEvaluationStep tripleTerm, TripleComponent.Role role)