Home Previous Up Next Index

armarx::TermImplBase

Overview

class TermImplBase

Derived Classes and Interfaces

ConditionRootBase
LiteralImplBase
OperationBase

Used By

TermImplSequence
ConditionHandlerInterface::installCondition
ConditionHandlerInterface::installConditionWithDescription
addChild
getParent
parent
setParent

Operation Index

setParent
getParent
resetParent
addChild
getChilds
update
updateWithData
getValue
getDatafields
getType

Data Member Index

value
type
parent
childs
datafieldValues

Operations

void setParent(TermImplBase parent)

TermImplBase getParent()

void resetParent()

void addChild(TermImplBase child)

TermImplSequence getChilds()

void update()

void updateWithData()

bool getValue()

StringVariantBaseMap getDatafields()

TermType getType()

Data Members

[ "protected" ] bool value;

[ "protected" ] TermType type;

[ "protected" ] TermImplBase parent;

[ "protected" ] TermImplSequence childs;

[ "protected" ] StringVariantBaseMap datafieldValues;


Home Previous Up Next Index