Uses of Interface
de.aristaflow.adept2.core.datamanager.UDTManager
-
Packages that use UDTManager Package Description de.aristaflow.adept2.core.datamanager de.aristaflow.adept2.core.processrepository -
-
Uses of UDTManager in de.aristaflow.adept2.core.datamanager
Methods in de.aristaflow.adept2.core.datamanager that return UDTManager Modifier and Type Method Description UDTManager
DataManager. getUDTManagement()
Gets a reference to the management functions of user-defined data types (UDTs) (creation, retrieval and removal). -
Uses of UDTManager in de.aristaflow.adept2.core.processrepository
Subinterfaces of UDTManager in de.aristaflow.adept2.core.processrepository Modifier and Type Interface Description interface
DataTypeManager
The data type manager provides the means to administer user-defined data types (UDTs) and user-defined functions (UDFs).
-