16 #ifndef TORC_GENERIC_PORTDELAY_HPP
17 #define TORC_GENERIC_PORTDELAY_HPP
19 #ifdef GENOM_SERIALIZATION
20 #include <boost/serialization/access.hpp>
21 #endif //GENOM_SERIALIZATION
46 #ifdef GENOM_SERIALIZATION
47 friend class boost::serialization::access;
48 #endif //GENOM_SERIALIZATION
130 #ifdef GENOM_SERIALIZATION
131 template <
class Archive>
void serialize(Archive& ar,
unsigned int);
132 #endif //GENOM_SERIALIZATION
168 #endif // TORC_GENERIC_PORTDELAY_HPP
LogicElementSharedPtr mTransition
boost::shared_ptr< LogicElement > LogicElementSharedPtr
const Value::MiNoMax getDelay() const
Represents the portDelay attribute on Port or PortReference.
void setAcLoad(const Value::MiNoMax &inSource)
const Value::MiNoMax getAcLoad() const
void setDelay(const Value::MiNoMax &inSource)
const Derivation getDerivation() const
void setType(Type inSource)
void setDerivation(const Derivation &inSource)
const LogicElementSharedPtr getTransition() const
void setTransition(const LogicElementSharedPtr &inSource)
const PortDelay::Type getType() const