sbol3.uri_property
Classes
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
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,sbol3.ListPropertyHelper class that provides a standard way to create an ABC using inheritance.
- 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] | sbol3.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,sbol3.SingletonPropertyHelper class that provides a standard way to create an ABC using inheritance.