#include <link.h>
Public Member Functions | |
Link () | |
Link (const LnkType &type) | |
Link (const LinkId &id, const LnkType &type) | |
Link (const Link &link) | |
Link & | operator= (const Link &link) |
bool | operator== (const Link &link) const |
bool | operator!= (const Link &link) const |
void | putId (const LinkId &id) |
void | putType (const LnkType &type) |
void | putTarget (const unsigned ind, const Id &id) |
void | putTargets (const std::vector< Id > &targV) |
LinkId | getId () const |
LnkType | getType () const |
Id | getTarget (const unsigned ind) const |
std::vector< Id > | getTargets () const |
bool | contains (const Id &id) const |
bool | contains (const Id &id, const unsigned ind) const |
XMLSimpleNode * | toXML (XMLSimpleStruct *xmlstruct) const |
void | init (XMLSimpleNode *linkItem) throw (char*) |
|
Metodo eraikitzailea. |
|
Metodo eraikitzailea.
|
|
Metodo eraikitzailea.
|
|
Kopia eraikitzailea.
|
|
Linkak target elementu jakin bat daukan begiratu.
|
|
Linkak target elementuen artean identifikadore jakin bat daukan begiratu.
|
|
Linkaren identifikadorea ezarri.
|
|
Linkaren target elementu bat eskuratu.
|
|
Linkaren target elementu guztiak eskuratu zerrenda batean.
|
|
Linkaren mota eskuratu.
|
|
libIXAml-ren tarteko formatuan adierazitako link batetik abiatuz gure link egitura hasieratu.
|
|
Ezberdintasun eragilea.
|
|
Asignazio eragilea.
|
|
Berdintasun eragilea.
|
|
Linkaren identifikadorea ezarri.
|
|
Linkaren target elementu bat ezarri.
|
|
Linkaren target elementu guztiak aldiberean ezarri.
|
|
Link mota ezarri.
|
|
libIXAml-ren tarteko formatura bihurtu.
|