pRTI™ v1.3
A C D E F G H I J L M N O P Q R S T U _

A

add(int) - Method in interface hla.rti.AttributeHandleSet
Add the handle to the set.
add(int) - Method in interface hla.rti.FederateHandleSet
Add the handle to the set.
add(int, byte[]) - Method in interface hla.rti.SuppliedParameters
Add pair beyond last index.
add(int, byte[]) - Method in interface hla.rti.SuppliedAttributes
Add pair beyond last index.
announceSynchronizationPoint(String, byte[]) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
announceSynchronizationPoint(String, byte[]) - Method in interface hla.rti.FederateAmbassador
The Announce Synchronization Point † service shall inform a federate of the existence of a new synchronization point label.
associateRegionForUpdates(Region, int, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The Associate Region For Updates service shall associate a region to be used for updates with instance attributes of a specific object instance.
AttributeHandleSet - interface hla.rti.AttributeHandleSet.
 
AttributeHandleSetFactory - interface hla.rti.AttributeHandleSetFactory.
 
attributeHandleSetFactory() - Static method in class se.pitch.prti.RTI
Return a Factory for generating Sets of Attribute handles.
attributeIsNotOwned(int, int) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
attributeIsNotOwned(int, int) - Method in interface hla.rti.FederateAmbassador
The Attribute Is Not Owned † service shall be used to indicate that the specified instance attribute is unowned and available for acquisition.
attributeOwnedByRTI(int, int) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
attributeOwnedByRTI(int, int) - Method in interface hla.rti.FederateAmbassador
The Attribute Owned By RTI † service shall be used to indicate that the specified instance attribute is owned by the RTI and not available for acquisition.
attributeOwnershipAcquisition(int, AttributeHandleSet, byte[]) - Method in interface hla.rti.RTIambassador
The Attribute Ownership Acquisition service shall request the ownership of the specified instance attributes of the specified object instance.
attributeOwnershipAcquisitionIfAvailable(int, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The Attribute Ownership Acquisition If Available service shall request the ownership of the specified instance attributes of the specified object instance only if the instance attribute is unowned by all federates or it is in the process of being divested by its owner.
attributeOwnershipAcquisitionNotification(int, AttributeHandleSet) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
attributeOwnershipAcquisitionNotification(int, AttributeHandleSet) - Method in interface hla.rti.FederateAmbassador
The Attribute Ownership Acquisition Notification † service shall notify the federate that it now owns the specified set of instance attributes.
attributeOwnershipDivestitureNotification(int, AttributeHandleSet) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
attributeOwnershipDivestitureNotification(int, AttributeHandleSet) - Method in interface hla.rti.FederateAmbassador
The Attribute Ownership Divestiture Notification † service shall notify the federate that it no longer owns the specified set of instance attributes.
attributeOwnershipReleaseResponse(int, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The Attribute Ownership Release Response service shall notify the RTI that the federate is willing to release ownership of the specified instance attributes for the specified object instance.
attributeOwnershipUnavailable(int, AttributeHandleSet) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
attributeOwnershipUnavailable(int, AttributeHandleSet) - Method in interface hla.rti.FederateAmbassador
The Attribute Ownership Unavailable † service shall inform the federate that the specified instance attributes were not available for ownership acquisition.
attributesInScope(int, AttributeHandleSet) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
attributesInScope(int, AttributeHandleSet) - Method in interface hla.rti.FederateAmbassador
The Attributes In Scope † service shall notify the federate that the specified attributes for the object instance are in scope for the federate.
attributesOutOfScope(int, AttributeHandleSet) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
attributesOutOfScope(int, AttributeHandleSet) - Method in interface hla.rti.FederateAmbassador
The Attributes Out Of Scope † service shall notify the federate that the specified attributes of the object instance are out of scope for the federate.

C

cancelAttributeOwnershipAcquisition(int, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The Cancel Attribute Ownership Acquisition service shall notify the RTI that the federate no longer wants to acquire ownership of the specified instance attributes.
cancelNegotiatedAttributeOwnershipDivestiture(int, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The Cancel Negotiated Attribute Ownership Divestiture service shall notify the RTI that the federate no longer wants to divest ownership of the specified instance attributes.
changeAttributeOrderType(int, AttributeHandleSet, int) - Method in interface hla.rti.RTIambassador
The preferred order type for each attribute of an object instance shall be initialized from the object class description in the FED.
changeAttributeTransportationType(int, AttributeHandleSet, int) - Method in interface hla.rti.RTIambassador
The transportation type for each attribute of an object instance shall be initialized from the object class description in the FED.
changeInteractionOrderType(int, int) - Method in interface hla.rti.RTIambassador
The preferred order type of each interaction shall be initialized from the interaction class description in the FED.
changeInteractionTransportationType(int, int) - Method in interface hla.rti.RTIambassador
The transportation type for each interaction shall be initialized from the interaction class description in the FED.
clone() - Method in interface hla.rti.AttributeHandleSet
Classic clone
clone() - Method in interface hla.rti.FederateHandleSet
Classic clone
confirmAttributeOwnershipAcquisitionCancellation(int, AttributeHandleSet) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
confirmAttributeOwnershipAcquisitionCancellation(int, AttributeHandleSet) - Method in interface hla.rti.FederateAmbassador
The Confirm Attribute Ownership Acquisition Cancellation † service shall inform the federate that the specified instance attributes are no longer candidates for ownership acquisition.
create() - Method in interface hla.rti.AttributeHandleSetFactory
This method was created by a SmartGuide.
create() - Method in interface hla.rti.FederateHandleSetFactory
 
create(int) - Method in interface hla.rti.SuppliedParametersFactory
Creates a new SuppliedParameters instance with specified initial capacity.
create(int) - Method in interface hla.rti.SuppliedAttributesFactory
Creates a new SuppliedAttributes instance with specified initial capacity.
createFederationExecution(String, URL) - Method in interface hla.rti.RTIambassador
The Create Federation Execution service shall create a new federation execution and add it to the set of supported federation executions.
createRegion(int, int) - Method in interface hla.rti.RTIambassador
The Create Region service shall create a region that has the dimensions of the specified routing space and the specified number of extents.

D

decode(byte[], int) - Method in class se.pitch.prti.LogicalTimeFactoryDouble
 
decode(byte[], int) - Method in class se.pitch.prti.LogicalTimeIntervalFactoryDouble
 
decode(byte[], int) - Method in interface hla.rti.LogicalTimeFactory
Decode and create logical time from serialized format.
decode(byte[], int) - Method in interface hla.rti.LogicalTimeIntervalFactory
Decode and create logical time interval from serialized format.
decreaseBy(LogicalTimeInterval) - Method in class se.pitch.prti.LogicalTimeDouble
 
decreaseBy(LogicalTimeInterval) - Method in interface hla.rti.LogicalTime
Decreses logical time by the specified interval.
DefaultDimensionId - Static variable in class se.pitch.prti.RTI
 
DefaultRegionId - Static variable in class se.pitch.prti.RTI
 
DefaultRoutingSpaceId - Static variable in class se.pitch.prti.RTI
 
DELETE_OBJECTS - Static variable in class hla.rti.ResignAction
 
DELETE_OBJECTS_AND_RELEASE_ATTRIBUTES - Static variable in class hla.rti.ResignAction
 
deleteObjectInstance(int, byte[]) - Method in interface hla.rti.RTIambassador
The Delete Object Instance service shall inform the federation that an object instance with the specified designator, owned by the federate, is to be removed from the federation execution.
deleteObjectInstance(int, byte[], LogicalTime) - Method in interface hla.rti.RTIambassador
The Delete Object Instance service shall inform the federation that an object instance with the specified designator, owned by the federate, is to be removed from the federation execution.
deleteRegion(Region) - Method in interface hla.rti.RTIambassador
The Delete Region service shall delete the specified region.
destroyFederationExecution(String) - Method in interface hla.rti.RTIambassador
The Destroy Federation Execution service shall remove a federation execution from the RTI set of supported federation executions.
disableAsynchronousDelivery() - Method in interface hla.rti.RTIambassador
Invocations of the Disable Asynchronous Delivery service shall instruct the RTI to deliver received RO messages to the invoking federate only when it is in the Time A dvancing state and the federate is time constrained.
disableAttributeRelevanceAdvisorySwitch() - Method in interface hla.rti.RTIambassador
The Disable Attribute Relevance Advisory Switch service shall set the Attribute Relevance Advisory switch off.
disableAttributeScopeAdvisorySwitch() - Method in interface hla.rti.RTIambassador
The Disable Attribute Scope Advisory Switch service shall set the Attribute Scope Advisory switch off.
disableClassRelevanceAdvisorySwitch() - Method in interface hla.rti.RTIambassador
The Disable Class Relevance Advisory Switch service shall set the Class Relevance Advisory Switch off.
disableInteractionRelevanceAdvisorySwitch() - Method in interface hla.rti.RTIambassador
The Disable Interaction Relevance Advisory Switch service shall set the Interaction Relevance Advisory switch off.
disableTimeConstrained() - Method in interface hla.rti.RTIambassador
Invocation of the Disable Time Constrained service shall indicate that the federate is no longer time constrained.
disableTimeRegulation() - Method in interface hla.rti.RTIambassador
Invocation of the Disable Time Regulation service shall indicate that the federate is disabling time regulation.
discoverObjectInstance(int, int, String) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
discoverObjectInstance(int, int, String) - Method in interface hla.rti.FederateAmbassador
The Discover Object Instance † service shall inform the federate to discover an object instance.

E

empty() - Method in interface hla.rti.AttributeHandleSet
Empties set of its members.
empty() - Method in interface hla.rti.SuppliedParameters
Removes all handles & values.
empty() - Method in interface hla.rti.FederateHandleSet
Empties set of its members.
empty() - Method in interface hla.rti.SuppliedAttributes
Removes all handles & values.
enableAsynchronousDelivery() - Method in interface hla.rti.RTIambassador
Invocations of the Enable Asynchronous Delivery service shall instruct the RTI to deliver received RO messages to the invoking federate when it is in either the Time Advancing or Time Granted state.
enableAttributeRelevanceAdvisorySwitch() - Method in interface hla.rti.RTIambassador
The Enable Attribute Relevance Advisory Switch service shall set the Attribute Relevance Advisory switch on.
enableAttributeScopeAdvisorySwitch() - Method in interface hla.rti.RTIambassador
The Enable Attribute Scope Advisory Switch service shall set the Attribute Scope Advisory switch on.
enableClassRelevanceAdvisorySwitch() - Method in interface hla.rti.RTIambassador
The Enable Class Relevance Advisory Switch service shall set the Class Relevance Advisory switch on.
enableInteractionRelevanceAdvisorySwitch() - Method in interface hla.rti.RTIambassador
The Enable Interaction Relevance Advisory Switch service shall set the Interaction Relevance Advisory switch on.
enableTimeConstrained() - Method in interface hla.rti.RTIambassador
The Enable Time Constrained service shall request that the federate invoking the service become time constrained.
enableTimeRegulation(LogicalTime, LogicalTimeInterval) - Method in interface hla.rti.RTIambassador
The Enable Time Regulation service shall enable time regulation for the federate invoking the service, thereby enabling the federate to send TSO messages.
encode(byte[], int) - Method in class se.pitch.prti.LogicalTimeIntervalDouble
 
encode(byte[], int) - Method in class se.pitch.prti.LogicalTimeDouble
 
encode(byte[], int) - Method in interface hla.rti.LogicalTimeInterval
Encodes the logical time interval to a transportable format.
encode(byte[], int) - Method in interface hla.rti.LogicalTime
Encodes the logical time to a transportable format.
encodedLength() - Method in class se.pitch.prti.LogicalTimeIntervalDouble
 
encodedLength() - Method in class se.pitch.prti.LogicalTimeDouble
 
encodedLength() - Method in interface hla.rti.LogicalTimeInterval
Returns the length of the encoded logical time interval.
encodedLength() - Method in interface hla.rti.LogicalTime
Returns the length of the encoded logical time.
equals(Object) - Method in interface hla.rti.AttributeHandleSet
Classic equals.
equals(Object) - Method in class hla.rti.TransportType
Allows comparison with other instance of same type.
equals(Object) - Method in class hla.rti.OrderType
Allows comparison with other instance of same type.
equals(Object) - Method in interface hla.rti.FederateHandleSet
Classic equals.

F

FederateAmbassador - interface hla.rti.FederateAmbassador.
Federate must implement this interface.
FederateAmbassador_Impl - class se.pitch.prti.FederateAmbassador_Impl.
 
FederateAmbassador_Impl() - Constructor for class se.pitch.prti.FederateAmbassador_Impl
 
FederateHandleSet - interface hla.rti.FederateHandleSet.
Interface for a set of federate handles.
FederateHandleSetFactory - interface hla.rti.FederateHandleSetFactory.
 
federateHandleSetFactory() - Static method in class se.pitch.prti.RTI
Return a Factory for generating Sets of Federate handles.
federateRestoreComplete() - Method in interface hla.rti.RTIambassador
The Federate Restore Complete service shall notify the RTI that the federate has completed its restore attempt successfully.
federateRestoreNotComplete() - Method in interface hla.rti.RTIambassador
The Federate Restore Complete service shall notify the RTI that the federate has completed its restore attempt unsuccessfully.
federateSaveBegun() - Method in interface hla.rti.RTIambassador
The Federate Save Begun service shall notify the RTI that the federate is beginning to save its state.
federateSaveComplete() - Method in interface hla.rti.RTIambassador
The Federate Save Complete service shall notify the RTI that the federate has completed its save attempt successfully.
federateSaveNotComplete() - Method in interface hla.rti.RTIambassador
The Federate Save Not Complete service shall notify the RTI that the federate has completed its save attempt unsuccessfully.
FederateState_RestorePending - Static variable in class se.pitch.prti.RTI
FederateState_RestorePending = 4.
FederateState_Restoring - Static variable in class se.pitch.prti.RTI
FederateState_Restoring = 5.
FederateState_Running - Static variable in class se.pitch.prti.RTI
FederateState_Running = 1.
FederateState_Saveing - Static variable in class se.pitch.prti.RTI
FederateState_Saveing = 3.
FederateState_SavePending - Static variable in class se.pitch.prti.RTI
FederateState_SavePending = 2.
federationNotRestored() - Method in class se.pitch.prti.FederateAmbassador_Impl
 
federationNotRestored() - Method in interface hla.rti.FederateAmbassador
The Federation Not Restored † service shall inform the federate that the federation restore process is completed unsuccessfully.
federationNotSaved() - Method in class se.pitch.prti.FederateAmbassador_Impl
 
federationNotSaved() - Method in interface hla.rti.FederateAmbassador
The Federation Not Saved † service shall inform the federate that the federation save process is completed unsuccessfully.
federationRestoreBegun() - Method in class se.pitch.prti.FederateAmbassador_Impl
 
federationRestoreBegun() - Method in interface hla.rti.FederateAmbassador
The Federation Restore Begun † service shall inform the federate that a federation restoration is imminent.
federationRestored() - Method in class se.pitch.prti.FederateAmbassador_Impl
 
federationRestored() - Method in interface hla.rti.FederateAmbassador
The Federation Restored † service shall inform the federate that the federation restore process is completed successfully.
federationSaved() - Method in class se.pitch.prti.FederateAmbassador_Impl
 
federationSaved() - Method in interface hla.rti.FederateAmbassador
The Federation Saved † service shall inform the federate that the federation save process is completed successfully.
federationSynchronized(String) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
federationSynchronized(String) - Method in interface hla.rti.FederateAmbassador
The Federation Synchronized † service shall inform the federate that all federates in the synchronization set of the specified synchronization point have invoked the Synchronization Point Achieved service for that point.
first() - Method in interface hla.rti.HandleIterator
Call this to get the first valid handle.
flushQueueRequest(LogicalTime) - Method in interface hla.rti.RTIambassador
The Flush Queue Request service shall request that all messages queued in the RTI that the federate will receive as TSO messages be delivered now.

G

getAttributeHandle(int) - Method in interface hla.rti.ReflectedAttributes
Return attribute handle at index position.
getAttributeHandle(String, int) - Method in interface hla.rti.RTIambassador
The Get Attribute Handle service shall return the attribute handle associated with the supplied attribute name and object class.
getAttributeName(int, int) - Method in interface hla.rti.RTIambassador
The Get Attribute Name service shall return the attribute name associated with the supplied attribute handle and object class.
getAttributeRoutingSpaceHandle(int, int) - Method in interface hla.rti.RTIambassador
The Get Attribute Routing Space Handle service shall return the routing space associated with the supplied attribute and object class.
getDimensionHandle(String, int) - Method in interface hla.rti.RTIambassador
The Get Dimension Handle service shall return the dimension handle associated with the supplied dimension name and routing space.
getDimensionName(int, int) - Method in interface hla.rti.RTIambassador
The Get Dimension Name service shall return the dimension name associated with the supplied dimension handle and routing space.
getHandle(int) - Method in interface hla.rti.SuppliedParameters
Return handle at index position.
getHandle(int) - Method in interface hla.rti.SuppliedAttributes
Return handle at index position.
getInteractionClassHandle(String) - Method in interface hla.rti.RTIambassador
The Get Interaction Class Handle service shall return the interaction class handle associated with the supplied interaction class name.
getInteractionClassName(int) - Method in interface hla.rti.RTIambassador
The Get Interaction Class Name service shall return the interaction class name associated with the supplied interaction class handle.
getInteractionRoutingSpaceHandle(int) - Method in interface hla.rti.RTIambassador
The Get Interaction Routing Space Handle service shall return the routing space associated with the supplied interaction class.
getNumberOfExtents() - Method in interface hla.rti.Region
 
getObjectClass(int) - Method in interface hla.rti.RTIambassador
The Get Object Class service shall return the known object class of the supplied object instance.
getObjectClassHandle(String) - Method in interface hla.rti.RTIambassador
The Get Object Class Handle service shall return the object class handle associated with the supplied object class name.
getObjectClassName(int) - Method in interface hla.rti.RTIambassador
The Get Object Class Name service shall return the object class name associated with the supplied object class handle.
getObjectInstanceHandle(String) - Method in interface hla.rti.RTIambassador
The Get Object Instance Handle service shall return the handle of the object instance with the supplied name.
getObjectInstanceName(int) - Method in interface hla.rti.RTIambassador
The Get Object Instance Name service shall return the name of the object instance with the supplied handle.
getOrderingHandle(String) - Static method in class se.pitch.prti.RTI
 
getOrderingHandle(String) - Method in interface hla.rti.RTIambassador
The Get Ordering Handle service shall return the ordering handle associated with the supplied ordering name.
getOrderingName(int) - Static method in class se.pitch.prti.RTI
 
getOrderingName(int) - Method in interface hla.rti.RTIambassador
The Get Ordering Name service shall return the ordering name associated with the supplied ordering handle.
getOrderType() - Method in interface hla.rti.ReceivedInteraction
Return order type
getOrderType(int) - Method in interface hla.rti.ReflectedAttributes
Return order handle at index position.
getParameterHandle(int) - Method in interface hla.rti.ReceivedInteraction
Return parameter handle at index position.
getParameterHandle(String, int) - Method in interface hla.rti.RTIambassador
The Get Parameter Handle service shall return the parameter handle associated with the supplied parameter name and interaction class.
getParameterName(int, int) - Method in interface hla.rti.RTIambassador
The Get Parameter Name service shall return the parameter name associated with the supplied parameter handle and interaction class.
getRangeLowerBound(int, int) - Method in interface hla.rti.Region
 
getRangeUpperBound(int, int) - Method in interface hla.rti.Region
 
getRegion() - Method in interface hla.rti.ReceivedInteraction
Return Region out of which interaction was received.
getRegion(int) - Method in interface hla.rti.ReflectedAttributes
Return Region handle at index position.
getRoutingSpaceHandle(String) - Method in interface hla.rti.RTIambassador
The Get Routing Space Handle service shall return the routing space handle associated with the supplied routing space name.
getRoutingSpaceName(int) - Method in interface hla.rti.RTIambassador
The Get Routing Space Name service shall return the routing space name associated with the supplied routing space handle.
getRTIambassador(String, int) - Static method in class se.pitch.prti.RTI
Return an ambassador of an RTI running on the specified host.
getSerial() - Method in class hla.rti.RTIexception
 
getSpaceHandle() - Method in interface hla.rti.Region
 
getTransportationHandle(String) - Static method in class se.pitch.prti.RTI
 
getTransportationHandle(String) - Method in interface hla.rti.RTIambassador
The Get Transportation Handle service shall return the transportation handle associated with the supplied transportation name.
getTransportationName(int) - Static method in class se.pitch.prti.RTI
 
getTransportationName(int) - Method in interface hla.rti.RTIambassador
The Get Transportation Name service shall return the transportation name associated with the supplied transportation handle.
getTransportType() - Method in interface hla.rti.ReceivedInteraction
Return transport type
getTransportType(int) - Method in interface hla.rti.ReflectedAttributes
Return transport handle at index position.
getValue() - Method in class se.pitch.prti.LogicalTimeIntervalDouble
Return the Logical Time Interval as a double.
getValue() - Method in class se.pitch.prti.LogicalTimeDouble
Return the logical time as a double.
getValue(int) - Method in interface hla.rti.ReceivedInteraction
Return copy of value at index position.
getValue(int) - Method in interface hla.rti.ReflectedAttributes
Return copy of value at index position.
getValue(int) - Method in interface hla.rti.SuppliedParameters
Return copy of value at index position.
getValue(int) - Method in interface hla.rti.SuppliedAttributes
Return copy of value at index position.
getValueLength(int) - Method in interface hla.rti.ReceivedInteraction
Return length of value at index position.
getValueLength(int) - Method in interface hla.rti.ReflectedAttributes
Return length of value at index position.
getValueLength(int) - Method in interface hla.rti.SuppliedParameters
Return length of value at index position.
getValueLength(int) - Method in interface hla.rti.SuppliedAttributes
Return length of value at index position.
getValueReference(int) - Method in interface hla.rti.ReceivedInteraction
Get the reference of the value at position index (not a clone)
getValueReference(int) - Method in interface hla.rti.ReflectedAttributes
Get the reference of the value at position index (not a clone)
getValueReference(int) - Method in interface hla.rti.SuppliedParameters
Get the reference of the value at position index (not a clone)
getValueReference(int) - Method in interface hla.rti.SuppliedAttributes
Get the reference of the value at position index (not a clone)
getVersionName() - Static method in class se.pitch.prti.RTI
Return the current version of pRTI.

H

HandleIterator - interface hla.rti.HandleIterator.
This iterator interface is intended to be used with HandleSets.
handles() - Method in interface hla.rti.AttributeHandleSet
 
handles() - Method in interface hla.rti.FederateHandleSet
 
hashCode() - Method in interface hla.rti.AttributeHandleSet
Classic hashCode
hashCode() - Method in class hla.rti.TransportType
 
hashCode() - Method in class hla.rti.OrderType
 
hashCode() - Method in interface hla.rti.FederateHandleSet
Classic hashCode
hla.rti - package hla.rti
 

I

increaseBy(LogicalTimeInterval) - Method in class se.pitch.prti.LogicalTimeDouble
 
increaseBy(LogicalTimeInterval) - Method in interface hla.rti.LogicalTime
Increses the logical time by the specified interval.
informAttributeOwnership(int, int, int) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
informAttributeOwnership(int, int, int) - Method in interface hla.rti.FederateAmbassador
The Inform Attribute Ownership † service shall be used to provide ownership information for the specified instance attribute.
initiateFederateRestore(String, int) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
initiateFederateRestore(String, int) - Method in interface hla.rti.FederateAmbassador
The Initiate Federate Restore † service shall instruct the federate to return to a previously saved state.
initiateFederateSave(String) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
initiateFederateSave(String) - Method in interface hla.rti.FederateAmbassador
The Initiate Federate Save † service shall instruct the federate to save state.
InitiatorFederate - Static variable in class se.pitch.prti.RTI
 
InitiatorRTI - Static variable in class se.pitch.prti.RTI
 
isAttributeOwnedByFederate(int, int) - Method in interface hla.rti.RTIambassador
The Is Attribute Owned By Federate service shall be used to determine if the specified instance attribute of the specified object instance designator is owned by the invoking federate.
isEmpty() - Method in interface hla.rti.AttributeHandleSet
 
isEmpty() - Method in interface hla.rti.FederateHandleSet
 
isEpsilon() - Method in class se.pitch.prti.LogicalTimeIntervalDouble
 
isEpsilon() - Method in interface hla.rti.LogicalTimeInterval
Check is time interval is epsilon
isEqualTo(LogicalTime) - Method in class se.pitch.prti.LogicalTimeDouble
 
isEqualTo(LogicalTime) - Method in interface hla.rti.LogicalTime
Checks if times are equal.
isEqualTo(LogicalTimeInterval) - Method in class se.pitch.prti.LogicalTimeIntervalDouble
 
isEqualTo(LogicalTimeInterval) - Method in interface hla.rti.LogicalTimeInterval
Checks if times interval are equal in length.
isFinal() - Method in class se.pitch.prti.LogicalTimeIntervalDouble
Check if the value of the Logical Time Interval is the maximum possible value.
isFinal() - Method in class se.pitch.prti.LogicalTimeDouble
 
isFinal() - Method in interface hla.rti.LogicalTime
Checks if the value of time is final (greatest time possible).
isGreaterThan(LogicalTime) - Method in class se.pitch.prti.LogicalTimeDouble
 
isGreaterThan(LogicalTime) - Method in interface hla.rti.LogicalTime
Compares if the time is greater than another time.
isGreaterThan(LogicalTimeInterval) - Method in class se.pitch.prti.LogicalTimeIntervalDouble
 
isGreaterThan(LogicalTimeInterval) - Method in interface hla.rti.LogicalTimeInterval
Compares if the interval is longer than another interval.
isGreaterThanOrEqualTo(LogicalTime) - Method in class se.pitch.prti.LogicalTimeDouble
 
isGreaterThanOrEqualTo(LogicalTime) - Method in interface hla.rti.LogicalTime
Compares if the time is greater than or equal to another time.
isGreaterThanOrEqualTo(LogicalTimeInterval) - Method in class se.pitch.prti.LogicalTimeIntervalDouble
 
isGreaterThanOrEqualTo(LogicalTimeInterval) - Method in interface hla.rti.LogicalTimeInterval
Compares if the interval is longer or equal to to another interval.
isInitial() - Method in class se.pitch.prti.LogicalTimeDouble
 
isInitial() - Method in interface hla.rti.LogicalTime
Check if the value of time is initial (lowest time possible).
isLessThan(LogicalTime) - Method in class se.pitch.prti.LogicalTimeDouble
 
isLessThan(LogicalTime) - Method in interface hla.rti.LogicalTime
Compares if the time is less than another time.
isLessThan(LogicalTimeInterval) - Method in class se.pitch.prti.LogicalTimeIntervalDouble
 
isLessThan(LogicalTimeInterval) - Method in interface hla.rti.LogicalTimeInterval
Compares if the interval is shorter than another interval.
isLessThanOrEqualTo(LogicalTime) - Method in class se.pitch.prti.LogicalTimeDouble
 
isLessThanOrEqualTo(LogicalTime) - Method in interface hla.rti.LogicalTime
Compares if the time is less than or equal to another time.
isLessThanOrEqualTo(LogicalTimeInterval) - Method in class se.pitch.prti.LogicalTimeIntervalDouble
 
isLessThanOrEqualTo(LogicalTimeInterval) - Method in interface hla.rti.LogicalTimeInterval
Compares if the interval is shorter or equal to to another interval.
isMember(int) - Method in interface hla.rti.AttributeHandleSet
 
isMember(int) - Method in interface hla.rti.FederateHandleSet
 
isValid() - Method in interface hla.rti.HandleIterator
Should be checked before using return from first() or next()
isZero() - Method in class se.pitch.prti.LogicalTimeIntervalDouble
 
isZero() - Method in interface hla.rti.LogicalTimeInterval
Check is the interval is zero.

J

joinFederationExecution(String, String, FederateAmbassador) - Method in interface hla.rti.RTIambassador
The Join Federation Execution service shall affiliate the federate with a federation execution.
joinFederationExecution(String, String, FederateAmbassador, MobileFederateServices) - Method in interface hla.rti.RTIambassador
The Join Federation Execution service shall affiliate the federate with a federation execution.

L

localDeleteObjectInstance(int) - Method in interface hla.rti.RTIambassador
The Local Delete Object Instance service shall inform the RTI that it shall treat the specified object instance as if the RTI had never notified the invoking federate to discover the object instance.
LogicalTime - interface hla.rti.LogicalTime.
Represents logical time.
LogicalTimeDouble - class se.pitch.prti.LogicalTimeDouble.
Implementation of Logical Time.
LogicalTimeDouble(double) - Constructor for class se.pitch.prti.LogicalTimeDouble
Constructs and initates a Logical Time.
LogicalTimeDouble(LogicalTimeDouble) - Constructor for class se.pitch.prti.LogicalTimeDouble
Constructs and initates a Logical Time from another LogicalTimeDouble.
LogicalTimeDouble(String) - Constructor for class se.pitch.prti.LogicalTimeDouble
Constructs and initates a Logical Time.
LogicalTimeFactory - interface hla.rti.LogicalTimeFactory.
Factory for Logical Time.
LogicalTimeFactoryDouble - class se.pitch.prti.LogicalTimeFactoryDouble.
Implementation of Logical Time Factory.
LogicalTimeFactoryDouble() - Constructor for class se.pitch.prti.LogicalTimeFactoryDouble
 
LogicalTimeInterval - interface hla.rti.LogicalTimeInterval.
Representation of Logical Time Interval.
LogicalTimeIntervalDouble - class se.pitch.prti.LogicalTimeIntervalDouble.
Implementation of LogicalTimeInterval.
LogicalTimeIntervalDouble(double) - Constructor for class se.pitch.prti.LogicalTimeIntervalDouble
Constructs a LogicalTimeIntervalDouble.
LogicalTimeIntervalDouble(LogicalTimeIntervalDouble) - Constructor for class se.pitch.prti.LogicalTimeIntervalDouble
Constructs a LogicalTimeIntervalDouble.
LogicalTimeIntervalDouble(String) - Constructor for class se.pitch.prti.LogicalTimeIntervalDouble
Constructs a LogicalTimeIntervalDouble.
LogicalTimeIntervalFactory - interface hla.rti.LogicalTimeIntervalFactory.
Factory for Logical Time Interval.
LogicalTimeIntervalFactoryDouble - class se.pitch.prti.LogicalTimeIntervalFactoryDouble.
Implementation of LogicalTimeIntervalFactory that produces logical time intervals of type LogicalTimeIntervalDouble.
LogicalTimeIntervalFactoryDouble() - Constructor for class se.pitch.prti.LogicalTimeIntervalFactoryDouble
 

M

makeInitial() - Method in class se.pitch.prti.LogicalTimeFactoryDouble
 
makeInitial() - Method in interface hla.rti.LogicalTimeFactory
Construct a new Logical Time with initial value set to initial time (lowest time possible).
makeZero() - Method in class se.pitch.prti.LogicalTimeIntervalFactoryDouble
 
makeZero() - Method in interface hla.rti.LogicalTimeIntervalFactory
Construct a new Logical Time Interval with a zero interval.
ManagerFederationId - Static variable in class se.pitch.prti.RTI
 
MaxExtent - Static variable in class se.pitch.prti.RTI
The Maximum Extent of dimensions.
MinExtent - Static variable in class se.pitch.prti.RTI
The Minimum Extent of dimensions.
MobileFederateServices - class hla.rti.MobileFederateServices.
Conveys the interfaces for all services that a federate must supply and which may not execute in the federate's space.
MobileFederateServices(LogicalTimeFactory, LogicalTimeIntervalFactory) - Constructor for class hla.rti.MobileFederateServices
This method was created by a SmartGuide.
modifyLookahead(LogicalTimeInterval) - Method in interface hla.rti.RTIambassador
The Modify Lookahead service shall request a change to the actual value of the federate’s lookahead.

N

negotiatedAttributeOwnershipDivestiture(int, AttributeHandleSet, byte[]) - Method in interface hla.rti.RTIambassador
The Negotiated Attribute Ownership Divestiture service shall notify the RTI that the federate no longer wants to own the specified instance attributes of the specified object instance.
next() - Method in interface hla.rti.HandleIterator
 
nextEventRequest(LogicalTime) - Method in interface hla.rti.RTIambassador
The Next Event Request service shall request the logical time of the federate to be advanced to the time stamp of the next TSO message that will be delivered to the federate, provided that message has a time stamp no greater than the logical time specified in the request.
nextEventRequestAvailable(LogicalTime) - Method in interface hla.rti.RTIambassador
The Next Event Request Available service shall request the logical time of the federate to be advanced to the time stamp of the next TSO message that will be delivered to the federate, provided that message has a time stamp no greater than the logical time specified in the request.
NO_ACTION - Static variable in class hla.rti.ResignAction
 
notifyOfRegionModification(Region) - Method in interface hla.rti.RTIambassador
The Notify of Region Modification service shall inform the RTI about changes to the extent set of the region.

O

OrderName_Receive - Static variable in class se.pitch.prti.RTI
 
OrderName_TSO - Static variable in class se.pitch.prti.RTI
 
OrderType - class hla.rti.OrderType.
An enumerated type (not a Java Enumeration!)
OrderType_Receive - Static variable in class se.pitch.prti.RTI
 
OrderType_TSO - Static variable in class se.pitch.prti.RTI
 
OrderType(OrderType) - Constructor for class hla.rti.OrderType
This is the only public constructor.

P

PrivilegeToDeleteObjectId - Static variable in class se.pitch.prti.RTI
Id of the special attribute indicating the priviledge to delete.
PrivilegeToDeleteObjectName - Static variable in class se.pitch.prti.RTI
Name of the special attribute indicating the priviledge to delete.
provideAttributeValueUpdate(int, AttributeHandleSet) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
provideAttributeValueUpdate(int, AttributeHandleSet) - Method in interface hla.rti.FederateAmbassador
The Provide Attribute Value Update † service shall request the current values for attributes owned by the federate for a given object instance.
publishInteractionClass(int) - Method in interface hla.rti.RTIambassador
The Publish Interaction Class service shall inform the RTI which classes of interactions the federate will send to the federation execution.
publishObjectClass(int, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The information conveyed by the federate via the Publish Object Class service shall be used in multiple ways.

Q

queryAttributeOwnership(int, int) - Method in interface hla.rti.RTIambassador
The Query Attribute Ownership service shall be used to determine the owner of the specified instance attribute.
queryFederateTime() - Method in interface hla.rti.RTIambassador
The Query Federate Time service shall request the current value of the invoking federate’s logical time.
queryLBTS() - Method in interface hla.rti.RTIambassador
The Query LBTS service shall request the invoking federate’s current value of LBTS.
queryLookahead() - Method in interface hla.rti.RTIambassador
The Query Lookahead service shall query the RTI for the current value of the federate’s actual lookahead.
queryMinNextEventTime() - Method in interface hla.rti.RTIambassador
The Query Minimum Next Event Time service shall request the minimum of LBTS and the time stamp of the next sent TSO message that is held by the RTI for delivery to the requesting federate, if there are any.

R

RECEIVE - Static variable in class hla.rti.OrderType
 
ReceivedInteraction - interface hla.rti.ReceivedInteraction.
This packages the information supplied to the federate for receiveInteraction.
receiveInteraction(int, ReceivedInteraction, byte[]) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
receiveInteraction(int, ReceivedInteraction, byte[]) - Method in interface hla.rti.FederateAmbassador
The Receive Interaction † service shall provide the federate with a sent interaction.
receiveInteraction(int, ReceivedInteraction, byte[], LogicalTime, EventRetractionHandle) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
receiveInteraction(int, ReceivedInteraction, byte[], LogicalTime, EventRetractionHandle) - Method in interface hla.rti.FederateAmbassador
The Receive Interaction † service shall provide the federate with a sent interaction.
reflectAttributeValues(int, ReflectedAttributes, byte[]) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
reflectAttributeValues(int, ReflectedAttributes, byte[]) - Method in interface hla.rti.FederateAmbassador
The Reflect Attribute Values † service shall provide the federate with new values for the specified instance attributes.
reflectAttributeValues(int, ReflectedAttributes, byte[], LogicalTime, EventRetractionHandle) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
reflectAttributeValues(int, ReflectedAttributes, byte[], LogicalTime, EventRetractionHandle) - Method in interface hla.rti.FederateAmbassador
The Reflect Attribute Values † service shall provide the federate with new values for the specified instance attributes.
ReflectedAttributes - interface hla.rti.ReflectedAttributes.
This packages the attributes supplied to the federate for reflectAttributeValues.
Region - interface hla.rti.Region.
Represents a Region in federate's space.
registerFederationSynchronizationPoint(String, byte[]) - Method in interface hla.rti.RTIambassador
The Register Federation Synchronization Point service shall be used to initiate the registration of an upcoming synchronization point label.
registerFederationSynchronizationPoint(String, byte[], FederateHandleSet) - Method in interface hla.rti.RTIambassador
The Register Federation Synchronization Point service shall be used to initiate the registration of an upcoming synchronization point label.
registerObjectInstance(int) - Method in interface hla.rti.RTIambassador
The RTI shall create a unique (to the local federate) object instance designator and shall link it with an instance of the supplied object class.
registerObjectInstance(int, String) - Method in interface hla.rti.RTIambassador
The RTI shall create a unique (to the local federate) object instance designator and shall link it with an instance of the supplied object class.
registerObjectInstanceWithRegion(int, int[], Region[]) - Method in interface hla.rti.RTIambassador
The Register Object Instance With Region service shall create a unique object instance designator and link it with an object instance of the supplied object class.
registerObjectInstanceWithRegion(int, String, int[], Region[]) - Method in interface hla.rti.RTIambassador
The Register Object Instance With Region service shall create a unique object instance designator and link it with an object instance of the supplied object class.
RELEASE_ATTRIBUTES - Static variable in class hla.rti.ResignAction
 
RELIABLE - Static variable in class hla.rti.TransportType
 
remove(int) - Method in interface hla.rti.AttributeHandleSet
Remove the handle from the set.
remove(int) - Method in interface hla.rti.SuppliedParameters
Remove handle & value corresponding to handle.
remove(int) - Method in interface hla.rti.FederateHandleSet
Remove the handle from the set.
remove(int) - Method in interface hla.rti.SuppliedAttributes
Remove handle & value corresponding to handle.
removeAt(int) - Method in interface hla.rti.SuppliedParameters
Remove handle & value at index position.
removeAt(int) - Method in interface hla.rti.SuppliedAttributes
Remove handle & value at index position.
removeObjectInstance(int, byte[]) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
removeObjectInstance(int, byte[]) - Method in interface hla.rti.FederateAmbassador
The Remove Object Instance † service shall inform the federate that an object instance has been deleted from the federation execution.
removeObjectInstance(int, byte[], LogicalTime, EventRetractionHandle) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
removeObjectInstance(int, byte[], LogicalTime, EventRetractionHandle) - Method in interface hla.rti.FederateAmbassador
The Remove Object Instance † service shall inform the federate that an object instance has been deleted from the federation execution.
requestAttributeOwnershipAssumption(int, AttributeHandleSet, byte[]) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
requestAttributeOwnershipAssumption(int, AttributeHandleSet, byte[]) - Method in interface hla.rti.FederateAmbassador
The Request Attribute Ownership Assumption † service shall inform the federate that the specified instance attributes are available for transfer of ownership to the federate.
requestAttributeOwnershipRelease(int, AttributeHandleSet, byte[]) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
requestAttributeOwnershipRelease(int, AttributeHandleSet, byte[]) - Method in interface hla.rti.FederateAmbassador
The Request Attribute Ownership Release † service shall request that the federate release ownership of the specified instance attributes of the specified object instance.
requestClassAttributeValueUpdate(int, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The Request Object Attribute Value Update service shall be used to stimulate the update of values of specified attributes.
requestClassAttributeValueUpdateWithRegion(int, AttributeHandleSet, Region) - Method in interface hla.rti.RTIambassador
The Request Class Attribute Value Update With Region service shall be used to stimulate the update of values of specified attributes.
requestFederationRestore(String) - Method in interface hla.rti.RTIambassador
The Request Federation Restore service shall direct the RTI to begin the federation execution restoration process.
requestFederationRestoreFailed(String, String) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
requestFederationRestoreFailed(String, String) - Method in interface hla.rti.FederateAmbassador
The Request Federation Restore Failed service † shall indicate to the federate the requested federation restoration has completed unsuccessfully.
requestFederationRestoreSucceeded(String) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
requestFederationRestoreSucceeded(String) - Method in interface hla.rti.FederateAmbassador
The Request Federation Restore Succeeded service † shall indicate to the federate the requested federation restoration has completed successfully.
requestFederationSave(String) - Method in interface hla.rti.RTIambassador
The Request Federation Save service shall specify that a federation save should take place.
requestFederationSave(String, LogicalTime) - Method in interface hla.rti.RTIambassador
The Request Federation Save service shall specify that a federation save should take place.
requestObjectAttributeValueUpdate(int, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The Request Object Attribute Value Update service shall be used to stimulate the update of values of specified attributes.
requestRetraction(EventRetractionHandle) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
requestRetraction(EventRetractionHandle) - Method in interface hla.rti.FederateAmbassador
If the RTI receives a legal Retract service invocation for an event that has already been delivered to a federate, the Request Retraction † service shall be invoked on that federate.
ResignAction - class hla.rti.ResignAction.
Holder for the enumeration values for possible resign actions.
ResignAction() - Constructor for class hla.rti.ResignAction
 
resignFederationExecution(int) - Method in interface hla.rti.RTIambassador
The Resign Federation Execution service shall indicate the requested cessation of federation participation.
retract(EventRetractionHandle) - Method in interface hla.rti.RTIambassador
The Retract service shall be used by a federate to notify the federation execution that a message/ event previously sent by the federate is to be retracted.
RTI - class se.pitch.prti.RTI.
 
RTI() - Constructor for class se.pitch.prti.RTI
 
RTIambassador - interface hla.rti.RTIambassador.
The RTI presents this interface to the federate.
RTIexception - exception hla.rti.RTIexception.
Superclass of all exceptions thrown by the RTI.
RTIexception(String) - Constructor for class hla.rti.RTIexception
 
RTIexception(String, int) - Constructor for class hla.rti.RTIexception
 
RTIid - Static variable in class se.pitch.prti.RTI
 

S

se.pitch.prti - package se.pitch.prti
 
sendInteraction(int, SuppliedParameters, byte[]) - Method in interface hla.rti.RTIambassador
The Send Interaction service shall send an interaction into the federation.
sendInteraction(int, SuppliedParameters, byte[], LogicalTime) - Method in interface hla.rti.RTIambassador
The Send Interaction service shall send an interaction into the federation.
sendInteractionWithRegion(int, SuppliedParameters, byte[], Region) - Method in interface hla.rti.RTIambassador
The Send Interaction With Region service shall send an interaction into the federation.
sendInteractionWithRegion(int, SuppliedParameters, byte[], Region, LogicalTime) - Method in interface hla.rti.RTIambassador
The Send Interaction With Region service shall send an interaction into the federation.
setEpsilon() - Method in class se.pitch.prti.LogicalTimeIntervalDouble
 
setEpsilon() - Method in interface hla.rti.LogicalTimeInterval
Sets the interval to epsilon.
setFinal() - Method in class se.pitch.prti.LogicalTimeDouble
 
setFinal() - Method in interface hla.rti.LogicalTime
Sets the time to the greatest time possible.
setInitial() - Method in class se.pitch.prti.LogicalTimeDouble
 
setInitial() - Method in interface hla.rti.LogicalTime
Sets the time to the lowest time possible.
setLogTargetConsole() - Static method in class se.pitch.prti.RTI
Redirect logging to the console.
setLogTargetFile(String) - Static method in class se.pitch.prti.RTI
Redirect logging to the specified file.
setLogTargetNull() - Static method in class se.pitch.prti.RTI
Redirect logging to the void.
setRangeLowerBound(int, int, long) - Method in interface hla.rti.Region
Modify lower bound of extent along indicated dimension.
setRangeUpperBound(int, int, long) - Method in interface hla.rti.Region
Modify upper bound of extent along indicated dimension.
setTo(LogicalTime) - Method in class se.pitch.prti.LogicalTimeDouble
 
setTo(LogicalTime) - Method in interface hla.rti.LogicalTime
Sets the time to a specified Logical Time.
setTo(LogicalTimeInterval) - Method in class se.pitch.prti.LogicalTimeIntervalDouble
 
setTo(LogicalTimeInterval) - Method in interface hla.rti.LogicalTimeInterval
Sets the interval to the specified length.
setZero() - Method in class se.pitch.prti.LogicalTimeIntervalDouble
 
setZero() - Method in interface hla.rti.LogicalTimeInterval
Sets the interval to zero.
size() - Method in interface hla.rti.AttributeHandleSet
 
size() - Method in interface hla.rti.ReceivedInteraction
 
size() - Method in interface hla.rti.ReflectedAttributes
 
size() - Method in interface hla.rti.SuppliedParameters
 
size() - Method in interface hla.rti.FederateHandleSet
 
size() - Method in interface hla.rti.SuppliedAttributes
 
startRegistrationForObjectClass(int) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
startRegistrationForObjectClass(int) - Method in interface hla.rti.FederateAmbassador
The Start Registration For Object Class † service shall notify the federate that registration of new object instances of the specified object class is advised because at least one of the class attributes that the federate is publishing at this object class is actively subscribed to at the specified object class or at a super- class of the specified object class by at least one other federate in the federation execution.
stopRegistrationForObjectClass(int) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
stopRegistrationForObjectClass(int) - Method in interface hla.rti.FederateAmbassador
The Stop Registration For Object Class † service shall notify the federate that registration of new object instances of the specified object class is not advised because none of the class attributes that the federate is publishing at this object class is actively subscribed to at the specified object class or at a super- class of the specified object class by any other federate in the federation execution.
subscribeInteractionClass(int) - Method in interface hla.rti.RTIambassador
Specifies an interaction class for which the RTI should notify the federate of sent interactions by invoking the Receive Interaction † service at the federate.
subscribeInteractionClassPassively(int) - Method in interface hla.rti.RTIambassador
Specifies an interaction class for which the RTI should notify the federate of sent interactions by invoking the Receive Interaction † service at the federate.
subscribeInteractionClassPassivelyWithRegion(int, Region) - Method in interface hla.rti.RTIambassador
The Subscribe Interaction Class With Region service shall specify the class of interactions that should be delivered to the federate, taking the region into account.
subscribeInteractionClassWithRegion(int, Region) - Method in interface hla.rti.RTIambassador
The Subscribe Interaction Class With Region service shall specify the class of interactions that should be delivered to the federate, taking the region into account.
subscribeObjectClassAttributes(int, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The Subscribe Object Class Attributes service shall specify an object class at which the RTI shall notify the federate of discovery of object instances.
subscribeObjectClassAttributesPassively(int, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The Subscribe Object Class Attributes service shall specify an object class at which the RTI shall notify the federate of discovery of object instances.
subscribeObjectClassAttributesPassivelyWithRegion(int, Region, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The Subscribe Object Class Attributes With Region service shall specify an object class for which the RTI is to begin notifying the federate of discovery of instantiated object instances when at least one of that object instance’s instance attributes are in scope.
subscribeObjectClassAttributesWithRegion(int, Region, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The Subscribe Object Class Attributes With Region service shall specify an object class for which the RTI is to begin notifying the federate of discovery of instantiated object instances when at least one of that object instance’s instance attributes are in scope.
subtract(LogicalTime) - Method in class se.pitch.prti.LogicalTimeDouble
 
subtract(LogicalTime) - Method in interface hla.rti.LogicalTime
Decreses logical time by the specified logical time.
SuppliedAttributes - interface hla.rti.SuppliedAttributes.
This packages the attributes supplied to the RTI for updateAttributeValues.
SuppliedAttributesFactory - interface hla.rti.SuppliedAttributesFactory.
Factory for SuppliedAttributes instances.
suppliedAttributesFactory() - Static method in class se.pitch.prti.RTI
Return a Factory for generating Sets of Attribute-Value pairs.
SuppliedParameters - interface hla.rti.SuppliedParameters.
This packages the parameters supplied to the RTI for sendInteraction.
SuppliedParametersFactory - interface hla.rti.SuppliedParametersFactory.
Factory for SuppliedParameters instances.
suppliedParametersFactory() - Static method in class se.pitch.prti.RTI
Return a Factory for generating Sets of Parameters-Value pairs.
synchronizationPointAchieved(String) - Method in interface hla.rti.RTIambassador
The Synchronization Point Achieved service shall inform the RTI that the federate has reached the specified synchronization point.
synchronizationPointRegistrationFailed(String) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
synchronizationPointRegistrationFailed(String) - Method in interface hla.rti.FederateAmbassador
The Synchronization Point Registration Failed † service shall indicate to the federate that the label was already in use or that the registration of this label has otherwise failed.
synchronizationPointRegistrationSucceeded(String) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
synchronizationPointRegistrationSucceeded(String) - Method in interface hla.rti.FederateAmbassador
The Synchronization Point Registration Failed † service shall indicate to the federate that the label has been successfully registered.

T

tick() - Method in interface hla.rti.RTIambassador
The tick method allows the RTI to perform call-backs to a single-threaded federate.
timeAdvanceGrant(LogicalTime) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
timeAdvanceGrant(LogicalTime) - Method in interface hla.rti.FederateAmbassador
Invocation of the Time Advance Grant † service shall indicate that a prior request to advance the federate’s logical time has been honored.
timeAdvanceRequest(LogicalTime) - Method in interface hla.rti.RTIambassador
The Time Advance Request service shall request an advance of the federate's logical time and release zero or more messages for delivery to the federate.
timeAdvanceRequestAvailable(LogicalTime) - Method in interface hla.rti.RTIambassador
The Time Advance Request Available service shall request an advance of the federate's logical time.
timeConstrainedEnabled(LogicalTime) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
timeConstrainedEnabled(LogicalTime) - Method in interface hla.rti.FederateAmbassador
Invocation of the Time Constrained Enabled † service shall indicate that a prior request to become time constrained has been honored.
timeRegulationEnabled(LogicalTime) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
timeRegulationEnabled(LogicalTime) - Method in interface hla.rti.FederateAmbassador
Invocation of the Time Regulation Enabled † service shall indicate that a prior request to enable time regulation has been honored.
TIMESTAMP - Static variable in class hla.rti.OrderType
 
TimeState_Advancing - Static variable in class se.pitch.prti.RTI
TimeState_Advancing = 1.
TimeState_Idle - Static variable in class se.pitch.prti.RTI
TimeState_Idle = 0.
toString() - Method in class se.pitch.prti.LogicalTimeIntervalDouble
String representation of Logical Time Interval Double.
toString() - Method in class se.pitch.prti.LogicalTimeDouble
Return a string representation of the logical time.
toString() - Method in interface hla.rti.AttributeHandleSet
 
toString() - Method in class hla.rti.RTIexception
 
toString() - Method in class hla.rti.TransportType
 
toString() - Method in class hla.rti.OrderType
 
toString() - Method in interface hla.rti.FederateHandleSet
 
TransportName_BestEffort - Static variable in class se.pitch.prti.RTI
 
TransportName_Reliable - Static variable in class se.pitch.prti.RTI
 
TransportType - class hla.rti.TransportType.
An enumerated type (not a Java Enumeration!)
TransportType_BestEffort - Static variable in class se.pitch.prti.RTI
 
TransportType_Reliable - Static variable in class se.pitch.prti.RTI
 
TransportType(TransportType) - Constructor for class hla.rti.TransportType
This is the only public constructor.
turnInteractionsOff(int) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
turnInteractionsOff(int) - Method in interface hla.rti.FederateAmbassador
The Turn Interactions Off † service shall indicate to the federate that the specified class of interactions is not relevant because it or a super- class is not actively subscribed to by any other federate in the federation execution.
turnInteractionsOn(int) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
turnInteractionsOn(int) - Method in interface hla.rti.FederateAmbassador
The Turn Interactions On † service shall notify the federate that the specified class of interactions is relevant because it or a super- class is actively subscribed to by at least one other federate in the federation execution.
turnUpdatesOffForObjectInstance(int, AttributeHandleSet) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
turnUpdatesOffForObjectInstance(int, AttributeHandleSet) - Method in interface hla.rti.FederateAmbassador
The Turn Updates Off For Object Instance † service shall indicate to the federate that the values of the specified attributes of the object instance are not required anywhere in the federation execution.
turnUpdatesOnForObjectInstance(int, AttributeHandleSet) - Method in class se.pitch.prti.FederateAmbassador_Impl
 
turnUpdatesOnForObjectInstance(int, AttributeHandleSet) - Method in interface hla.rti.FederateAmbassador
The Turn Updates On For Object Instance † service shall indicate to the federate that the values of the specified attributes of the specified object instance are required somewhere in the federation execution.

U

unassociateRegionForUpdates(Region, int) - Method in interface hla.rti.RTIambassador
The Unassociate Region For Updates service shall remove the association between the region and all instance attributes associated with that region.
unconditionalAttributeOwnershipDivestiture(int, AttributeHandleSet) - Method in interface hla.rti.RTIambassador
The Unconditional Attribute Ownership Divestiture service shall notify the RTI that the federate no longer wants to own the specified instance attributes of the specified object.
unpublishInteractionClass(int) - Method in interface hla.rti.RTIambassador
The Unpublish Interaction Class service shall inform the RTI that the federate will no longer send interactions of the specified class.
unpublishObjectClass(int) - Method in interface hla.rti.RTIambassador
The Unpublish Object Class service shall inform the RTI that the federate will no longer register object instances of the specified object class.
unsubscribeInteractionClass(int) - Method in interface hla.rti.RTIambassador
The Unsubscribe Interaction Class service shall inform the RTI to no longer notify the federate of sent interactions of the specified interaction class.
unsubscribeInteractionClassWithRegion(int, Region) - Method in interface hla.rti.RTIambassador
The Unsubscribe Interaction Class With Region service shall inform the RTI that it should no longer notify the federate of interactions of the specified class that are sent into the specified region.
unsubscribeObjectClass(int) - Method in interface hla.rti.RTIambassador
The Unsubscribe Object Class service shall inform the RTI that it is to stop notifying the federate of object instance discovery at the specified object class.
unsubscribeObjectClassWithRegion(int, Region) - Method in interface hla.rti.RTIambassador
The Unsubscribe Object Class With Region service shall inform the RTI that it shall stop notifying the federate of object instance discoveries for the specified object class in the specified region.
updateAttributeValues(int, SuppliedAttributes, byte[]) - Method in interface hla.rti.RTIambassador
The Update Attribute Values service shall provide current values to the federation for instance attributes owned by the federate.
updateAttributeValues(int, SuppliedAttributes, byte[], LogicalTime) - Method in interface hla.rti.RTIambassador
The Update Attribute Values service shall provide current values to the federation for instance attributes owned by the federate.

_

_intervalFactory - Variable in class hla.rti.MobileFederateServices
 
_timeFactory - Variable in class hla.rti.MobileFederateServices
 

A C D E F G H I J L M N O P Q R S T U _
pRTI™ v1.3

Visit the pRTI™ Website

pRTI is a trademark of Pitch Technologies AB

Repslagaregatan 25
S-582 22 Linkoping,
Sweden.
All Rights Reserved.