Uses of Class
org.qdl_lang.expressions.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 classMIStack<V extends MITable<? extends XKey,? extends MIWrapper>>Created by Jeff Gaynor
on 1/29/22 at 7:25 AMclassMITable<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. processedInstancesNote that the processed instances work in two ways.Methods in org.qdl_lang.xml that return MIWrapper Modifier and Type Method Description MIWrapperSerializationState. getInstance(UUID uuid)Methods in org.qdl_lang.xml with parameters of type MIWrapper Modifier and Type Method Description booleanSerializationState. addInstance(MIWrapper miWrapper)
-