@@ -1,5 +1,5 @@
|
||||
#include "terminal.h"
|
||||
|
||||
#include <iostream>
|
||||
Terminal::Terminal(QObject *parent):BasicElementInfo(parent)
|
||||
{
|
||||
}
|
||||
@@ -34,8 +34,14 @@ QString Terminal::getConductingEquipment()
|
||||
return this->conductingEquipment;
|
||||
}
|
||||
|
||||
QString Terminal::getConnectivityNode()
|
||||
{
|
||||
return this->connectivityNode;
|
||||
}
|
||||
|
||||
bool Terminal::parse(QXmlStreamReader& reader)
|
||||
{
|
||||
return this->parseBasicInfo(reader);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user