#include <BONComponent.h>
Public Member Functions | |
virtual void | Initialize () |
void | AddConnection (CSignalBuilder *signal) |
void | IncrementPort () |
void | SetLocation () |
Protected Attributes | |
CSignalList | connections |
int | yloc |
int | port |
Friends | |
class | CPrimitiveBuilder |
Definition at line 85 of file Paradigms/SF/SFInterpreter/BONComponent.h.
void CSignalBuilder::AddConnection | ( | CSignalBuilder * | signal | ) | [inline] |
Definition at line 96 of file Paradigms/SF/SFInterpreter/BONComponent.h.
void CSignalBuilder::IncrementPort | ( | ) | [inline] |
Definition at line 97 of file Paradigms/SF/SFInterpreter/BONComponent.h.
virtual void CSignalBuilder::Initialize | ( | void | ) | [inline, virtual] |
Reimplemented from CBuilderObject.
Definition at line 90 of file Paradigms/SF/SFInterpreter/BONComponent.h.
void CSignalBuilder::SetLocation | ( | ) |
Definition at line 434 of file Paradigms/SF/SFInterpreter/BONComponent.cpp.
friend class CPrimitiveBuilder [friend] |
Definition at line 88 of file Paradigms/SF/SFInterpreter/BONComponent.h.
CSignalList CSignalBuilder::connections [protected] |
Definition at line 92 of file Paradigms/SF/SFInterpreter/BONComponent.h.
int CSignalBuilder::port [protected] |
Definition at line 94 of file Paradigms/SF/SFInterpreter/BONComponent.h.
int CSignalBuilder::yloc [protected] |
Definition at line 93 of file Paradigms/SF/SFInterpreter/BONComponent.h.