org.portico.dlc
Class HLA1516RTIFactory
java.lang.Object
org.portico.dlc.HLA1516RTIFactory
- All Implemented Interfaces:
- hla.rti1516.jlc.RtiFactory
public class HLA1516RTIFactory
- extends Object
- implements hla.rti1516.jlc.RtiFactory
This class provides the RtiFactory
implementation required by the HLA 1516 DLC spec
(accessible
here). The methods of this class create and return Portico-specific implementations of the
various HLA specified types.
This class should NEVER be referenced directly. Rather, instances are obtained through
the RtiFactoryFactory
class. You can reference the fully qualified class
name of this class when using the factory-factory, but don't create instance of this class
itself.
Method Summary |
hla.rti1516.RTIambassador |
getRtiAmbassador()
It should be noted that at this point in time, this method will call the
RTIambassador.initializeRTI(java.util.Properties) method on behalf of the user. |
String |
RtiName()
|
String |
RtiVersion()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HLA1516RTIFactory
public HLA1516RTIFactory()
getRtiAmbassador
public hla.rti1516.RTIambassador getRtiAmbassador()
throws hla.rti1516.RTIinternalError
- It should be noted that at this point in time, this method will call the
RTIambassador.initializeRTI(java.util.Properties)
method on behalf of the user.
- Specified by:
getRtiAmbassador
in interface hla.rti1516.jlc.RtiFactory
- Throws:
hla.rti1516.RTIinternalError
RtiName
public String RtiName()
- Specified by:
RtiName
in interface hla.rti1516.jlc.RtiFactory
RtiVersion
public String RtiVersion()
- Specified by:
RtiVersion
in interface hla.rti1516.jlc.RtiFactory