#include <BONImpl.h>
Public Member Functions | |
~ReferencePortImpl () | |
bool | setDeleted () |
bool | isReferencePort () const |
FCO | getFCO () const |
ReferencePortContainer | getContainer () const |
std::string | getInfoString (Util::InfoOptions usOptions=Util::IO_None) const |
ReferencePort | getParentPort () const |
std::set< ReferencePort > | getChildPorts () const |
std::set< ReferencePort > | getDescendantPorts () const |
virtual void | accept (Visitor *pVisitor) |
Friends | |
class | ReferenceImpl |
class | ConnectionEndImpl |
Definition at line 625 of file BONImpl.h.
BON::ReferencePortImpl::~ReferencePortImpl | ( | ) |
Definition at line 3099 of file BONImpl.cpp.
void BON::ReferencePortImpl::accept | ( | Visitor * | pVisitor | ) | [virtual] |
Reimplemented from BON::ConnectionEndImpl.
Definition at line 3193 of file BONImpl.cpp.
std::set< ReferencePort > BON::ReferencePortImpl::getChildPorts | ( | ) | const |
Definition at line 3207 of file BONImpl.cpp.
ReferencePortContainer BON::ReferencePortImpl::getContainer | ( | ) | const |
Definition at line 3129 of file BONImpl.cpp.
std::set< ReferencePort > BON::ReferencePortImpl::getDescendantPorts | ( | ) | const |
Definition at line 3216 of file BONImpl.cpp.
FCO BON::ReferencePortImpl::getFCO | ( | ) | const |
Definition at line 3134 of file BONImpl.cpp.
std::string BON::ReferencePortImpl::getInfoString | ( | Util::InfoOptions | usOptions = Util::IO_None |
) | const [virtual] |
Implements BON::ConnectionEndImpl.
Definition at line 3139 of file BONImpl.cpp.
ReferencePort BON::ReferencePortImpl::getParentPort | ( | ) | const |
Definition at line 3201 of file BONImpl.cpp.
bool BON::ReferencePortImpl::isReferencePort | ( | ) | const [virtual] |
Implements BON::ConnectionEndImpl.
Definition at line 3124 of file BONImpl.cpp.
bool BON::ReferencePortImpl::setDeleted | ( | ) | [virtual] |
Reimplemented from BON::ConnectionEndImpl.
Definition at line 3110 of file BONImpl.cpp.
friend class ConnectionEndImpl [friend] |
friend class ReferenceImpl [friend] |