Previous topic

SItem

Next topic

SItemClass Structure

SItem StructureΒΆ

speect object SItem

The SItem structure.

Items are nodes in a relation which is again linked to an utterance. Items contain a key-value (string/object) set of features. An Item can have a list of daughter items as well. Items can be shared between relations.

SObject obj

Inherit from SObject.

SRelation *relation

Relation that this item is a node in.

SItmContent *content

Shared content of this item.

SItem *up

The parent of this item.

SItem *down

The daughters of this item.

SItem *next

Next item in this item’s relation.

SItem *prev

Previous item in this item’s relation.