sbol3.boolean_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 BooleanListProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: List | None = None, initial_value: List[bool] | None = None)
Bases:
BooleanPropertyMixin,sbol3.ListPropertyHelper class that provides a standard way to create an ABC using inheritance.
- BooleanProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int | float, validation_rules: List | None = None, initial_value: bool | List[bool] | None = None) sbol3.Property
- class BooleanSingletonProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: List | None = None, initial_value: bool | None = None)
Bases:
BooleanPropertyMixin,sbol3.SingletonPropertyHelper class that provides a standard way to create an ABC using inheritance.