Uses of Class
org.qdl_lang.module.MIWrapper
-
Packages that use MIWrapper Package Description org.qdl_lang.module Classes that model and manage modules in QDL.org.qdl_lang.xml Everything relating to serialization of QDL workspaces to/from XML. -
-
Uses of MIWrapper in org.qdl_lang.module
Classes in org.qdl_lang.module with type parameters of type MIWrapper Modifier and Type Class Description class
MIStack<V extends MITable<? extends XKey,? extends MIWrapper>>
Created by Jeff Gaynor
on 1/29/22 at 7:25 AMclass
MITable<K extends XKey,V extends MIWrapper>
Table of modules keyed by alias. -
Uses of MIWrapper in org.qdl_lang.xml
Fields in org.qdl_lang.xml with type parameters of type MIWrapper Modifier and Type Field Description Map<UUID,MIWrapper>
SerializationState. processedInstances
Note that the processed instances work in two ways.Methods in org.qdl_lang.xml that return MIWrapper Modifier and Type Method Description MIWrapper
SerializationState. getInstance(UUID uuid)
Methods in org.qdl_lang.xml with parameters of type MIWrapper Modifier and Type Method Description boolean
SerializationState. addInstance(MIWrapper miWrapper)
-