| Package | Description |
|---|---|
| io.cortical.rest.model |
| Modifier and Type | Method and Description |
|---|---|
static Fingerprint |
ExpressionFactory.fingerprint(int... items)
Create new
FingerPrint object with the input positions. |
Fingerprint |
Context.getFingerprint()
Gets the fingerprint.
|
Fingerprint |
Term.getFingerprint()
Gets the fingerprint.
|
Fingerprint |
Text.getFingerprint()
Gets the fingerprint.
|
Fingerprint |
Image.getFingerprint()
Gets the fingerprint associated with this
Image object. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Context.setFingerprint(Fingerprint fingerprint)
Sets the fingerprint.
|
void |
Term.setFingerprint(Fingerprint fingerprint)
Sets the fingerprint.
|
| Constructor and Description |
|---|
Context(String label,
int id,
Fingerprint fingerprint)
Creates a new instance of
ContextImpl. |
Image(byte[] imageData,
Fingerprint fingerprint)
Creates a new instance of
ImageImpl. |
Copyright © 2015. All rights reserved.