Home Previous Up Next Index

memoryx::SECRelationBase

Overview

[ "cpp:virtual" ] class SECRelationBase extends ::armarx::VariantDataClass

Used By

SECRelationList
SECObjectRelationsBase::addRelation
SECObjectRelationsBase::containsRelation
SECObjectRelationsBase::containsRelationBetweenObjects
hasEqualObjects
isEqual
SECRelationPair::relation1
SECRelationPair::relation2

Operation Index

setName
getName
isEqual
hasEqualObjects

Data Member Index

name
objects1
objects2

Operations

void setName(string newName)

string getName()

bool isEqual(SECRelationBase other)

bool hasEqualObjects(SECRelationBase other)

Data Members

[ "protected" ] string name;

ObjectClassList objects1;

ObjectClassList objects2;


Home Previous Up Next Index