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
-
Method Summary
Modifier and TypeMethodDescriptionstatic Item
liftCompound
(Item item) static Item
static Item
liftSymbol
(Item item) static Item
lowerCompound
(org.apache.jena.graph.Node node) Reverse lift.static Item
lowerCompound
(Item item) Reverse the lift transformation.static Item
static Item
lowerSymbol
(org.apache.jena.graph.Node node) static Item
lowerSymbol
(Item item)
-
Constructor Details
-
ItemLift
public ItemLift()
-
-
Method Details
-
liftItem
-
lowerItem
-
liftCompound
-
lowerCompound
Reverse lift. -
lowerCompound
Reverse the lift transformation. -
liftSymbol
-
lowerSymbol
-
lowerSymbol
-