Package org.see.skf.core
Enum HLAUtilityFactory
- All Implemented Interfaces:
Serializable,Comparable<HLAUtilityFactory>
Thread-safe singleton object that encapsulates the RtiFactory, RTIAmbassador, EncoderFactory, and HLAinteger64TimeFactory
objects used by the framework.
- Since:
- 2.0
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionhla.rti1516_2025.encoding.EncoderFactoryhla.rti1516_2025.RTIambassadorhla.rti1516_2025.time.HLAinteger64TimeFactorystatic HLAUtilityFactoryReturns the enum constant of this type with the specified name.static HLAUtilityFactory[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getRtiAmbassador
public hla.rti1516_2025.RTIambassador getRtiAmbassador() -
getEncoderFactory
public hla.rti1516_2025.encoding.EncoderFactory getEncoderFactory() -
getTimeFactory
public hla.rti1516_2025.time.HLAinteger64TimeFactory getTimeFactory()
-