sbol3.uri_property
Classes
Functions
|
Module Contents
- class URIListProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: List | None = None, initial_value: str | list[str] | None = None)
Bases:
URIPropertyMixin,ListProperty
- URIProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int | float, *, validation_rules: List | None = None, initial_value: str | List[str] | None = None) str | list[str] | Property
- class URISingletonProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: List | None = None, initial_value: str | None = None)
Bases:
URIPropertyMixin,SingletonProperty