sbol3.int_property
Classes
Functions
|
Module Contents
- class IntListProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: List | None = None, initial_value: List[int] | None = None)
Bases:
IntPropertyMixin,ListProperty
- IntProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int | float, validation_rules: List | None = None, initial_value: int | List[int] | None = None) Property
- class IntSingletonProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: List | None = None, initial_value: int | None = None)
Bases:
IntPropertyMixin,SingletonProperty