Package | Description |
---|---|
ambit2.db.processors |
Modifier and Type | Field and Description |
---|---|
protected ProcessorOntology.SIDE |
ProcessorOntology.currentSide |
Modifier and Type | Method and Description |
---|---|
ProcessorOntology.SIDE |
ProcessorOntology.getCurrentSide() |
ProcessorOntology.SIDE |
ProcessorOntology.getOtherSide() |
static ProcessorOntology.SIDE |
ProcessorOntology.SIDE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessorOntology.SIDE[] |
ProcessorOntology.SIDE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Dictionary |
ProcessorOntology.createProperty(Property property,
ProcessorOntology.SIDE side) |
protected Dictionary |
ProcessorOntology.createTemplate(Dictionary d,
ProcessorOntology.SIDE side) |
protected Dictionary |
ProcessorOntology.deleteProperty(Property property,
ProcessorOntology.SIDE side) |
protected Dictionary |
ProcessorOntology.getTemplate(ProcessorOntology.SIDE side) |
protected Dictionary |
ProcessorOntology.moveProperty(Property property,
ProcessorOntology.SIDE source,
ProcessorOntology.SIDE destination) |
protected Dictionary |
ProcessorOntology.moveTemplate(Dictionary d,
ProcessorOntology.SIDE source,
ProcessorOntology.SIDE destination) |
void |
ProcessorOntology.setCurrentSide(ProcessorOntology.SIDE currentSide) |
Dictionary |
ProcessorOntology.setTemplate(Dictionary dictionary,
ProcessorOntology.SIDE side) |
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.