Class Property¶ class sila2.framework.Property(fdl_node, parent_feature: Feature)¶ Represents a property fully_qualified_identifier: FullyQualifiedPropertyIdentifier¶ Fully qualified property identifier Class UnobservableProperty¶ class sila2.framework.UnobservableProperty(fdl_node, parent_feature: Feature)¶ Bases: Property, Generic[PythonType] Represents an unobservable property fully_qualified_identifier: FullyQualifiedPropertyIdentifier¶ Fully qualified property identifier Class ObservableProperty¶ class sila2.framework.ObservableProperty(fdl_node, parent_feature: Feature)¶ Bases: Property, Generic[PythonType] Represents an observable property fully_qualified_identifier: FullyQualifiedPropertyIdentifier¶ Fully qualified property identifier