Uses of Package
edu.nps.moves.dis7.source.generator.pdus
Packages that use edu.nps.moves.dis7.source.generator.pdus
Package
Description
Code generator classes supporting software production to create the
edu.nps.moves.dis7
libraries.-
Classes in edu.nps.moves.dis7.source.generator.pdus used by edu.nps.moves.dis7.source.generator.pdusClassDescriptionAbstract superclass for all the concrete language generators such as Java, Python, C++, etc.PDU autogeneration supporting class.Used as part of the code generator to represent one generated class, facilitating creation of APIs for different languages.Represents one attribute of a class, ie an instance variable.The various things an attribute can be: a primitive type (int, short, byte, etc), a reference to another class defined in this document, a list of primitives, aka an array, or a list of objects of variable length.Represents an initial value for a primitive type.The language types we might generate, currently only supporting JavaClass for node which is a tree