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
Java library.-
Classes in edu.nps.moves.dis7.source.generator.pdus used by edu.nps.moves.dis7.source.generator.pdusClassDescriptionPDU autogeneration supporting class.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 one generated class.The language types we might generate, currently only supporting JavaAbstract superclass for all the concrete language generators, such as java, c++, etc.Represents an initial value for a primitive type.