16 #ifndef TORC_GENERIC_PORTATTRIBUTES_HPP
17 #define TORC_GENERIC_PORTATTRIBUTES_HPP
19 #ifdef GENOM_SERIALIZATION
20 #include <boost/serialization/access.hpp>
21 #endif //GENOM_SERIALIZATION
37 #ifdef GENOM_SERIALIZATION
38 friend class boost::serialization::access;
39 #endif //GENOM_SERIALIZATION
84 #ifdef GENOM_SERIALIZATION
85 template <
class Archive>
void serialize(Archive& ar,
unsigned int);
86 #endif //GENOM_SERIALIZATION
137 #endif // TORC_GENERIC_PORTATTRIBUTES_HPP
const PortDelay getPortDelay() const
Represents attributes of a Port or PortReference object.
const Value getAcLoad() const
PortAttributes & operator=(const PortAttributes &inSource)
const Value getDesignator() const
const Value getDcFanoutLoad() const
Represents the portDelay attribute on Port or PortReference.
void setUnused(const Value &inSource)
void setDcFaninLoad(const Value &inSource)
const Value getDcFaninLoad() const
void setAcLoad(const Value &inSource)
const Value getDcMaxFanin() const
void setDesignator(const Value &inSource)
void setDcMaxFanout(const Value &inSource)
const Value getUnused() const
void setPortDelay(const PortDelay &inSource)
const Value getDcMaxFanout() const
void setDcFanoutLoad(const Value &inSource)
void setDcMaxFanin(const Value &inSource)
const bool getIsPortDelaySet() const