| Package | Description |
|---|---|
| de.aristaflow.adept2.core.logmanager | |
| de.aristaflow.adept2.core.logmanager.logs | |
| de.aristaflow.adept2.model.logmanagement |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Log.getSchema()
Returns the schema of this log.
|
| Modifier and Type | Field and Description |
|---|---|
static Schema |
ExecutionHistory.SCHEMA
The schema of the execution history.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
LogEntry.getSchema()
Returns the schema of this log entry.
|
Schema |
LogEntrySet.getSchema()
Returns the schema of this log entry.
|
Schema |
Column.getSubSchema()
Returns the subschema of this column or
null if the data type of
this column is something else than DataType.COMPLEX. |
| Constructor and Description |
|---|
Column(java.lang.String name,
Schema subSchema)
Constructs a
complex column with the specified
subschema. |