java.lang.Object
org.apache.jena.sparql.sse.ItemLift
Lift and reverse.
All liftItem(org.apache.jena.sparql.sse.Item) and lowerItem(org.apache.jena.sparql.sse.Item)
Compound - processes nodes that become compound items -- (qtriple)
Symbol - processes nodes by special names. TRUE, FALSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ItemliftCompound(Item item) static Itemstatic ItemliftSymbol(Item item) static ItemlowerCompound(org.apache.jena.graph.Node node) Reverse lift.static ItemlowerCompound(Item item) Reverse the lift transformation.static Itemstatic ItemlowerSymbol(org.apache.jena.graph.Node node) static ItemlowerSymbol(Item item)
-
Constructor Details
-
ItemLift
public ItemLift()
-
-
Method Details
-
liftItem
-
lowerItem
-
liftCompound
-
lowerCompound
Reverse lift. -
lowerCompound
Reverse the lift transformation. -
liftSymbol
-
lowerSymbol
-
lowerSymbol
-