| Package | Description |
|---|---|
| io.konig.cadl | |
| io.konig.core.showl | |
| io.konig.formula | |
| io.konig.formula.builder | |
| io.konig.shacl |
| Modifier and Type | Method and Description |
|---|---|
QuantifiedExpression |
Dimension.getFormula() |
QuantifiedExpression |
HasFormula.getFormula() |
QuantifiedExpression |
Level.getFormula() |
QuantifiedExpression |
Measure.getFormula() |
QuantifiedExpression |
Attribute.getFormula() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dimension.setFormula(QuantifiedExpression formula) |
void |
HasFormula.setFormula(QuantifiedExpression e) |
void |
Level.setFormula(QuantifiedExpression formula) |
void |
Measure.setFormula(QuantifiedExpression formula) |
void |
Attribute.setFormula(QuantifiedExpression e) |
| Modifier and Type | Method and Description |
|---|---|
Set<ShowlProperty> |
ShowlTraverser.traverse(org.openrdf.model.URI variable,
org.openrdf.model.URI owlClass,
QuantifiedExpression formula) |
Set<org.openrdf.model.URI> |
ShowlTraverser.valueClass(org.openrdf.model.URI targetClass,
QuantifiedExpression formula) |
| Modifier and Type | Method and Description |
|---|---|
QuantifiedExpression |
FormulaBuilder.PathBuilder.build() |
QuantifiedExpression |
QuantifiedExpression.clone() |
static QuantifiedExpression |
QuantifiedExpression.fromString(String text) |
QuantifiedExpression |
FormulaBuilder.getFormula() |
QuantifiedExpression |
FormulaParser.quantifiedExpression(Reader reader) |
QuantifiedExpression |
FormulaParser.quantifiedExpression(String text) |
QuantifiedExpression |
FormulaParser.quantifiedExpression(String formula,
org.openrdf.model.URI... terms) |
QuantifiedExpression |
Path2FormulaTranslator.toQuantifiedExpression(Path path) |
static QuantifiedExpression |
QuantifiedExpression.wrap(NumericExpression numeric) |
static QuantifiedExpression |
QuantifiedExpression.wrap(PrimaryExpression primary) |
static QuantifiedExpression |
QuantifiedExpression.wrap(ValueLogical valueLogical) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormulaConsumer.setFormula(QuantifiedExpression formula) |
void |
FormulaBuilder.setFormula(QuantifiedExpression formula) |
void |
FormulaBuilder.DummyFormulaConsumer.setFormula(QuantifiedExpression formula) |
void |
FormulaBuilder.FunctionBuilder.setFormula(QuantifiedExpression formula) |
static PathExpression |
PathExpression.toPathExpression(QuantifiedExpression formula) |
| Constructor and Description |
|---|
QuantifiedExpression(QuantifiedExpression clone) |
| Modifier and Type | Method and Description |
|---|---|
QuantifiedExpression |
ExpressionBuilder.getQuantifiedExpression() |
| Modifier and Type | Method and Description |
|---|---|
QuantifiedExpression |
PropertyConstraint.getFormula() |
QuantifiedExpression |
Shape.getIriFormula() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyConstraint.setFormula(QuantifiedExpression formula) |
void |
Shape.setIriFormula(QuantifiedExpression iriFormula) |
Copyright © 2019. All rights reserved.