| Package | Description |
|---|---|
| io.cortical.rest.model |
| Modifier and Type | Class and Description |
|---|---|
static class |
ExpressionFactory.ExpressionModel
The base expression model.
|
class |
Fingerprint
Fingerprint : the Retina's semantic representation.
|
class |
Term
A Term model.
|
class |
Text
Text model.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ExpressionFactory.ExpressionModel |
ExpressionFactory.ExpressionModel.add(Model... models)
Add a new model to the expression.
|
static ExpressionFactory.ExpressionModel |
ExpressionFactory.and(Model... models)
Create new And expression.
|
static ExpressionFactory.ExpressionModel |
ExpressionFactory.or(Model... models)
Create new Or expression.
|
static ExpressionFactory.ExpressionModel |
ExpressionFactory.sub(Model... models)
Create the Sub expression.
|
static String |
Model.toJson(Model... models)
Returns the json representation of the input Model(s).
|
static String |
Model.toJsonBulk(Model[]... modelsArrays)
Returns the json representation of the input Model(s).
|
static ExpressionFactory.ExpressionModel |
ExpressionFactory.xor(Model... models)
Create new Xor expression.
|
Copyright © 2015. All rights reserved.