Class MfgInstanceResult<T extends MfgInstance>

java.lang.Object
com.technia.dsx.threedspace.common.search.SearchResult<T>
com.technia.dsx.threedspace.mfg.instance.MfgInstanceResult<T>
Type Parameters:
T - the type of manufacturing instance in the result
All Implemented Interfaces:
Iterable<T>

public abstract class MfgInstanceResult<T extends MfgInstance> extends SearchResult<T>
Base class for manufacturing instance search results.

Provides type-safe result handling for manufacturing instance queries with different mask types (Default, Details). Contains factory methods to determine the appropriate result type based on the mask or instance type.

Since:
2024-01-16