Uses of Class
edu.nps.moves.dis7.source.generator.pdus.InitialValue
Packages that use InitialValue
Package
Description
Code generator classes supporting software production to create the
edu.nps.moves.dis7
Java library.-
Uses of InitialValue in edu.nps.moves.dis7.source.generator.pdus
Fields in edu.nps.moves.dis7.source.generator.pdus with type parameters of type InitialValueModifier and TypeFieldDescriptionprotected List<InitialValue>
GeneratedClass.initialValues
A list of attribute names and initial values for those attributes.Methods in edu.nps.moves.dis7.source.generator.pdus that return types with arguments of type InitialValueModifier and TypeMethodDescriptionGeneratedClass.getInitialValues()
Return a list of all the initial values of the classMethods in edu.nps.moves.dis7.source.generator.pdus with parameters of type InitialValueModifier and TypeMethodDescriptionvoid
GeneratedClass.addInitialValue(InitialValue anInitialValue)
Add one initial value to the class