IAccessiblePVIObject

public interface IAccessiblePVIObject<T>

Represents a type that can return corresponding effective data with the inheritance applied.

T: Type of effective data.

Methods

MethodDescription
getEffective()Gets effective data with the inheritance applied.

getEffective()

public abstract T getEffective()

Gets effective data with the inheritance applied.

Returns: T - An effective data object.