Class AggregateType

java.lang.Object
edu.nps.moves.dis7.pdus.AggregateType
All Implemented Interfaces:
Serializable

public class AggregateType extends Object implements Serializable
Identifies the type and organization of an aggregate. Section 6.2.5
See Also:
  • Field Details

    • aggregateKind

      protected AggregateStateAggregateKind aggregateKind
      Grouping criterion used to group the aggregate. Enumeration from EBV document uid 206
    • domain

      protected PlatformDomain domain
      Domain of entity (air, surface, subsurface, space, etc.) where zero means domain does not apply. uid 8
    • country

      protected Country country
      country to which the design of the entity is attributed uid 29
    • category

      protected byte category
      category of entity
    • subcategory

      protected AggregateStateSubcategory subcategory
      subcategory of entity uid 208
    • specificInfo

      protected AggregateStateSpecific specificInfo
      specific info based on subcategory field. specific is a reserved word in sql. uid 209
    • extra

      protected byte extra
      extra is an undescribed parameter...
  • Constructor Details

    • AggregateType

      public AggregateType()
      Constructor creates and configures a new instance object
  • Method Details