| Package | Description |
|---|---|
| trash.org.aksw.sparqlify.viewfinder |
| Modifier and Type | Class and Description |
|---|---|
class |
G_Add<T> |
class |
G_Concat<T> |
class |
G_Equals<T> |
class |
G_Expr0<T> |
class |
G_Expr1<T> |
class |
G_Expr2<T> |
class |
G_ExprN<T> |
class |
G_LogicalAnd<T> |
class |
G_LogicalNot<T> |
class |
G_LogicalOr<T> |
class |
G_Primitive<T> |
| Modifier and Type | Method and Description |
|---|---|
protected abstract G_Expr<T> |
G_Expr0._copy(List<G_Expr<T>> args) |
protected abstract G_Expr<T> |
G_Expr2._copy(List<G_Expr<T>> args) |
protected abstract G_Expr<T> |
G_Expr1._copy(List<G_Expr<T>> args) |
G_Expr<T> |
G_Concat.copy(List<G_Expr<T>> args) |
G_Expr<T> |
G_Expr0.copy(List<G_Expr<T>> args) |
G_Expr<T> |
G_Expr.copy(List<G_Expr<T>> args) |
G_Expr<T> |
G_Expr2.copy(List<G_Expr<T>> args) |
G_Expr<T> |
G_Expr1.copy(List<G_Expr<T>> args) |
G_Expr<T> |
G_Expr1.getArg() |
G_Expr<T> |
G_ExprN.getArg(int index) |
G_Expr<T> |
G_Expr0.getArg(int index) |
G_Expr<T> |
G_Expr.getArg(int index) |
G_Expr<T> |
G_Expr2.getArg(int index) |
G_Expr<T> |
G_Expr1.getArg(int index) |
G_Expr<T> |
G_Expr2.getLeft() |
G_Expr<T> |
G_Expr2.getRight() |
| Modifier and Type | Method and Description |
|---|---|
List<G_Expr<T>> |
G_ExprN.getArgs() |
List<G_Expr<T>> |
G_Expr0.getArgs() |
List<G_Expr<T>> |
G_Expr.getArgs() |
List<G_Expr<T>> |
G_Expr2.getArgs() |
List<G_Expr<T>> |
G_Expr1.getArgs() |
| Modifier and Type | Method and Description |
|---|---|
static <T> G_Add<T> |
G_Add.create(G_Expr<T> left,
G_Expr<T> right) |
static <T> G_Add<T> |
G_Add.create(G_Expr<T> left,
G_Expr<T> right) |
| Modifier and Type | Method and Description |
|---|---|
protected G_Add<T> |
G_Add._copy(List<G_Expr<T>> args) |
protected G_LogicalOr<T> |
G_LogicalOr._copy(List<G_Expr<T>> args) |
protected abstract G_Expr<T> |
G_Expr0._copy(List<G_Expr<T>> args) |
protected G_LogicalAnd<T> |
G_LogicalAnd._copy(List<G_Expr<T>> args) |
protected abstract G_Expr<T> |
G_Expr2._copy(List<G_Expr<T>> args) |
protected G_Primitive<T> |
G_Primitive._copy(List<G_Expr<T>> args) |
protected abstract G_Expr<T> |
G_Expr1._copy(List<G_Expr<T>> args) |
protected G_Equals<T> |
G_Equals._copy(List<G_Expr<T>> args) |
protected G_LogicalNot<T> |
G_LogicalNot._copy(List<G_Expr<T>> args) |
G_Expr<T> |
G_Concat.copy(List<G_Expr<T>> args) |
G_Expr<T> |
G_Expr0.copy(List<G_Expr<T>> args) |
G_Expr<T> |
G_Expr.copy(List<G_Expr<T>> args) |
G_Expr<T> |
G_Expr2.copy(List<G_Expr<T>> args) |
G_Expr<T> |
G_Expr1.copy(List<G_Expr<T>> args) |
| Constructor and Description |
|---|
G_Add(G_Expr<T> left,
G_Expr<T> right) |
G_Add(G_Expr<T> left,
G_Expr<T> right) |
G_Equals(G_Expr<T> left,
G_Expr<T> right) |
G_Equals(G_Expr<T> left,
G_Expr<T> right) |
G_Expr1(G_Expr<T> arg) |
G_Expr2(G_Expr<T> left,
G_Expr<T> right) |
G_Expr2(G_Expr<T> left,
G_Expr<T> right) |
G_LogicalAnd(G_Expr<T> left,
G_Expr<T> right) |
G_LogicalAnd(G_Expr<T> left,
G_Expr<T> right) |
G_LogicalNot(G_Expr<T> arg) |
G_LogicalOr(G_Expr<T> left,
G_Expr<T> right) |
G_LogicalOr(G_Expr<T> left,
G_Expr<T> right) |
| Constructor and Description |
|---|
G_Concat(List<G_Expr<T>> args) |
G_ExprN(List<G_Expr<T>> args) |
Copyright © 2013. All Rights Reserved.