.def(py::init<std::stringconst&,std::shared_ptr<storm::logic::Formulaconst>const&,std::stringconst&>(),"Construct property from formula",py::arg("name"),py::arg("formula"),py::arg("comment")="")
.def_property_readonly("name",&storm::jani::Property::getName,"Obtain the name of the property")
.def_property_readonly("raw_formula",&storm::jani::Property::getRawFormula,"Obtain the formula directly");