| Package | Description |
|---|---|
| io.konig.formula | |
| io.konig.formula.builder | |
| io.konig.shacl |
| Modifier and Type | Class and Description |
|---|---|
class |
BareExpression |
class |
BasicExpression |
class |
ConditionalOrExpression |
class |
QuantifiedExpression |
class |
TimeUnit |
| Modifier and Type | Method and Description |
|---|---|
abstract Expression |
Expression.clone() |
Expression |
ExpressionFactory.createExpression(String text) |
Expression |
FormulaParser.expression(Reader reader) |
Expression |
FormulaParser.expression(String text) |
Expression |
CaseStatement.getCaseCondition() |
Expression |
IfFunction.getCondition() |
Expression |
CaseStatement.getElseClause() |
Expression |
BrackettedExpression.getExpression() |
Expression |
WhenThenClause.getThen() |
Expression |
WhenThenClause.getWhen() |
Expression |
IfFunction.getWhenFalse() |
Expression |
IfFunction.getWhenTrue() |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
FunctionExpression.getArgList() |
List<Expression> |
ObjectList.getExpressions() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionExpression.addArg(Expression arg) |
| Constructor and Description |
|---|
BasicExpression(Expression e) |
BrackettedExpression(Expression expression) |
CaseStatement(Expression caseCondition,
List<WhenThenClause> whenThenList,
Expression elseClause) |
ConditionalOrExpression(Expression e) |
Expression(Expression e) |
FunctionExpression(FunctionModel model,
Expression... arg) |
IfFunction(Expression condition,
Expression whenTrue,
Expression whenFalse) |
QuantifiedExpression(Expression formula,
List<Triple> statementList) |
WhenThenClause(Expression when,
Expression then) |
| Constructor and Description |
|---|
FunctionExpression(FunctionModel model,
List<Expression> argList) |
ObjectList(List<Expression> list) |
SetFunctionExpression(FunctionModel model,
boolean distinct,
List<Expression> argList) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionBuilder.getExpression() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionConsumer.setExpression(Expression e) |
void |
ExpressionBuilder.setExpression(Expression e) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Shape.getUpdateWhen() |
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
Shape.getConstraint() |
| Modifier and Type | Method and Description |
|---|---|
void |
Shape.addConstraint(Expression expr) |
void |
Shape.setUpdateWhen(Expression updateWhen) |
| Modifier and Type | Method and Description |
|---|---|
void |
Shape.setConstraint(List<Expression> constraint) |
Copyright © 2019. All rights reserved.