| Package | Description |
|---|---|
| org.javarosa.core.model.condition | |
| org.javarosa.core.model.instance | |
| org.javarosa.core.model.instance.utils | |
| org.javarosa.model.xform |
| Modifier and Type | Method and Description |
|---|---|
AbstractTreeElement |
EvaluationContext.resolveReference(TreeReference qualifiedRef) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractTreeElement<T extends AbstractTreeElement> |
class |
DataInstance<T extends AbstractTreeElement<T>>
A data instance represents a tree structure of abstract tree
elements which can be accessed and read with tree references.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeElement
An element of a FormInstance.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractTreeElement |
InstanceInitializationFactory.generateRoot(DataInstance instance) |
AbstractTreeElement |
ExternalDataInstance.getBase() |
abstract AbstractTreeElement<T> |
DataInstance.getBase() |
AbstractTreeElement |
TreeElement.getParent() |
AbstractTreeElement |
AbstractTreeElement.getParent() |
AbstractTreeElement |
ExternalDataInstance.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractTreeElement<T>> |
DataInstance.explodeReference(TreeReference ref) |
| Modifier and Type | Method and Description |
|---|---|
static TreeReference |
TreeElement.BuildRef(AbstractTreeElement elem) |
static int |
TreeElement.CalculateDepth(AbstractTreeElement elem) |
void |
TreeElement.setParent(AbstractTreeElement parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
ITreeVisitor.visit(AbstractTreeElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataModelSerializer.serializeNode(AbstractTreeElement instanceNode) |
Copyright © 2024. All rights reserved.