Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

ALink Class Reference

#include <ALink.hpp>

Inheritance diagram for ALink::

AGraphic List of all members.

Public Methods

AGraphicclone () const
AGraphiccreate () const
 ALink ()
 ALink (int, int)
 ~ALink ()
void gomo (ostream &)
void gomi (istream &)
void xmlo (ostream &)
void setLink (int, int)
int getFrom ()
int getTo ()

Static Public Attributes

int begin = 0
int end = 2
int center = 1

Protected Methods

string linkLabel (int)

Protected Attributes

int from
int to

Detailed Description

ALink attribute object an attribute to modelling the objects' begins and ends
Examples:

PExample.cpp.


Constructor & Destructor Documentation

ALink::ALink  
 

Constructor

ALink::ALink int    from,
int    to
 

Constructor

ALink::~ALink  
 

Destructor


Member Function Documentation

AGraphic * ALink::clone   const [inline, virtual]
 

Reimplemented from AGraphic.

AGraphic * ALink::create   const [inline, virtual]
 

Reimplemented from AGraphic.

int ALink::getFrom   [inline]
 

true end, false begin

int ALink::getTo   [inline]
 

true begin, false end

void ALink::gomi istream &    is [virtual]
 

GOM input

Reimplemented from AGraphic.

void ALink::gomo ostream &    os [virtual]
 

GOM output

Reimplemented from AGraphic.

string ALink::linkLabel int    v [protected]
 

Link label

void ALink::setLink int    fE,
int    tB
[inline]
 

fE true start from end, false start from begin tB true go to begin, false go to end

void ALink::xmlo ostream &    os [virtual]
 

XML output

Reimplemented from AGraphic.


Member Data Documentation

int ALink::begin = 0 [static]
 

Static member

int ALink::center = 1 [static]
 

int ALink::end = 2 [static]
 

int ALink::from [protected]
 

int ALink::to [protected]
 


The documentation for this class was generated from the following files:
Generated on Fri Jul 30 19:21:02 2004 for GOMLib by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001