OEUnBondPredParameter¶
class OEUnBondPredParameter : public OEPredicateParameter<OESystem::OEUnaryPredicate<OEChem::OEBondBase>>
The OEUnBondPredParameter represents parameter that has value
of OEUnaryPredicate
type.
- Following methods are publicly inherited from OEParameter:
AddAlias
andGetAliases
GetKeyless
andSetKeyless
IsSet
andIsSetToString
- Following methods are publicly inherited from OEPredicateParameter:
GetDefault
andSetDefault
Constructors¶
OEUnBondPredParameter()
OEUnBondPredParameter(const std::string& name)
OEUnBondPredParameter(const OEUnBondPredParameter&)
Default and copy constructors.
Constructs an OEUnBondPredParameter instance using the specified set of parameters.