copyright The Portico Project 2008.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

A_CLASS - Static variable in class org.portico.core.config.Handler_Bootstrap
 
A_MODULE_FILE - Static variable in class org.portico.core.config.Handler_Modules
 
A_NAME - Static variable in class org.portico.core.config.Handler_Bootstrap
 
accept(File, String) - Method in class org.portico.shared.plugin.PluginLocator.JarFilter
 
achievedSyncPoint(String) - Method in class org.portico.core.fedex.FederateState
The sync point of the given label has been achieved by this federate
achieveSyncPoint(String) - Method in class org.portico.lrc.LRCState
Mark the given sync point as achieved by this federate.
ACInstance - Class in org.portico.shared.model
This class represents a single instance of an attribute that exists inside an OCInstance.
ACInstance() - Constructor for class org.portico.shared.model.ACInstance
 
ACInstance(ACMetadata) - Constructor for class org.portico.shared.model.ACInstance
 
ACInstance(ACMetadata, int) - Constructor for class org.portico.shared.model.ACInstance
 
ACInstance(ACMetadata, int, OCInstance) - Constructor for class org.portico.shared.model.ACInstance
 
ACMetadata - Class in org.portico.shared.model
This class contains metadata about a FOM attribute class
ACMetadata(String, int) - Constructor for class org.portico.shared.model.ACMetadata
NOTE: This constructor should generally not be used.
ACT_DeleteHandler - Class in org.portico.core.handlers
Handles requests to delete an object instance.
ACT_DeleteHandler() - Constructor for class org.portico.core.handlers.ACT_DeleteHandler
 
ACT_InteractionHandler - Class in org.portico.core.handlers
This handler will distribute the interaction to all the subscribing parties.
ACT_InteractionHandler() - Constructor for class org.portico.core.handlers.ACT_InteractionHandler
 
ACT_PostRegisterHandler - Class in org.portico.core.handlers
This handler takes care of informing the federation about any new object registrations.
ACT_PostRegisterHandler() - Constructor for class org.portico.core.handlers.ACT_PostRegisterHandler
 
ACT_PostSubscribeHandler - Class in org.portico.core.handlers
This handler takes care of any processes that need to be checked/triggered/processed AFTER a federate has subscribed to an object class.
ACT_PostSubscribeHandler() - Constructor for class org.portico.core.handlers.ACT_PostSubscribeHandler
 
ACT_RequestClassUpdateHandler - Class in org.portico.core.handlers
This handler processes requests to update a set of attributes for all instances of a particular object class (and its subclasses)
ACT_RequestClassUpdateHandler() - Constructor for class org.portico.core.handlers.ACT_RequestClassUpdateHandler
 
ACT_RequestUpdateHandler - Class in org.portico.core.handlers
This handler is somewhat like the ACT_RequestClassUpdateHandler, except that it works on a single instance (rather than all instances of a given class).
ACT_RequestUpdateHandler() - Constructor for class org.portico.core.handlers.ACT_RequestUpdateHandler
 
ACT_SyncPointAchieveHandler - Class in org.portico.core.handlers
This handler processes information about a federate achieving a synchronization point.
ACT_SyncPointAchieveHandler() - Constructor for class org.portico.core.handlers.ACT_SyncPointAchieveHandler
 
ACT_SyncPointRegisterHandler - Class in org.portico.core.handlers
This handler is only responsible for delivering callbacks about a sync point registration.
ACT_SyncPointRegisterHandler() - Constructor for class org.portico.core.handlers.ACT_SyncPointRegisterHandler
 
ACT_TimeAdvancementHandler - Class in org.portico.core.handlers
This method handles the processing of time advancement requests in the action queue.
ACT_TimeAdvancementHandler() - Constructor for class org.portico.core.handlers.ACT_TimeAdvancementHandler
 
ACT_TimeStatusHandler - Class in org.portico.core.handlers
This handler processes requests to enable time constrained of regulating.
ACT_TimeStatusHandler() - Constructor for class org.portico.core.handlers.ACT_TimeStatusHandler
 
ACT_UpdateHandler - Class in org.portico.core.handlers
This class handles the distribution of attribute update requests to all the relevant federates.
ACT_UpdateHandler() - Constructor for class org.portico.core.handlers.ACT_UpdateHandler
 
actionPerformed(ActionEvent) - Method in class org.portico.core.gui.ManagementGUI
Depending on the button pressed, the following actions will be taken: null: Assumed to be the start/stop RTI button Start/Stop: Switch the status of the RTI (turn it off if it is on etc...)
actionProcessor - Variable in class org.portico.core.fedex.Federation
 
actionQueue - Variable in class org.portico.core.fedex.Federation
 
ActionQueueProcessor - Class in org.portico.core.fedex
This class represents the thread that will take messages from the action queue and pass them to the action sink where they will be processed.
ActionQueueProcessor(Federation) - Constructor for class org.portico.core.fedex.ActionQueueProcessor
Create a new queue processor for the given Federation.
actionSink - Variable in class org.portico.core.fedex.Federation
 
actionThread - Variable in class org.portico.core.fedex.Federation
 
active - Variable in class org.portico.binding.jsop.rti.JSOPActiveConnection
 
active - Variable in class org.portico.binding.jsop.rti.JSOPBootstrap
 
active - Variable in class org.portico.binding.jsop.rti.JSOPDaemon
 
active - Variable in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
add(LogicalTime) - Method in class org.portico.impl.hla13.types.DoubleTime
Will return an interval whose value is the sum of this logical time and the given logical time.
add(int, byte[]) - Method in class org.portico.impl.hla13.types.HLA13ByteArrayMap
Add pair beyond last index.
add(int) - Method in class org.portico.impl.hla13.types.HLA13Set
Add the handle to the set.
add(LogicalTimeInterval) - Method in class org.portico.impl.hla1516.types.DoubleTime
Returns a LogicalTime whose value is (this + val).
add_escapes(String) - Method in exception org.portico.impl.hla13.fomparser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAllAttributes(Set<ACInstance>) - Method in class org.portico.shared.model.OCInstance
This method will just call addAttribute(ACInstance) for each of the attributes contained in the given set.
addAttribute(ACInstance) - Method in class org.portico.shared.model.OCInstance
Stores the given attribute in this object instance.
addAttribute(ACMetadata) - Method in class org.portico.shared.model.OCMetadata
Adds the given attribute to this object class.
addConnection(JSOPActiveConnection) - Method in class org.portico.binding.jsop.rti.JSOPDaemon
Add the given connection to our local store.
addDimension(Dimension) - Method in class org.portico.shared.model.Space
Adds the given dimension to this space.
addEscapes(String) - Static method in error org.portico.impl.hla13.fomparser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addFederationConfiguration(ModuleGroup) - Method in class org.portico.core.FedexFactory
Adds a new module group containing configuration data to the factory.
addInstance(OCInstance, int) - Method in class org.portico.lrc.LRCInstanceRepository
Adds the given instance to the repository.
addInteractionClass(ICMetadata) - Method in class org.portico.shared.model.ObjectModel
Add the given interaction class to this model.
addObjectClass(OCMetadata) - Method in class org.portico.shared.model.ObjectModel
Add the given object class to this model.
addParameter(PCMetadata) - Method in class org.portico.shared.model.ICMetadata
Adds the given parameter to this interaction class.
addPluginConfiguration(LoadedLibrary.Type, URL) - Method in class org.portico.shared.plugin.LoadedLibrary
Add a URL that points to the location within the library of a plugin configuration.
addRegion(RegionInstance) - Method in class org.portico.core.fedex.RegionStore
Add the given RegionInstance to the store.
addRegion(int) - Method in class org.portico.lrc.LRCInterestManager.RegionSubscription
 
addRegion(RegionInstance) - Method in class org.portico.lrc.LRCRegionStore
Adds the given RegionInstance to the store.
addSpace(Space) - Method in class org.portico.shared.model.ObjectModel
Add the given Space to this model.
adjustBeginLineColumn(int, int) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
advanceFederate(Federate, TimeManager.TimeStatus) - Method in class org.portico.core.handlers.ACT_TimeAdvancementHandler
This method is responsible for generating a time advance granted message for the federate and placing it on the callback queue.
advancePossible(TimeManager.TimeStatus, boolean, double) - Method in class org.portico.core.handlers.ACT_TimeAdvancementHandler
Determines if an advance is possible for a CONSTRAINED federate given the time status, federation LBTS and status of regulating federates (ie. are there regulating federates in the federation or not?).
advancing - Variable in class org.portico.core.fedex.TimeManager.TimeStatus
 
advancing - Variable in class org.portico.lrc.LRCState
 
allFederateHandles - Variable in class org.portico.shared.model.MOMHelper
 
allFederationHandles - Variable in class org.portico.shared.model.MOMHelper
 
ALPHA - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
announceSynchronizationPoint(int, String, byte[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
announceSynchronizationPoint(String, byte[]) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
announceSyncPoint(String) - Method in class org.portico.core.fedex.FederateState
A sync point of the given label has been announced, store it
announceSyncPoint(String, String, byte[]) - Method in class org.portico.core.handlers.REQ_SyncPointRegisterHandler
Announce the synchronization point of the given label to all the relevant federates.
APP_NAME - Static variable in class org.portico.core.gui.ManagementGUI
 
appendClasspath(File, Logger) - Method in class org.portico.shared.plugin.PluginLocator
This method will append the given location to the system classpath.
aquireRtiPermit() - Method in class org.portico.core.fedex.LockStore
This private method will aquire a permit to get a lock.
argConfig(String[]) - Method in class org.portico.core.config.CLConfigurator
Specify the configuration file to use
argDiagnostics(String[]) - Method in class org.portico.core.config.CLConfigurator
Trigger a diagnostic run.
argDisableJsop(String[]) - Method in class org.portico.core.config.CLConfigurator
If argument is supplied, the JSOP bootstrap will not start
argHelp(String[]) - Method in class org.portico.core.config.CLConfigurator
Will just throw a ConfigurationException to cause the help to be printed
argHome(String[]) - Method in class org.portico.core.config.CLConfigurator
Specify the location of the portico installation (if you are starting from another dir
argHook(String[]) - Method in class org.portico.core.config.CLConfigurator
Will remove the portico shutdown hook
argIDC(String[]) - Method in class org.portico.core.config.CLConfigurator
Ignore the default configuration file
argLogHandles(String[]) - Method in class org.portico.core.config.CLConfigurator
If found, will use handles in the log names, rather than qualified names of types
argLogLevel(String[]) - Method in class org.portico.core.config.CLConfigurator
Allows the user to set the log level that will be used.
argMom(String[]) - Method in class org.portico.core.config.CLConfigurator
Disables the MOM if the command line argument is present
argMulticast(String[]) - Method in class org.portico.core.config.CLConfigurator
Disable multicast discovery
argNonStandard(String[]) - Method in class org.portico.core.config.CLConfigurator
A non-standard argument has been supplied, store it in a centrally accessible location
argPeeps(String[]) - Method in class org.portico.core.config.CLConfigurator
 
argPluginDir(String[]) - Method in class org.portico.core.config.CLConfigurator
Use the given directory as the plugin dir location
argPrintFom(String[]) - Method in class org.portico.core.config.CLConfigurator
 
argQuiet(String[]) - Method in class org.portico.core.config.CLConfigurator
Turns quiet mode on for command line ONLY (sets log level to ERROR)
argSilent(String[]) - Method in class org.portico.core.config.CLConfigurator
Turns silent mode on for the command line ONLY (sets level of OFF)
argStrict(String[]) - Method in class org.portico.core.config.CLConfigurator
It this argument is set, turn on strict mode when starting bootstraps
arguments - Variable in class org.portico.core.EmbeddedExecutor.EEThread
 
argVerbose(String[]) - Method in class org.portico.core.config.CLConfigurator
Turns verbose mode on for the command line and log file (same as --log-level DEBUG)
argVVerbose(String[]) - Method in class org.portico.core.config.CLConfigurator
Turns verbose mode on for the command line and log file (same as --log-level TRACE)
arrayToString(int[]) - Static method in class org.portico.shared.PorticoConstants
This is the same as PorticoConstants.setToString(Set), except that it works on an int[].
arrayToStringWithSizes(int[], byte[][]) - Static method in class org.portico.shared.PorticoConstants
The same as PorticoConstants.arrayToString(int[]) except that it adds information about the size of the values provided in the second 2d array.
asRTIError() - Method in exception org.portico.shared.compat.JException
 
associate(RTI_AssociateForUpdates, MessageContext) - Method in class org.portico.core.handlers.REQ_AssociateRegionHandler
This method will associate a set of attributes of a particular object instance with a region so that when an update is sent, federates that use DDM and are not subscribed with an overlapping region won't receive the update.
associate(RTI_AssociateForUpdates, MessageContext) - Method in class org.portico.lrc.handlers.REQ_AssociateRegionHandler
This method will associate a set of attributes of a particular object instance with a region so that when an update is sent, federates that use DDM and are not subscribed with an overlapping region won't receive the update.
associateRegionForUpdates(Region, int, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
associateRegionForUpdates(Region, int, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
associateRegionForUpdates(Region, int, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
associateRegionsForUpdates(ObjectInstanceHandle, AttributeSetRegionSetPairList) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
associations - Variable in class org.portico.core.fedex.RegionGroup
 
async - Variable in class org.portico.lrc.LRCQueue
 
async - Variable in class org.portico.lrc.LRCState
 
attachAttributes(Element, OCMetadata) - Method in class org.portico.impl.hla1516.fomparser.FOM
 
attachParameters(Element, ICMetadata) - Method in class org.portico.impl.hla1516.fomparser.FOM
 
ATTRIBUTE - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
attributeHandles - Variable in class org.portico.shared.msg.RTI_PublishObjectClass
A HashSet is used (rather than Set) because it is guaranteed to be serializable
attributeHandles - Variable in class org.portico.shared.msg.RTI_RequestClassUpdate
 
attributeHandles - Variable in class org.portico.shared.msg.RTI_SubscribeObjectClass
A HashSet is used (rather than Set) because it is guaranteed to be serializable
attributeIsNotOwned(int, int, int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
attributeIsNotOwned(int, int) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
attributeOwnedByRTI(int, int, int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
attributeOwnedByRTI(int, int) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
attributeOwnershipAcquisition(int, int[], byte[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
attributeOwnershipAcquisition(int, AttributeHandleSet, byte[]) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
attributeOwnershipAcquisition(int, AttributeHandleSet, String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
attributeOwnershipAcquisition(ObjectInstanceHandle, AttributeHandleSet, byte[]) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
attributeOwnershipAcquisitionIfAvailable(int, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
attributeOwnershipAcquisitionIfAvailable(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
attributeOwnershipAcquisitionIfAvailable(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
attributeOwnershipAcquisitionIfAvailable(ObjectInstanceHandle, AttributeHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
attributeOwnershipAcquisitionNotification(int, int, int[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
attributeOwnershipAcquisitionNotification(int, AttributeHandleSet) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
attributeOwnershipDivestitureIfWanted(ObjectInstanceHandle, AttributeHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
attributeOwnershipDivestitureNotification(int, int, int[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
attributeOwnershipDivestitureNotification(int, AttributeHandleSet) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
attributeOwnershipReleaseResponse(int, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
attributeOwnershipReleaseResponse(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
attributeOwnershipReleaseResponse(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
attributeOwnershipUnavailable(int, int, int[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
attributeOwnershipUnavailable(int, AttributeHandleSet) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
attributes - Variable in class org.portico.shared.model.OCInstance
 
attributes - Variable in class org.portico.shared.model.OCMetadata
 
attributes - Variable in class org.portico.shared.msg.FED_ProvideUpdate
 
attributes - Variable in class org.portico.shared.msg.FED_ReflectAttributes
 
attributes - Variable in class org.portico.shared.msg.RTI_AssociateForUpdates
 
attributes - Variable in class org.portico.shared.msg.RTI_RegisterObject
 
attributes - Variable in class org.portico.shared.msg.RTI_RequestObjectUpdate
 
attributes - Variable in class org.portico.shared.msg.RTI_UnpublishObjectClass
 
attributes - Variable in class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
attributes - Variable in class org.portico.shared.msg.RTI_UpdateAttributes
 
attributesInScope(int, int, int[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
attributesInScope(int, AttributeHandleSet) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
attributesOutOfScope(int, int, int[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
attributesOutOfScope(int, AttributeHandleSet) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
augment(RegionInstance, Set<Integer>) - Method in class org.portico.core.fedex.RegionGroup
Augments any existing association for the region by adding the provided attributes to the set of those that are currently associated with the region.
available - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 

B

backup(int) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
beginColumn - Variable in class org.portico.impl.hla13.fomparser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.portico.impl.hla13.fomparser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
bootstrap - Variable in class org.portico.binding.jsop.rti.JSOPActiveConnection
 
bootstrap - Variable in class org.portico.binding.jsop.rti.JSOPDaemon
 
bootstrap - Variable in class org.portico.binding.jvm.JVMClientConnection
 
Bootstrap - Class in org.portico.core
A Bootstrap is a component that is notified when the Portico RTI server is starting up and shutting down.
Bootstrap(String) - Constructor for class org.portico.core.Bootstrap
Create a new bootstrap with the given name.
bootstrapCreate(MessageContext) - Method in class org.portico.binding.jvm.JVMClientConnection
Passes the create-federation reqeust directly onto the RTI.
bootstrapDestroy(MessageContext) - Method in class org.portico.binding.jvm.JVMClientConnection
Passes the destroy-federation reqeust directly onto the RTI.
bootstrapHandler - Variable in class org.portico.binding.jsop.rti.JSOPActiveConnection
 
bootstrapHandler - Variable in class org.portico.core.Bootstrap
 
BootstrapHandler - Class in org.portico.core
This class exists to handle the processing of the bootstrap messages (create, destory and join).
BootstrapHandler(RTIExec) - Constructor for class org.portico.core.BootstrapHandler
 
bootstrapHandler - Variable in class org.portico.core.BootstrapManager
 
bootstrapJoin(MessageContext) - Method in class org.portico.binding.jvm.JVMClientConnection
Pass the join request directly to the RTI execution.
bootstrapLogging() - Static method in class org.portico.core.RTIExec
This method will bootstrap the logging for the RTI.
bootstrapLogging() - Method in class org.portico.lrc.LRCConfigurator
This method will initialize and configure the logging properties for the LRC.
BootstrapManager - Class in org.portico.core
This class contains and allows for the management of a collection of Bootstrap instances for a given RTIExec.
BootstrapManager(RTIExec) - Constructor for class org.portico.core.BootstrapManager
Create a new bootstrap manager for the given execution.
bootstrapManager - Variable in class org.portico.core.RTIExec
 
bufcolumn - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
buffer - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
bufline - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
bufpos - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
bufsize - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
buttonPanel - Variable in class org.portico.core.gui.ManagementGUI
 
byFederate - Variable in class org.portico.core.fedex.Repository
 
bytesToString(byte[]) - Method in class org.portico.shared.msg.RTI_RequestMessage
 
byType - Variable in class org.portico.core.fedex.Repository
 

C

callbackLogger - Variable in class org.portico.lrc.LRC
 
callbackProcessor - Variable in class org.portico.core.fedex.Federation
 
callbackQueue - Variable in class org.portico.core.fedex.Federation
 
callbackQueue - Variable in class org.portico.lrc.LRC
 
CallbackQueueProcessor - Class in org.portico.core.fedex
This class manages a number of threads dedicated to processing the callback queue for a Federation.
CallbackQueueProcessor(Federation) - Constructor for class org.portico.core.fedex.CallbackQueueProcessor
Create a new processor for the given federation
CallbackQueueProcessor.CQProcessor - Class in org.portico.core.fedex
The CallbackQueueProcessor.CQProcessor class is the workhorse of the CallbackQueueProcessor.
CallbackQueueProcessor.CQProcessor(String) - Constructor for class org.portico.core.fedex.CallbackQueueProcessor.CQProcessor
 
callbackSink - Variable in class org.portico.lrc.LRC
 
cancelAttributeOwnershipAcquisition(int, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
cancelAttributeOwnershipAcquisition(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
cancelAttributeOwnershipAcquisition(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
cancelAttributeOwnershipAcquisition(ObjectInstanceHandle, AttributeHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
cancelNegotiatedAttributeOwnershipDivestiture(int, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
cancelNegotiatedAttributeOwnershipDivestiture(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
cancelNegotiatedAttributeOwnershipDivestiture(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
cancelNegotiatedAttributeOwnershipDivestiture(ObjectInstanceHandle, AttributeHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
canDelete(Federate, int) - Method in class org.portico.core.fedex.Repository
This is just a shortcut to getting the instance of the given handle and asking it if the given fedeate is the owner.
changeAttributeOrderType(int, int[], int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
changeAttributeOrderType(int, AttributeHandleSet, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
changeAttributeOrderType(int, AttributeHandleSet, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
changeAttributeOrderType(ObjectInstanceHandle, AttributeHandleSet, OrderType) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
changeAttributeTransportationType(int, int[], int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
changeAttributeTransportationType(int, AttributeHandleSet, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
changeAttributeTransportationType(int, AttributeHandleSet, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
changeAttributeTransportationType(ObjectInstanceHandle, AttributeHandleSet, TransportationType) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
changeInteractionOrderType(int, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
changeInteractionOrderType(int, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
changeInteractionOrderType(int, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
changeInteractionOrderType(InteractionClassHandle, OrderType) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
changeInteractionTransportationType(int, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
changeInteractionTransportationType(int, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
changeInteractionTransportationType(int, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
changeInteractionTransportationType(InteractionClassHandle, TransportationType) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
CHAR - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
checkAccess() - Method in class org.portico.impl.hla13.Impl13Helper
Check to see if we are currently ticking (and thus not able to make an RTI callback).
checkAccess() - Method in class org.portico.impl.hla13.ImplJava1Helper
Check to see if we are currently ticking (and thus not able to make an RTI callback).
checkAccess() - Method in class org.portico.impl.hla1516.Impl1516Helper
Check to see if we are currently ticking (and thus not able to make an RTI callback).
checkAccess() - Method in class org.portico.lrc.LRCState
Check to see if we are currently ticking (and thus not able to make an RTI callback).
checkAdvancing() - Method in class org.portico.impl.hla13.Impl13Helper
Check to see if we are advancing.
checkAdvancing() - Method in class org.portico.impl.hla13.ImplJava1Helper
Check to see if we are advancing.
checkAdvancing() - Method in class org.portico.impl.hla1516.Impl1516Helper
Check to see if we are advancing.
checkAdvancing() - Method in class org.portico.lrc.LRCState
Check to see if we are advancing.
checkDDM(RTI_RegisterObject, OCMetadata) - Method in class org.portico.lrc.handlers.REQ_RegisterObjectHandler
This method will run DDM related checks on the provided information.
checkDimension(int) - Method in class org.portico.shared.model.Extent
The 1.3 spec says that if there is no dimension in the extent for a requested action, an ArrayIndexOutOfBounds exception should be thrown.
checkIndex(int) - Method in class org.portico.shared.model.RegionInstance
Checks the provided index to make sure it is valid for this Region (greater than 0 and less than the number of contained extents-1).
checkJoined() - Method in class org.portico.impl.hla13.Impl13Helper
This method checks to see if the federate associated with this LRC is joined to a federation.
checkJoined() - Method in class org.portico.impl.hla13.ImplJava1Helper
This method checks to see if the federate associated with this LRC is joined to a federation.
checkJoined() - Method in class org.portico.impl.hla1516.Impl1516Helper
This method checks to see if the federate associated with this LRC is joined to a federation.
checkJoined() - Method in class org.portico.lrc.LRCState
This method checks to see if the federate associated with this LRC is joined to a federation.
checkPublished(int) - Method in class org.portico.lrc.handlers.REQ_RegisterObjectHandler
This method will try to find the OCMetadata for the object class with the given handle, validate that this federate is publishing that class and then return the metadata.
checkRestore() - Method in class org.portico.impl.hla13.Impl13Helper
 
checkRestore() - Method in class org.portico.impl.hla13.ImplJava1Helper
 
checkRestore() - Method in class org.portico.impl.hla1516.Impl1516Helper
 
checkRestore() - Method in class org.portico.lrc.LRCState
Checks to see whether or not the LRC is currently in the middle of a restore process.
checkSave() - Method in class org.portico.impl.hla13.Impl13Helper
 
checkSave() - Method in class org.portico.impl.hla13.ImplJava1Helper
 
checkSave() - Method in class org.portico.impl.hla1516.Impl1516Helper
 
checkSave() - Method in class org.portico.lrc.LRCState
Checks to see whether or not the LRC is currently in the middle of a save process.
checkSyncAnnounced(String) - Method in class org.portico.impl.hla13.Impl13Helper
Checks to see if the given synchronization point label has been announced
checkSyncAnnounced(String) - Method in class org.portico.impl.hla13.ImplJava1Helper
Checks to see if the given synchronization point label has been announced
checkSyncAnnounced(String) - Method in class org.portico.impl.hla1516.Impl1516Helper
Checks to see if the given synchronization point label has been announced
checkSyncAnnounced(String) - Method in class org.portico.lrc.LRCState
Checks to see if the given synchronization point label has been announced
checkSyncNotAchieved(String) - Method in class org.portico.lrc.LRCState
Checks to see if the given sync point has already been acheived.
checkTimeConstrained() - Method in class org.portico.impl.hla13.Impl13Helper
Check to see if there is a time constrained enable pending.
checkTimeConstrained() - Method in class org.portico.impl.hla13.ImplJava1Helper
Check to see if there is a time constrained enable pending.
checkTimeConstrained() - Method in class org.portico.impl.hla1516.Impl1516Helper
Check to see if there is a time constrained enable pending.
checkTimeConstrained() - Method in class org.portico.lrc.LRCState
Check to see if there is a time constrained enable pending.
checkTimeRegulation() - Method in class org.portico.impl.hla13.Impl13Helper
Check to see if there is a time regulation enable pending.
checkTimeRegulation() - Method in class org.portico.impl.hla13.ImplJava1Helper
Check to see if there is a time regulation enable pending.
checkTimeRegulation() - Method in class org.portico.impl.hla1516.Impl1516Helper
Check to see if there is a time regulation enable pending.
checkTimeRegulation() - Method in class org.portico.lrc.LRCState
Check to see if there is a time regulation enable pending.
checkValidTime(double) - Method in class org.portico.impl.hla13.Impl13Helper
Validate that the given time is valid for the current state (that it is equal to or greater than the current LBTS for this federate).
checkValidTime(double) - Method in class org.portico.impl.hla13.ImplJava1Helper
Validate that the given time is valid for the current state (that it is equal to or greater than the current LBTS for this federate).
checkValidTime(double) - Method in class org.portico.impl.hla1516.Impl1516Helper
Validate that the given time is valid for the current state (that it is equal to or greater than the current LBTS for this federate).
checkValidTime(double) - Method in class org.portico.lrc.LRCState
Validate that the given time is valid for the current state (that it is equal to or greater than the current LBTS for this federate).
children - Variable in class org.portico.shared.model.ICMetadata
 
children - Variable in class org.portico.shared.model.OCMetadata
 
CLASS - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
classHandle - Variable in class org.portico.core.msg.INT_NewSubscription
 
classHandle - Variable in class org.portico.lrc.LRCInterestManager.RegionSubscription
 
classHandle - Variable in class org.portico.shared.msg.RTI_PublishInteractionClass
 
classHandle - Variable in class org.portico.shared.msg.RTI_PublishObjectClass
 
classHandle - Variable in class org.portico.shared.msg.RTI_RegisterObject
 
classHandle - Variable in class org.portico.shared.msg.RTI_RequestClassUpdate
 
classHandle - Variable in class org.portico.shared.msg.RTI_SubscribeInteractionClass
 
classHandle - Variable in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
classHandle - Variable in class org.portico.shared.msg.RTI_UnpublishInteractionClass
 
classHandle - Variable in class org.portico.shared.msg.RTI_UnpublishObjectClass
 
classHandle - Variable in class org.portico.shared.msg.RTI_UnsubscribeInteractionClass
 
classHandle - Variable in class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
clazz - Variable in class org.portico.core.EmbeddedExecutor.EEThread
 
CLB_CallbackHandler - Class in org.portico.impl.hla13.handlers
This class is an "all-in-one" callback message handler.
CLB_CallbackHandler() - Constructor for class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
CLB_CallbackHandler - Class in org.portico.impl.hla1516.handlers
This class is an "all-in-one" callback message handler.
CLB_CallbackHandler() - Constructor for class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
CLB_Java1CallbackHandler - Class in org.portico.impl.hla13.handlers
This class is pretty much a clone of CLB_CallbackHandler except for the hla.rti13.java1 interface rather than hla.rti.
CLB_Java1CallbackHandler() - Constructor for class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
CLB_Terminator - Class in org.portico.lrc.handlers
This handler processes messages of type EXT_TerminateLRC.
CLB_Terminator() - Constructor for class org.portico.lrc.handlers.CLB_Terminator
 
CLConfigurator - Class in org.portico.core.config
Handles the configuration from command line properties.
CLConfigurator() - Constructor for class org.portico.core.config.CLConfigurator
Creates the configurator and initializes it with all the appropriate Arguments.
cleanup() - Method in class org.portico.binding.jvm.JVMBootstrap
Set the JVMBootstrap.INSTANCE variable to null, thus removing the ability of any jvm federates to access the RTI.
clear() - Method in class org.portico.lrc.LRCInterestManager
Remove all information and reset the manager to its initial state
clearButton - Variable in class org.portico.core.gui.ManagementGUI
 
clearMenuItem - Variable in class org.portico.core.gui.ManagementGUI
 
cleave() - Method in class org.portico.shared.model.OCMetadata
This method will cause this object class to remove any links between it and the object model to which it is currently attached.
client - Variable in class org.portico.binding.jvm.JVMServerConnection
 
clone() - Method in class org.portico.impl.hla13.types.HLA13Set
Classic clone
clone() - Method in class org.portico.shared.model.Extent
This method will create a full copy of the current Extent and return it.
clone() - Method in class org.portico.shared.model.RegionInstance
This method will do a deep-copy of the current , returning the new instance such that it has all the values that the original (current) instance has.
close() - Method in class org.portico.binding.jsop.lrc.JSOPClientConnection
This method will close the connection to the RTI and kill the active thread that is processing incoming messages.
close(String) - Method in class org.portico.binding.jsop.rti.JSOPActiveConnection.JSOPServerConnection
Closes the socket connection making sure to clean everything up once it is done.
close() - Method in class org.portico.binding.jvm.JVMClientConnection
Doesn't do anything in the JVM connection
close(String) - Method in class org.portico.binding.jvm.JVMServerConnection
Called when the connection should close (for whatever reason).
close(String) - Method in class org.portico.core.fedex.mom.MomConnection
This is called when someone attempts to manually close the MOM connection.
close(String) - Method in class org.portico.core.RTIConnection
This method should close the connection to the client.
close() - Method in class org.portico.lrc.LRCConnection
This method is called when the connection should be closed.
closeSocket() - Method in class org.portico.binding.jsop.rti.JSOPActiveConnection
Closes off the socket that this connection was attached to.
column - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
COMMAND_LINE - Static variable in class org.portico.core.Main
 
commitRegionModifications(RegionHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
compare(FED_CallbackMessage, FED_CallbackMessage) - Method in class org.portico.lrc.LRCQueue.Sorter
 
compareTo(Object) - Method in class org.portico.impl.hla1516.types.DoubleTime
 
compareTo(Object) - Method in class org.portico.impl.hla1516.types.DoubleTimeInterval
 
condition - Variable in class org.portico.lrc.LRCQueue
 
CONFIG_DEFAULT - Static variable in class org.portico.core.RTIExec
The location of the default configuration file to be applied before a user file
CONFIG_FILE - Static variable in class org.portico.core.MainProperties
The location of the configuration file.
CONFIG_HANDLER - Static variable in class org.portico.core.Bootstrap
 
CONFIG_RTIEXEC - Static variable in class org.portico.core.Bootstrap
 
configure(Bag<String, ?>) - Method in class org.portico.binding.jsop.lrc.JSOPClientConnection
Extracts the host it should connect to from the JSOPClientConnection.PROP_HOST key in the properties (with a default of JSOPClientConnection.DEFAULT_HOST).
configure(Bag<String, ?>) - Method in class org.portico.binding.jvm.JVMClientConnection
When this method is executed, it will attempt to gain a reference to the JVMBootstrap, through which it can gain access to the RTI.
configure(Bag<String, ?>) - Method in class org.portico.core.Bootstrap
This method extracts from the given properties a number of requsite components (such as the bootstrap handler, to which create/join/destroy requests should be passed).
configure(LRC) - Method in class org.portico.lrc.LRCConfigurator
This method will do the following: Initialize the LRC sinks with the default configuration Looks for any plugins and processed any configurations found in them Apply any user configuration (from any file pointed to by the system property LRCProperties.PROP_CONFIG if it exists - does nothing if it doesn't) Creates and configures the connection The user configuration is applied last so that it can override any settings provided by the default or plugin configurations.
configure(Bag<String, ?>) - Method in class org.portico.lrc.LRCConnection
This method will check the given properties for the LRC.KEY_LRC, which should be bound to an instance of the LRC that this connection is to be associated with.
configureBootstrap(Bag<String, ?>) - Method in class org.portico.binding.jsop.rti.JSOPBootstrap
Looks in the given properties for the port on which the JSOPDaemon should listen for incoming JSOP connections.
configureBootstrap(Bag<String, ?>) - Method in class org.portico.core.Bootstrap
Called when the Bootstrap is being configured.
configured - Variable in class org.portico.core.RTIExec
 
confirmAttributeOwnershipAcquisitionCancellation(int, int, int[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
confirmAttributeOwnershipAcquisitionCancellation(int, AttributeHandleSet) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
confirmDivestiture(ObjectInstanceHandle, AttributeHandleSet, byte[]) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
CONNECT_TIMEOUT - Static variable in class org.portico.binding.jsop.JSOPConstants
The timeout for new connection to the server (in millis).
connection - Variable in class org.portico.core.fedex.Federate
 
connection - Variable in class org.portico.core.fedex.mom.MomManager
 
connection - Variable in class org.portico.lrc.LRC
 
connectToHost(String) - Method in class org.portico.binding.jsop.lrc.JSOPClientConnection
This method will attempt to open a JSOP connection to an RTI using the information in the given parameter.
constrained - Variable in class org.portico.core.fedex.TimeManager
 
constrained - Variable in class org.portico.core.fedex.TimeManager.TimeStatus
 
constrained - Variable in class org.portico.lrc.LRCQueue
 
constrained - Variable in class org.portico.lrc.LRCState
 
constrainedEnabled(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
constrainedEnabled(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
constrainedEnabled(RequestMessage) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
container - Variable in class org.portico.shared.model.ACInstance
 
container - Variable in class org.portico.shared.model.ACMetadata
 
container - Variable in class org.portico.shared.model.Dimension
 
container - Variable in class org.portico.shared.model.PCMetadata
 
containsBootstrap(String) - Method in class org.portico.core.BootstrapManager
Returns true if this manager contains a bootstrap by the given name, false otherwise.
containsConstrainedFederates() - Method in class org.portico.core.fedex.TimeManager
 
containsFederate(String) - Method in class org.portico.core.fedex.Federation
Does this federation contain a federate by the given name?
containsInstance(int) - Method in class org.portico.lrc.LRCInstanceRepository
Returns true if this repository contains an instance with the given handle, false otherwise
containsRegion(int) - Method in class org.portico.lrc.LRCRegionStore
Returns true if the store contains a RegionInstance with the given handle, false otherwise.
containsRegion(RegionInstance) - Method in class org.portico.lrc.LRCRegionStore
Returns true if the store contains the given RegionInstance, false otherwise.
containsRegion(HLA13Region) - Method in class org.portico.lrc.LRCRegionStore
Returns true if the store contains the given HLA13Region, false otherwise.
containsRegion(Java1Region) - Method in class org.portico.lrc.LRCRegionStore
Returns true if the store contains the given Java1Region, false otherwise.
containsRegulatingFederates() - Method in class org.portico.core.fedex.TimeManager
 
convert(Bag<String, ?>) - Method in class org.portico.core.BootstrapManager
Converts a BagconvertAttributes(int[], byte[][]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
Converts the form that attribute values are sent over from C++ in into the form expected by the java side of the bindings.
convertAttributes(SuppliedAttributes) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
Converts the SuppliedAttributes to a Portico type.
convertHandles(int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
Converts the form that attribute handles are sent over from C++ in into the form expected by the java side of the bindings
convertHandles(AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
Convert the given AttributeHandleSet to a HashSet of integers representing the handles
convertHandleSet(Set<Integer>) - Method in class org.portico.core.handlers.REQ_SyncPointRegisterHandler
Convert the given set of handles to a set of federates and checks to make sure that each handle refers to an actual live federate.
convertLookahead(LogicalTimeInterval) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
Converts the interval into the double value held by it.
convertParameters(int[], byte[][]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
Converts the form that parameter values are sent over from C++ in into the form expected by the java side of the bindings.
convertParameters(SuppliedParameters) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
Converts the SuppliedAttributes to a Portico type.
convertRegion(Region) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
This method will take in a given region instance, check that it is of the appropriate Portico type, convert it to the type and return it.
convertRegion(Region) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
This method will take in a given region instance, check that it is of the appropriate Portico type, convert it to the type and return it.
convertRegions(Region[]) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
Convert the given array of regions to an array of integers that represents the region tokens of each of the regions.
convertRegions(Region[]) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
Convert the given array of regions to an array of integers that represents the region tokens of each of the regions.
convertTag(byte[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
convertTime(LogicalTime) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
Converts a LogicalTime to a PorticoTime and extracts the double value of the time from it, throwing an exception if there is a problem.
copy(RegionInstance) - Method in class org.portico.shared.model.RegionInstance
Remove any current state and copy all the values from the given RegionInstance to this one.
CoreMessageHandler - Class in org.portico.core.handlers
This class should be the parent of all core message handlers.
CoreMessageHandler() - Constructor for class org.portico.core.handlers.CoreMessageHandler
 
CoreMessageHandler(String) - Constructor for class org.portico.core.handlers.CoreMessageHandler
 
COUNTER - Static variable in class org.portico.binding.jsop.rti.JSOPActiveConnection
 
create() - Method in class org.portico.impl.hla13.types.HLA13AttributeHandleSetFactory
 
create() - Method in class org.portico.impl.hla13.types.HLA13FederateHandleSetFactory
 
create(int) - Method in class org.portico.impl.hla13.types.HLA13SuppliedAttributesFactory
 
create(int) - Method in class org.portico.impl.hla13.types.HLA13SuppliedParametersFactory
 
create() - Method in class org.portico.impl.hla1516.types.HLA1516AttributeHandleSetFactory
 
create(int) - Method in class org.portico.impl.hla1516.types.HLA1516AttributeHandleValueMapFactory
 
create() - Method in class org.portico.impl.hla1516.types.HLA1516FederateHandleSetFactory
 
create(int) - Method in class org.portico.impl.hla1516.types.HLA1516ParameterHandleValueMapFactory
 
createAttributeHandleSet() - Method in class org.portico.dlc.HLA13RTIFactory
 
createConnection(LRC) - Method in class org.portico.lrc.LRCConfigurator
This method will create the connection for the LRC.
createFederate() - Method in class org.portico.core.fedex.mom.MomManager
This method creates the psudeo-Federate that is used to represent the MOM within the associated Federation.
createFederate(String, Federation, RTIConnection) - Method in class org.portico.core.FedexFactory
Create, configure and return a new Federate instance.
createFederateHandleSet() - Method in class org.portico.dlc.HLA13RTIFactory
 
createFederation(MessageContext) - Method in class org.portico.core.BootstrapHandler
Requests the creation of a federation directly on the RTIExec that was used to create this handler.
createFederation(String, ObjectModel) - Method in class org.portico.core.FedexFactory
This method will create a new Federation instance.
createFederationExecution(String, ObjectModel) - Method in class org.portico.core.RTIExec
Creates a new Federation and registers it with this execution.
createFederationExecution(String, String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
createFederationExecution(String, URL) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
createFederationExecution(String, String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
createFederationExecution(String, URL) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
createRegion(Federate, int, int) - Method in class org.portico.core.fedex.RegionStore
Create a new RegionInstance instance, filling it out with the appropriate values.
createRegion(int, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
createRegion(int, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
createRegion(int, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
createRegion(DimensionHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
createRegionAndStore(Federate, int, int) - Method in class org.portico.core.fedex.RegionStore
This method is the same as RegionStore.createRegion(Federate, int, int) except that AFTER the RegionInstance has been successfully created, it will be added to the store.
createRtiAmbassador() - Method in class org.portico.dlc.HLA13RTIFactory
 
createSuppliedAttributes() - Method in class org.portico.dlc.HLA13RTIFactory
 
createSuppliedParameters() - Method in class org.portico.dlc.HLA13RTIFactory
 
curChar - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
curLexState - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
currentTime - Variable in class org.portico.core.fedex.TimeManager.TimeStatus
 
currentToken - Variable in exception org.portico.impl.hla13.fomparser.ParseException
This is the last token that has been consumed successfully.

D

daemon - Variable in class org.portico.binding.jsop.rti.JSOPBootstrap
 
daemonSocket - Variable in class org.portico.binding.jsop.lrc.JSOPClientConnection
 
daemonThread - Variable in class org.portico.binding.jsop.rti.JSOPBootstrap
 
debugStream - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
decode(byte[], int) - Method in class org.portico.impl.hla13.types.DoubleTimeFactory
 
decode(byte[], int) - Method in class org.portico.impl.hla13.types.DoubleTimeIntervalFactory
 
decode(byte[], int) - Method in class org.portico.impl.hla1516.types.DoubleTimeFactory
 
decode(byte[], int) - Method in class org.portico.impl.hla1516.types.DoubleTimeIntervalFactory
 
decode(byte[], int) - Method in class org.portico.impl.hla1516.types.HLA1516AttributeHandleFactory
 
decode(byte[], int) - Method in class org.portico.impl.hla1516.types.HLA1516FederateHandleFactory
 
decode(byte[], int) - Method in class org.portico.impl.hla1516.types.HLA1516InteractionClassHandleFactory
 
decode(byte[], int) - Method in class org.portico.impl.hla1516.types.HLA1516ObjectClassHandleFactory
 
decode(byte[], int) - Method in class org.portico.impl.hla1516.types.HLA1516ObjectInstanceHandleFactory
 
decode(byte[], int) - Method in class org.portico.impl.hla1516.types.HLA1516ParameterHandleFactory
 
decodeBoolean(byte[]) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 32-bit integer in a buffer into a boolean.
decodeBoolean(byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 32-bit integer in a 4-byte buffer at the specified offset int a boolean value.
decodeByte(byte[]) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a byte from a buffer.
decodeByte(byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a byte from a buffer at the specified offset.
decodeChar(byte[]) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 16-bit integer in a buffer into a char value.
decodeChar(byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 16-bit integer in a buffer at the specified offset into a char value.
decodeDouble(byte[]) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 64-bit integer stored in buffer into a long value and converts that to a double value, which is returned.
decodeDouble(byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 64-bit integer stored in buffer at specified offset into a long value and converts that to a double value, which is returned.
decodeFloat(byte[]) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 32-bit integer stored in buffer into an int value and converts that to a float value, which is returned.
decodeFloat(byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 32-bit integer stored in buffer at specified offset into an int value and converts that to a float value, which is returned.
decodeInt(byte[]) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 32-bit integer stored in buffer into an int value.
decodeInt(byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 32-bit integer stored in buffer at specified offset into an int value.
decodeLong(byte[]) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 64-bit integer stored in buffer into a long value.
decodeLong(byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 64-bit integer stored in buffer at specified offset into a long value.
decodeShort(byte[]) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 16-bit integer stored in buffer into a short value.
decodeShort(byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a big-endian 16-bit integer stored in buffer at specified offset into a short value.
decodeString(byte[]) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
decodeString(byte[]) - Static method in class org.portico.shared.compat.JEncodingHelpers
Decodes a string from a buffer and strips the final null character.
decreaseBy(LogicalTimeInterval) - Method in class org.portico.impl.hla13.types.DoubleTime
 
DEFAULT - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
Default13RTIAmbassador - Class in org.portico.impl.hla13
This class is the Portico implementation of the HLA 1.3 RTIambassador class.
Default13RTIAmbassador() - Constructor for class org.portico.impl.hla13.Default13RTIAmbassador
 
Default1516RTIAmbassador - Class in org.portico.impl.hla1516
This class is the Portico implementation of the HLA 1516 RTIambassador class.
Default1516RTIAmbassador() - Constructor for class org.portico.impl.hla1516.Default1516RTIAmbassador
 
DEFAULT_13_MODULE - Static variable in class org.portico.lrc.LRCProperties
The default LRC modules for HLA 1.3
DEFAULT_1516_MODULE - Static variable in class org.portico.lrc.LRCProperties
The default LRC modules for HLA 1516
DEFAULT_BASE_MODULE - Static variable in class org.portico.lrc.LRCProperties
The default LRC modules that are common to all versions.
DEFAULT_CONNECT - Static variable in class org.portico.lrc.LRCProperties
The default connection implementation
DEFAULT_HOST - Static variable in class org.portico.binding.jsop.lrc.JSOPClientConnection
 
DEFAULT_JAVA1_MODULE - Static variable in class org.portico.lrc.LRCProperties
The default LRC modules for HLA 1.3 java1
DEFAULT_PLUGIN_DIR - Static variable in class org.portico.shared.PorticoConstants
The default plugin directory
DEFAULT_PORT - Static variable in class org.portico.binding.jsop.JSOPConstants
The default port used by JSOP
DEFAULT_RTI_RID - Static variable in class org.portico.shared.PorticoConstants
The location of the RID file to load.
DefaultJava1RTIAmbassador - Class in org.portico.impl.hla13
This class is the Portico implementation of the HLA 1.3 Annex A RTIambassador class.
DefaultJava1RTIAmbassador() - Constructor for class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
defaultLexState - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
delegates - Variable in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
delegates - Variable in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
delegates - Variable in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
deleteInstance(int) - Method in class org.portico.core.fedex.Repository
This method will remove an object instance from the repository.
deleteObjectInstance(int, byte[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
deleteObjectInstance(int, byte[], double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
deleteObjectInstance(int, byte[]) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
deleteObjectInstance(int, byte[], LogicalTime) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
deleteObjectInstance(int, byte[], String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
deleteObjectInstance(int, String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
deleteObjectInstance(ObjectInstanceHandle, byte[]) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
deleteObjectInstance(ObjectInstanceHandle, byte[], LogicalTime) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
deleteRegion(Region) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
deleteRegion(Region) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
deleteRegion(Region) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
deleteRegion(RegionHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
destroyFederation(MessageContext) - Method in class org.portico.core.BootstrapHandler
Requests the removal of a federation directly on the RTIExec that was used to create this handler.
destroyFederationExecution(String) - Method in class org.portico.core.RTIExec
Destroys the federation of the given name.
destroyFederationExecution(String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
destroyFederationExecution(String) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
destroyFederationExecution(String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
destroyFederationExecution(String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
DIAGNOSTIC_RUN - Static variable in class org.portico.core.MainProperties
Is this execution just to print the system info?
dimension(ObjectModel, Space) - Method in class org.portico.impl.hla13.fomparser.FOM
 
DIMENSION - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
Dimension - Class in org.portico.shared.model
 
Dimension(String, int) - Constructor for class org.portico.shared.model.Dimension
 
dimensions - Variable in class org.portico.shared.model.Space
 
directConnect(String, int) - Method in class org.portico.binding.jsop.lrc.JSOPClientConnection
Create a direct socket connection to the appropriate bootstrap running on the RTI-side.
disable_tracing() - Method in class org.portico.impl.hla13.fomparser.FOM
 
disableAsynchronousDelivery() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
disableAsynchronousDelivery() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
disableAsynchronousDelivery() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
disableAsynchronousDelivery() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
disableAttributeRelevanceAdvisorySwitch() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
disableAttributeRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
disableAttributeRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
disableAttributeRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
disableAttributeScopeAdvisorySwitch() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
disableAttributeScopeAdvisorySwitch() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
disableAttributeScopeAdvisorySwitch() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
disableAttributeScopeAdvisorySwitch() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
disableCallbacks() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
disableClassRelevanceAdvisorySwitch() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
disableClassRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
disableClassRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
disableConstrained() - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.disableConstrained(Federate)
disableConstrained(Federate) - Method in class org.portico.core.fedex.TimeManager
This will disable the constrained property for the given Federate and remove it from the set of those that are constrained.
disableInteractionRelevanceAdvisorySwitch() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
disableInteractionRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
disableInteractionRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
disableInteractionRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
disableObjectClassRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
disableRegulating() - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.disableRegulation(Federate)
disableRegulation(Federate) - Method in class org.portico.core.fedex.TimeManager
This method will disable regulation for the given Federate (removing it from the appropriate cache).
disableTimeConstrained(MessageContext) - Method in class org.portico.core.handlers.REQ_TimeStatusHandler
This method immediately turns time constrained off for the target federate.
disableTimeConstrained() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
disableTimeConstrained() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
disableTimeConstrained() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
disableTimeConstrained() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
disableTimeConstrained(MessageContext) - Method in class org.portico.lrc.handlers.REQ_TimeAdvanceHandler
Runs some sanity checks that include checking for invalid state (can't disable time constrained if it isn't enabled).
disableTimeRegulation(MessageContext) - Method in class org.portico.core.handlers.REQ_TimeStatusHandler
This method will immediately turn off time regulation for the target federate.
disableTimeRegulation() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
disableTimeRegulation() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
disableTimeRegulation() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
disableTimeRegulation() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
disableTimeRegulation(MessageContext) - Method in class org.portico.lrc.handlers.REQ_TimeAdvanceHandler
Does state checking and sends the message to the RTI.
discoveredClass - Variable in class org.portico.shared.msg.FED_DiscoverObject
 
discoverers - Variable in class org.portico.core.fedex.Repository.Wrapper
 
discoverInstance(Federate, int, OCMetadata) - Method in class org.portico.core.fedex.Repository
Record the given federate as a discoverer of the given instance.
discoverObject(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
discoverObject(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
discoverObject(RequestMessage) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
discoverObjectInstance(int, int, int, String) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
discoverObjectInstance(int, int, String) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
discoverRTI(int) - Method in class org.portico.binding.jsop.lrc.JSOPClientConnection
Discovers the location and port of the RTI using the MulticastLookup class.
disctypes - Variable in class org.portico.lrc.LRCInstanceRepository
 
distance(LogicalTime) - Method in class org.portico.impl.hla1516.types.DoubleTime
Returns a LogicalTimeInterval whose value is the time interval between this and val.
doConfig(XMLSource, RTIExec) - Method in class org.portico.core.config.XMLConfigurator
THis method will run the configuration file through an XMLProcessor.
doHarvest(Federate, Federation) - Method in class org.portico.core.Reaper
The given federate will be forcefully resigned from the given federation.
doMacSetup() - Method in class org.portico.core.gui.ManagementGUI
This method contains GUI setup items that contain mac-specific elements
Done() - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
DoubleTime - Class in org.portico.impl.hla13.types
Let me start off by saying just how stupid the use of 4 freaking interfaces to define time is.
DoubleTime() - Constructor for class org.portico.impl.hla13.types.DoubleTime
 
DoubleTime(double) - Constructor for class org.portico.impl.hla13.types.DoubleTime
 
DoubleTime - Class in org.portico.impl.hla1516.types
 
DoubleTime() - Constructor for class org.portico.impl.hla1516.types.DoubleTime
 
DoubleTime(double) - Constructor for class org.portico.impl.hla1516.types.DoubleTime
 
DoubleTimeFactory - Class in org.portico.impl.hla13.types
 
DoubleTimeFactory() - Constructor for class org.portico.impl.hla13.types.DoubleTimeFactory
 
DoubleTimeFactory - Class in org.portico.impl.hla1516.types
 
DoubleTimeFactory() - Constructor for class org.portico.impl.hla1516.types.DoubleTimeFactory
 
DoubleTimeInterval - Class in org.portico.impl.hla13.types
Implementation of the DLC (for 1.3) LogicalTimeInterval interface.
DoubleTimeInterval() - Constructor for class org.portico.impl.hla13.types.DoubleTimeInterval
 
DoubleTimeInterval(double) - Constructor for class org.portico.impl.hla13.types.DoubleTimeInterval
 
DoubleTimeInterval - Class in org.portico.impl.hla1516.types
 
DoubleTimeInterval() - Constructor for class org.portico.impl.hla1516.types.DoubleTimeInterval
 
DoubleTimeInterval(double) - Constructor for class org.portico.impl.hla1516.types.DoubleTimeInterval
 
DoubleTimeIntervalFactory - Class in org.portico.impl.hla13.types
 
DoubleTimeIntervalFactory() - Constructor for class org.portico.impl.hla13.types.DoubleTimeIntervalFactory
 
DoubleTimeIntervalFactory - Class in org.portico.impl.hla1516.types
 
DoubleTimeIntervalFactory() - Constructor for class org.portico.impl.hla1516.types.DoubleTimeIntervalFactory
 
doWinSetup() - Method in class org.portico.core.gui.ManagementGUI
This method contains GUI setup items that contain non-mac elements (win/lin)

E

E_BOOTSTRAP - Static variable in class org.portico.core.config.Handler_Bootstrap
 
E_MODULE - Static variable in class org.portico.core.config.Handler_Modules
 
EmbeddedExecutor - Class in org.portico.core
NOTE: In order for Portico to find your federate code, you must put the jar file/s containing it into the plugins directory.
EmbeddedExecutor() - Constructor for class org.portico.core.EmbeddedExecutor
 
EmbeddedExecutor.EEThread - Class in org.portico.core
As the classes that are to be started are not likely to extend Thread or implement Runnable, this class provides a wrapper for them.
EmbeddedExecutor.EEThread(Class<?>, Method, Object[]) - Constructor for class org.portico.core.EmbeddedExecutor.EEThread
 
empty() - Method in class org.portico.core.fedex.RegionGroup
Remove any and all associations in this group, regardless of which regions they are for.
empty() - Method in class org.portico.impl.hla13.types.HLA13ByteArrayMap
Removes all handles & values.
empty() - Method in class org.portico.impl.hla13.types.HLA13ReceivedInteraction
Empty the internal store.
empty() - Method in class org.portico.impl.hla13.types.HLA13ReflectedAttributes
Empty the internal store.
empty() - Method in class org.portico.impl.hla13.types.HLA13Set
Empties set of its members.
emptyFederation() - Method in class org.portico.core.config.Handler_Modules
Creates a dummy Federation that can be used to ensure that the configuration information in a <module> element applies cleanly.
enable_tracing() - Method in class org.portico.impl.hla13.fomparser.FOM
 
enableAsynchronousDelivery() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
enableAsynchronousDelivery() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
enableAsynchronousDelivery() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
enableAsynchronousDelivery() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
enableAttributeRelevanceAdvisorySwitch() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
enableAttributeRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
enableAttributeRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
enableAttributeRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
enableAttributeScopeAdvisorySwitch() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
enableAttributeScopeAdvisorySwitch() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
enableAttributeScopeAdvisorySwitch() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
enableAttributeScopeAdvisorySwitch() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
enableCallbacks() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
enableClassRelevanceAdvisorySwitch() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
enableClassRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
enableClassRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
enableConstrained(double) - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.enableConstrained(Federate, double)
enableConstrained(Federate, double) - Method in class org.portico.core.fedex.TimeManager
Adds the given federate to the set of those which are time constrained.
enabled - Variable in class org.portico.core.fedex.mom.MomManager
 
enableInteractionRelevanceAdvisorySwitch() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
enableInteractionRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
enableInteractionRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
enableInteractionRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
enableObjectClassRelevanceAdvisorySwitch() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
enableRegulating(double, double) - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.enableRegulation(Federate, double, double)
enableRegulation(Federate, double, double) - Method in class org.portico.core.fedex.TimeManager
This method marks the given Federate as regulating and sets its current time and lookahead to the given values.
enableTimeConstrained(MessageContext) - Method in class org.portico.core.handlers.ACT_TimeStatusHandler
This method will enable time constrained for the target federate.
enableTimeConstrained(MessageContext) - Method in class org.portico.core.handlers.REQ_TimeStatusHandler
Logs a message and passes the request to the action queue for further processing
enableTimeConstrained() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
enableTimeConstrained() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
enableTimeConstrained() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
enableTimeConstrained() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
enableTimeConstrained(MessageContext) - Method in class org.portico.lrc.handlers.REQ_TimeAdvanceHandler
Runs some sanity checks that include checking for invalid state (can't enable time constrained if it is already enabled etc...).
enableTimeRegulation(MessageContext) - Method in class org.portico.core.handlers.ACT_TimeStatusHandler
This method will enable time regulation for the target federate.
enableTimeRegulation(MessageContext) - Method in class org.portico.core.handlers.REQ_TimeStatusHandler
Logs a message and passes the request to the action queue for further processing
enableTimeRegulation(double, double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
enableTimeRegulation(LogicalTime, LogicalTimeInterval) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
enableTimeRegulation(byte[], byte[]) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
enableTimeRegulation(LogicalTimeInterval) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
enableTimeRegulation(MessageContext) - Method in class org.portico.lrc.handlers.REQ_TimeAdvanceHandler
Does some status checking and then passes the request to the RTI.
encode(byte[], int) - Method in class org.portico.impl.hla13.types.DoubleTime
 
encode(double) - Static method in class org.portico.impl.hla13.types.DoubleTime
 
encode(byte[], int) - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
encode(byte[], int) - Method in class org.portico.impl.hla1516.types.DoubleTime
 
encode(byte[], int) - Method in class org.portico.impl.hla1516.types.DoubleTimeInterval
 
encode(byte[], int) - Method in class org.portico.impl.hla1516.types.HLA1516Handle
 
encodeBoolean(boolean) - Static method in class org.portico.shared.compat.JEncodingHelpers
Encodes a boolean value as a big-endian 32-bit integer in a 4-byte buffer and returns the buffer.
encodeBoolean(boolean, byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Encodes a boolean value as a big-endian 32-bit integer into the specified buffer at the specified offset.
encodeByte(int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Encodes a byte in a buffer and returns the buffer.
encodeByte(int, byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Encodes a byte into a buffer at the specified offset.
encodeChar(char) - Static method in class org.portico.shared.compat.JEncodingHelpers
Encodes a char value as a big-endian 16-bit integer into a 2-byte buffer and returns the buffer.
encodeChar(char, byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Encodes a char value as a big-endian 16-bit integer into a buffer at the specified offset.
encodedLength() - Method in class org.portico.impl.hla13.types.DoubleTime
 
encodedLength() - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
encodedLength() - Method in class org.portico.impl.hla1516.types.DoubleTime
 
encodedLength() - Method in class org.portico.impl.hla1516.types.DoubleTimeInterval
 
encodedLength() - Method in class org.portico.impl.hla1516.types.HLA1516Handle
 
encodeDouble(double) - Static method in class org.portico.shared.compat.JEncodingHelpers
Converts a double value to a long and stores that long value as a big-endian 64-bit integer in an 8-byte buffer and returns that buffer.
encodeDouble(double, byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Converts a double value to a long and stores that long value as a big-endian 64-bit integer into buffer at specified offset.
encodeFloat(float) - Static method in class org.portico.shared.compat.JEncodingHelpers
Converts a float value to an int and stores that int value as a big-endian 32-bit integer in a 4-byte buffer and returns that buffer.
encodeFloat(float, byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Converts a float value to an int and stores that int value as a big-endian 32-bit integer in the specified buffer at a specified offset.
encodeInt(int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Encodes an int as a big-endian 32-bit integer into a 4-byte buffer and returns the buffer.
encodeInt(int, byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Encodes an int as a big-endian 32-bit integer into buffer at the specified offset.
encodeLong(long) - Static method in class org.portico.shared.compat.JEncodingHelpers
Encodes a long value as a big-endian 64-bit integer into a 8-byte buffer and returns the buffer.
encodeLong(long, byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Encodes a long value as a big-endian 64-bit integer into a buffer at specified offset.
encodeShort(short) - Static method in class org.portico.shared.compat.JEncodingHelpers
Encodes a short value as a big-endian 16-bit integer into a 2-byte buffer and returns that buffer.
encodeShort(short, byte[], int) - Static method in class org.portico.shared.compat.JEncodingHelpers
Encodes a short value as a big-endian 16-bit integer into a buffer at the specified offset.
encodeString(String) - Static method in class org.portico.shared.compat.JEncodingHelpers
Appends a null character to the string and returns a buffer containing the encoded string.
endColumn - Variable in class org.portico.impl.hla13.fomparser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.portico.impl.hla13.fomparser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
eol - Variable in exception org.portico.impl.hla13.fomparser.ParseException
The end of line string for this machine.
EPSILON - Static variable in class org.portico.impl.hla13.types.DoubleTimeInterval
 
equals(Object) - Method in class org.portico.impl.hla13.types.HLA13Region
 
equals(Object) - Method in class org.portico.impl.hla13.types.HLA13Set
Classic equals.
equals(Object) - Method in class org.portico.impl.hla13.types.Java1Region
 
equals(Object) - Method in class org.portico.impl.hla1516.types.DoubleTime
Returns true iff this and other represent the same logical time Supports standard Java mechanisms.
equals(Object) - Method in class org.portico.impl.hla1516.types.DoubleTimeInterval
Returns true iff this and other represent the same time interval.
equals(Object) - Method in class org.portico.impl.hla1516.types.HLA1516Handle
 
equals(Object) - Method in class org.portico.shared.model.RegionInstance
Returns true if the parameter is an instance of RegionInstance and it has the same region token as the current instance, false otherwise.
error(MessageContext, String) - Method in class org.portico.core.handlers.CoreMessageHandler
Sets an error response for the context with the given message.
error(MessageContext, Throwable) - Method in class org.portico.core.handlers.CoreMessageHandler
Sets an error response for the context embedding the given cause
error(MessageContext, String) - Method in class org.portico.lrc.handlers.LRCMessageHandler
Sets an error response for the context with the given message.
error(MessageContext, Throwable) - Method in class org.portico.lrc.handlers.LRCMessageHandler
Sets an error response for the context embedding the given cause
errorCode - Variable in error org.portico.impl.hla13.fomparser.TokenMgrError
Indicates the reason why the exception is thrown.
evokeCallback(double) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
evokeMultiple(double, double) - Method in class org.portico.impl.hla1516.Impl1516Helper
Try and process as many messages as possible.
evokeMultipleCallbacks(double, double) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
evokeSingle(double) - Method in class org.portico.impl.hla1516.Impl1516Helper
Process a single callback, waiting as long as the given timeout (in seconds) for one if there are none pendings.
ExceptionManager - Class in org.portico.impl.cpp13
 
ExceptionManager() - Constructor for class org.portico.impl.cpp13.ExceptionManager
 
execute() - Method in class org.portico.core.Bootstrap
This method will invoke the Bootstrap.startBootstrap() method, the implementation of which has to be provided by the concrete class.
executeClass(String[]) - Method in class org.portico.core.EmbeddedExecutor
This method will start a new Thread to execute the main method of the class located at the first position in the given String[].
executeFederate(String[]) - Static method in class org.portico.core.EmbeddedExecutor
This method will attempt to locate the public static void main( String[] args ) method in the given class.
executeFederate(String) - Static method in class org.portico.core.EmbeddedExecutor
The same as EmbeddedExecutor.executeFederate(String[]) but provides no arguments.
execution - Variable in class org.portico.core.Bootstrap
 
execution - Variable in class org.portico.core.BootstrapHandler
 
EXECUTION - Static variable in class org.portico.core.Main
the execution for this instance of the server
execution - Variable in class org.portico.core.Reaper
 
executionName - Variable in class org.portico.core.RTIExec
 
EXECUTOR - Static variable in class org.portico.core.EmbeddedExecutor
 
ExpandBuff(boolean) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.portico.impl.hla13.fomparser.ParseException
Each entry in this array is an array of integers.
EXT_Terminate - Class in org.portico.shared.msg
Request to force the termination of the federate identified as the target federate.
EXT_Terminate() - Constructor for class org.portico.shared.msg.EXT_Terminate
 
EXT_TerminateLRC - Class in org.portico.shared.msg
This mehtod is the callback sister of EXT_Terminate.
EXT_TerminateLRC(String) - Constructor for class org.portico.shared.msg.EXT_TerminateLRC
 
Extent - Class in org.portico.shared.model
All the below relates to HLA 1.3

Extent is a construct used for DDM.

Extent(Space) - Constructor for class org.portico.shared.model.Extent
 
Extent() - Constructor for class org.portico.shared.model.Extent
This constructor is only for use during the cloning process in Extent.clone().
Extent.Range - Class in org.portico.shared.model
A Range is a structure that contains an upper and lower bound for a specific Dimension.
Extent.Range() - Constructor for class org.portico.shared.model.Extent.Range
 
extents - Variable in class org.portico.shared.model.RegionInstance
 

F

FED - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
FED_AdvanceGranted - Class in org.portico.shared.msg
Callback to inform the target federate that it has received an advance grant to the given time
FED_AdvanceGranted() - Constructor for class org.portico.shared.msg.FED_AdvanceGranted
 
FED_AdvanceGranted(double) - Constructor for class org.portico.shared.msg.FED_AdvanceGranted
 
FED_CallbackMessage - Class in org.portico.shared.msg
This class should be the parent of all request messages that are sent as federate ambassador callback methods.
FED_CallbackMessage() - Constructor for class org.portico.shared.msg.FED_CallbackMessage
 
FED_ConstrainedEnabled - Class in org.portico.shared.msg
Callback to inform the target federate that time constrained has been enabled.
FED_ConstrainedEnabled() - Constructor for class org.portico.shared.msg.FED_ConstrainedEnabled
 
FED_ConstrainedEnabled(double) - Constructor for class org.portico.shared.msg.FED_ConstrainedEnabled
 
FED_DiscoverObject - Class in org.portico.shared.msg
Callback to inform the target federate that a new object instance it should be interested in has been discovered.
FED_DiscoverObject() - Constructor for class org.portico.shared.msg.FED_DiscoverObject
 
FED_DiscoverObject(OCInstance, int) - Constructor for class org.portico.shared.msg.FED_DiscoverObject
 
FED_ProvideUpdate - Class in org.portico.shared.msg
This message represents a request for the target federate to send out an update for a specific set of attributes of a specific object instance.
FED_ProvideUpdate() - Constructor for class org.portico.shared.msg.FED_ProvideUpdate
 
FED_ProvideUpdate(int, Set<Integer>) - Constructor for class org.portico.shared.msg.FED_ProvideUpdate
 
FED_ProvideUpdate(int, Set<Integer>, byte[]) - Constructor for class org.portico.shared.msg.FED_ProvideUpdate
 
FED_ReceiveInteraction - Class in org.portico.shared.msg
Callback to inform the target federate that an interaction it is subscribed to has been sent.
FED_ReceiveInteraction() - Constructor for class org.portico.shared.msg.FED_ReceiveInteraction
 
FED_ReceiveInteraction(int, byte[], HashMap<Integer, byte[]>) - Constructor for class org.portico.shared.msg.FED_ReceiveInteraction
 
FED_ReceiveInteraction(int, byte[], HashMap<Integer, byte[]>, double) - Constructor for class org.portico.shared.msg.FED_ReceiveInteraction
 
FED_ReflectAttributes - Class in org.portico.shared.msg
Callback to inform the target federate that some attributes that it is interested in have had their values changed.
FED_ReflectAttributes() - Constructor for class org.portico.shared.msg.FED_ReflectAttributes
 
FED_ReflectAttributes(int, byte[], HashMap<Integer, byte[]>) - Constructor for class org.portico.shared.msg.FED_ReflectAttributes
 
FED_ReflectAttributes(int, byte[], HashMap<Integer, byte[]>, double) - Constructor for class org.portico.shared.msg.FED_ReflectAttributes
 
FED_RegulationEnabled - Class in org.portico.shared.msg
Callback to inform the target federate that time regulation has now been enabled.
FED_RegulationEnabled() - Constructor for class org.portico.shared.msg.FED_RegulationEnabled
 
FED_RegulationEnabled(double) - Constructor for class org.portico.shared.msg.FED_RegulationEnabled
 
FED_RemoveObject - Class in org.portico.shared.msg
This message is a notification that the object of the contained handle should be deleted.
FED_RemoveObject() - Constructor for class org.portico.shared.msg.FED_RemoveObject
 
FED_RemoveObject(int, byte[]) - Constructor for class org.portico.shared.msg.FED_RemoveObject
 
FED_RemoveObject(int, double, byte[]) - Constructor for class org.portico.shared.msg.FED_RemoveObject
 
FED_Synchronized - Class in org.portico.shared.msg
Callback to inform the target federate that the federation has synchronized on the point with the provided label.
FED_Synchronized() - Constructor for class org.portico.shared.msg.FED_Synchronized
 
FED_Synchronized(String) - Constructor for class org.portico.shared.msg.FED_Synchronized
 
FED_SyncPointAnnounced - Class in org.portico.shared.msg
Callback to inform the target federate that a new synchronization point with the given label has been announced.
FED_SyncPointAnnounced() - Constructor for class org.portico.shared.msg.FED_SyncPointAnnounced
 
FED_SyncPointAnnounced(String, byte[]) - Constructor for class org.portico.shared.msg.FED_SyncPointAnnounced
 
FED_SyncPointRegResult - Class in org.portico.shared.msg
Contains the result of a request to register a synchronization point
FED_SyncPointRegResult() - Constructor for class org.portico.shared.msg.FED_SyncPointRegResult
 
FED_SyncPointRegResult(String, boolean) - Constructor for class org.portico.shared.msg.FED_SyncPointRegResult
 
fedamb - Variable in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
fedamb - Variable in class org.portico.impl.hla13.Impl13Helper
 
fedamb - Variable in class org.portico.impl.hla13.ImplJava1Helper
 
fedamb - Variable in class org.portico.impl.hla1516.Impl1516Helper
 
Federate - Class in org.portico.core.fedex
This class is the Portico internal representation of a federate.
Federate(String) - Constructor for class org.portico.core.fedex.Federate
 
federate - Variable in class org.portico.core.fedex.FederateState
 
federate - Variable in class org.portico.core.fedex.mom.MomFederate
 
federate - Variable in class org.portico.core.fedex.mom.MomManager
 
federate - Variable in class org.portico.core.fedex.TimeManager.TimeStatus
 
federate - Variable in class org.portico.core.msg.INT_NewSubscription
 
Federate.MessageRouter - Class in org.portico.core.fedex
This class exists only to forward messages on to the request sink of the federation it is a member of.
Federate.MessageRouter(String) - Constructor for class org.portico.core.fedex.Federate.MessageRouter
 
federate13Attributes - Variable in class org.portico.shared.model.MOMHelper
 
federate1516Attributes - Variable in class org.portico.shared.model.MOMHelper
 
FederateAmbassadorLink - Class in org.portico.impl.cpp13
 
FederateAmbassadorLink() - Constructor for class org.portico.impl.cpp13.FederateAmbassadorLink
 
FederateClass - Static variable in class org.portico.shared.model.MOMHelper
 
federateCount() - Method in class org.portico.core.fedex.Federation
Get a count of the number of joined federates (excludes the mom federate)
federateHandle - Variable in class org.portico.lrc.LRCState
 
federateHandle - Variable in class org.portico.shared.model.RegionInstance
 
federateInstances - Variable in class org.portico.core.fedex.mom.MomManager
 
federateName - Variable in class org.portico.lrc.LRCState
 
federateName - Variable in class org.portico.shared.msg.RTI_JoinFederation
 
federateRestoreComplete() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
federateRestoreComplete() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
federateRestoreComplete() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
federateRestoreComplete() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
federateRestoreNotComplete() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
federateRestoreNotComplete() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
federateRestoreNotComplete() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
federateRestoreNotComplete() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
federates - Variable in class org.portico.core.fedex.Federation
 
federateSaveBegun() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
federateSaveBegun() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
federateSaveBegun() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
federateSaveBegun() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
federateSaveComplete() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
federateSaveComplete() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
federateSaveComplete() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
federateSaveComplete() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
federateSaveNotComplete() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
federateSaveNotComplete() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
federateSaveNotComplete() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
federateSaveNotComplete() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
federateSet - Variable in class org.portico.core.fedex.SyncPointManager.Point
 
FederateState - Class in org.portico.core.fedex
This class provides access to state information regarding a particular Federate.
FederateState(Federate) - Constructor for class org.portico.core.fedex.FederateState
 
federateTime - Variable in class org.portico.shared.msg.RTI_EnableTimeRegulation
 
federation - Variable in class org.portico.core.fedex.ActionQueueProcessor
 
federation - Variable in class org.portico.core.fedex.CallbackQueueProcessor
 
federation - Variable in class org.portico.core.fedex.Federate
 
Federation - Class in org.portico.core.fedex
The main representation of a federation within Portico.
Federation(RTIExec, String, ObjectModel) - Constructor for class org.portico.core.fedex.Federation
Create a new federation for the given object model (the model is then passed on to the FederationState where it is stored).
federation - Variable in class org.portico.core.fedex.mom.MomFederation
 
federation - Variable in class org.portico.core.fedex.mom.MomManager
 
federation - Variable in class org.portico.core.fedex.SyncPointManager
 
federation - Variable in class org.portico.core.handlers.CoreMessageHandler
 
federation() - Method in class org.portico.impl.hla13.fomparser.FOM
 
FEDERATION - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
Federation.DefaultRequestHandler - Class in org.portico.core.fedex
The default handler for messages sent to the request-sink.
Federation.DefaultRequestHandler(String) - Constructor for class org.portico.core.fedex.Federation.DefaultRequestHandler
 
federation13Attributes - Variable in class org.portico.shared.model.MOMHelper
 
federation1516Attributes - Variable in class org.portico.shared.model.MOMHelper
 
FederationClass - Static variable in class org.portico.shared.model.MOMHelper
 
federationCreated(Federation) - Method in class org.portico.core.Bootstrap
This method is called by the RTI when a new Federation has been created.
federationDestroyed(String) - Method in class org.portico.core.Bootstrap
This method is called by the RTI when a federation has been destroyed.
federationInstance - Variable in class org.portico.core.fedex.mom.MomManager
 
federationName - Variable in class org.portico.core.fedex.ActionQueueProcessor
 
federationName - Variable in class org.portico.lrc.LRCState
 
federationName - Variable in class org.portico.shared.msg.RTI_CreateFederation
 
federationName - Variable in class org.portico.shared.msg.RTI_DestroyFederation
 
federationName - Variable in class org.portico.shared.msg.RTI_JoinFederation
 
federationNotRestored(int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
federationNotRestored() - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
federationNotSaved(int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
federationNotSaved() - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
federationRestoreBegun(int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
federationRestoreBegun() - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
federationRestored(int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
federationRestored() - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
federations - Variable in class org.portico.core.RTIExec
 
federationSaved(int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
federationSaved() - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
FederationState - Class in org.portico.core.fedex
The FederationState class groups together a bunch of information about a particular Federation.
FederationState(Federation, ObjectModel) - Constructor for class org.portico.core.fedex.FederationState
Create a new federation state that is associated with the given federation.
federationState - Variable in class org.portico.core.fedex.RegionStore
 
federationSynchronized(String) - Method in class org.portico.core.handlers.ACT_SyncPointAchieveHandler
The federation (or set of federates) have achieved the given sync point.
federationSynchronized(int, String) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
federationSynchronized(String) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
federationSynchronized(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
federationSynchronized(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
federationSynchronized(RequestMessage) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
federationSynchronized(String) - Method in class org.portico.lrc.LRCState
Remove the given sync point from the store.
federationWide - Variable in class org.portico.core.fedex.SyncPointManager.Point
 
FedexFactory - Class in org.portico.core
The FedexFactory is responsible for creating and configuring Federation's and Federate's.
FedexFactory(RTIExec) - Constructor for class org.portico.core.FedexFactory
Creates a new factory that is to be responsible for creating the Federate's and Federation's for the given RTIExec.
fedexFactory - Variable in class org.portico.core.RTIExec
 
fedVersion() - Method in class org.portico.impl.hla13.fomparser.FOM
 
FEDVERSION - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
fetchFederates(String[]) - Static method in class org.portico.core.EmbeddedExecutor
Processes the given command line for all contained federates or embedded federate files.
fetchFederatesFromFile(String) - Static method in class org.portico.core.EmbeddedExecutor
So that users can specify command line arguments for their federates, yet still used the auto-execution feature, this class can read federate data from a special embedded config file.
fetchPorticoArgs(String[]) - Static method in class org.portico.core.EmbeddedExecutor
Processes the given command line and returns a string array that contains only the arguments destined for Portico.
file - Variable in class org.portico.shared.plugin.LoadedLibrary
 
fileMenu - Variable in class org.portico.core.gui.ManagementGUI
 
FileUtilities - Class in org.portico.shared
 
FileUtilities() - Constructor for class org.portico.shared.FileUtilities
 
FillBuff() - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
FINAL - Static variable in class org.portico.impl.hla13.types.DoubleTime
 
finalizeRTI() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
findBuffer(Set<ACMetadata>) - Method in class org.portico.shared.model.StringRenderer
 
findDimensionBuffer(Set<Dimension>) - Method in class org.portico.shared.model.StringRenderer
 
findMain(String, Class<?>) - Method in class org.portico.core.EmbeddedExecutor
Locate the public static void main(String[]) method in the given Class instance.
findParamBuffer(Set<PCMetadata>) - Method in class org.portico.shared.model.StringRenderer
 
findPluginDirectory() - Method in class org.portico.lrc.LRCPluginLoader
Return the value of LRCProperties.PROP_PLUGIN_DIR if it exists, or PorticoConstants.DEFAULT_PLUGIN_DIR if it does not.
findResource(File, String) - Method in class org.portico.shared.plugin.PluginLocator
This method will attempt to locate a resource of the given name in the given jar file.
findUserConfiguration() - Method in class org.portico.lrc.LRCConfigurator
This method will attempt to locate a user configuratoin file on the local filesystem.
fireJoinRequest(RTI_JoinFederation) - Method in class org.portico.binding.jsop.rti.JSOPActiveConnection
Process a join request.
fireMessage(MessageContext) - Method in class org.portico.binding.jvm.JVMClientConnection
This method passes the given request directly to the RTI for processing.
fireResignRequest(RTI_ResignFederation) - Method in class org.portico.binding.jsop.rti.JSOPActiveConnection
This class will process a resign request.
fireToBootstrap(RTI_RequestMessage) - Method in class org.portico.binding.jsop.rti.JSOPActiveConnection
This method will take the given request message and pass it on to the the bootstrap handler, returning the response.
fireToFederation(RTI_RequestMessage) - Method in class org.portico.binding.jsop.rti.JSOPActiveConnection
Pass a message to the rti-request sink of the federation for processing, returning the given response.
first() - Method in class org.portico.impl.hla13.types.HLA13Set.HSIterator
Call this to get the first valid handle.
flushQueueRequest(double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
flushQueueRequest(LogicalTime) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
flushQueueRequest(byte[]) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
flushQueueRequest(LogicalTime) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
fom - Variable in class org.portico.core.fedex.FederationState
 
FOM - Class in org.portico.impl.hla13.fomparser
 
FOM(InputStream) - Constructor for class org.portico.impl.hla13.fomparser.FOM
 
FOM(InputStream, String) - Constructor for class org.portico.impl.hla13.fomparser.FOM
 
FOM(Reader) - Constructor for class org.portico.impl.hla13.fomparser.FOM
 
FOM(FOMTokenManager) - Constructor for class org.portico.impl.hla13.fomparser.FOM
 
FOM - Class in org.portico.impl.hla1516.fomparser
This is the main class for the IEEE-1516 XML style FOM parser.
FOM() - Constructor for class org.portico.impl.hla1516.fomparser.FOM
 
fom - Variable in class org.portico.impl.hla1516.fomparser.FOM
 
fom - Variable in class org.portico.lrc.LRCState
 
FOMConstants - Interface in org.portico.impl.hla13.fomparser
 
FOMTokenManager - Class in org.portico.impl.hla13.fomparser
 
FOMTokenManager(SimpleCharStream) - Constructor for class org.portico.impl.hla13.fomparser.FOMTokenManager
 
FOMTokenManager(SimpleCharStream, int) - Constructor for class org.portico.impl.hla13.fomparser.FOMTokenManager
 
fomURL - Variable in class org.portico.shared.msg.RTI_CreateFederation
 
for13Value(int) - Static method in enum org.portico.shared.compat.JResignAction
 
for1516Value(int) - Static method in enum org.portico.shared.compat.JResignAction
 
forHandle(int) - Static method in enum org.portico.shared.model.MOMHelper.Federate
Find the attribute for the given handle.
forHandle(int) - Static method in enum org.portico.shared.model.MOMHelper.Federation
Find the attribute for the given handle.
frame - Variable in class org.portico.core.gui.ManagementGUI
 
fromAHS(AttributeHandleSet) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
fromHandle(AttributeHandle) - Static method in class org.portico.impl.hla1516.types.HLA1516Handle
 
fromHandle(FederateHandle) - Static method in class org.portico.impl.hla1516.types.HLA1516Handle
 
fromHandle(ObjectClassHandle) - Static method in class org.portico.impl.hla1516.types.HLA1516Handle
 
fromHandle(InteractionClassHandle) - Static method in class org.portico.impl.hla1516.types.HLA1516Handle
 
fromHandle(ParameterHandle) - Static method in class org.portico.impl.hla1516.types.HLA1516Handle
 
fromHandle(ObjectInstanceHandle) - Static method in class org.portico.impl.hla1516.types.HLA1516Handle
 
fromInteraction(ReceivedInteraction) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
fromInterval(LogicalTimeInterval) - Static method in class org.portico.impl.hla1516.types.DoubleTimeInterval
 
fromLookahead(LogicalTimeInterval) - Static method in class org.portico.impl.hla1516.types.DoubleTimeInterval
 
fromReflection(ReflectedAttributes) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
fromRTI - Variable in class org.portico.binding.jsop.lrc.JSOPClientConnection
 
fromTime(LogicalTime) - Static method in class org.portico.impl.hla1516.types.DoubleTime
 
fullLocation - Variable in class org.portico.shared.plugin.LoadedLibrary
 

G

generateHandle() - Method in class org.portico.shared.model.ObjectModel
 
generateParseException() - Method in class org.portico.impl.hla13.fomparser.FOM
 
generateRawCallback(Federate, OCInstance, OCMetadata, HashMap<Integer, byte[]>, byte[]) - Method in class org.portico.core.handlers.ACT_UpdateHandler
Create a new callback and return it.
get(int) - Method in class org.portico.impl.hla13.types.HLA13Set
Fetch the value at a given index.
getActionQueue() - Method in class org.portico.core.fedex.Federation
 
getActionSink() - Method in class org.portico.core.fedex.Federation
 
getAllAttributes() - Method in class org.portico.shared.model.OCInstance
Returns a set of all the contained attributes for this object instance.
getAllAttributes() - Method in class org.portico.shared.model.OCMetadata
Return a set of all available attributes for this class (inherited included)
getAllBootstraps() - Method in class org.portico.core.BootstrapManager
Get a list of all the bootstraps contained in this manager
getAllFederates() - Method in class org.portico.core.fedex.Federation
 
getAllFederations() - Method in class org.portico.core.RTIExec
Get a set of all the currently active federations.
getAllInteractionClasses() - Method in class org.portico.shared.model.ObjectModel
Get a set of all the interaction classes currently contained within this FOM.
getAllLoadedLibraries() - Method in class org.portico.shared.plugin.PluginLocator
Get the collection of all libraries that have been found and appended to the system classpath (whether they are plugins or not).
getAllObjectClasses() - Method in class org.portico.shared.model.ObjectModel
Get a set of all the object classes currently contained within this FOM.
getAllOwnedAttributes(int) - Method in class org.portico.shared.model.OCInstance
Returns a set of all the attribute instances contained within this instance that are owned by the federate of the given handle.
getAllOwnedInstances(Federate) - Method in class org.portico.core.fedex.Repository
Get a set of all the instances currently owned by the given federate.
getAllParameters() - Method in class org.portico.shared.model.ICMetadata
Return a set of all available parameters for this class (inherited included)
getAllPublishedAttributes(Federate) - Method in class org.portico.core.fedex.InterestManager
This method will return a map of all the publication interests of the provided federate.
getAllPublishedInteractions(Federate) - Method in class org.portico.core.fedex.InterestManager
Returns a set of all the interaction classes (as ICMetadata instances} that the provided federate has a publication interest in.
getAllRanges() - Method in class org.portico.shared.model.Extent
Return the map containing all the range values for this extent.
getAllSpaces() - Method in class org.portico.shared.model.ObjectModel
Returns the collection of all spaces declared in the FOM
getAllSubscribedAttributes(Federate) - Method in class org.portico.core.fedex.InterestManager
This method will return a map of all the subscription interests for the provided federate.
getAllSubscribedInteractions(Federate) - Method in class org.portico.core.fedex.InterestManager
Returns a set of all the interaction classes (as ICMetadata instances} that the provided federate has a subscription interest in.
getAssociated(RegionInstance) - Method in class org.portico.core.fedex.RegionGroup
Returns the set of attribute handles that are currently associated with the provided RegionInstance.
getAsynchronousDelivery() - Method in class org.portico.core.fedex.mom.MomFederate
 
getAsynchronousDelivery() - Method in class org.portico.lrc.LRCState
 
getAttribute(int) - Method in class org.portico.shared.model.OCInstance
Fetch and return the contained attribute of the given handle.
getAttribute(int) - Method in class org.portico.shared.model.OCMetadata
Get the available attribute (inherited included) of this class for the given handle.
getAttributeClass(int, String) - Method in class org.portico.shared.model.ObjectModel
This method will fetch the ACMetadata for the attribute of the given name in the class of the given handle.
getAttributeHandle(String, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getAttributeHandle(String, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getAttributeHandle(String, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getAttributeHandle(int) - Method in class org.portico.impl.hla13.types.HLA13ReflectedAttributes
Return attribute handle at index position.
getAttributeHandle(ObjectClassHandle, String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getAttributeHandle(String) - Method in class org.portico.shared.model.OCMetadata
Return the handle of the contained attribute of the given name.
getAttributeHandleFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getAttributeHandles() - Method in class org.portico.shared.msg.RTI_PublishObjectClass
 
getAttributeHandles() - Method in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
getAttributeHandleSetFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getAttributeHandleValueMapFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getAttributeName(int, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getAttributeName(int, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getAttributeName(int, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getAttributeName(ObjectClassHandle, AttributeHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getAttributeName(int) - Method in class org.portico.shared.model.OCMetadata
Return the name of the contained attribute of the given handle.
getAttributeRoutingSpaceHandle(int, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getAttributeRoutingSpaceHandle(int, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getAttributeRoutingSpaceHandle(int, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getAttributes() - Method in class org.portico.shared.msg.FED_ProvideUpdate
 
getAttributes() - Method in class org.portico.shared.msg.FED_ReflectAttributes
 
getAttributes() - Method in class org.portico.shared.msg.RTI_AssociateForUpdates
 
getAttributes() - Method in class org.portico.shared.msg.RTI_RegisterObject
Gets all the attributes that are to be associated with regions after the object registration.
getAttributes() - Method in class org.portico.shared.msg.RTI_RequestClassUpdate
 
getAttributes() - Method in class org.portico.shared.msg.RTI_RequestObjectUpdate
 
getAttributes() - Method in class org.portico.shared.msg.RTI_UnpublishObjectClass
 
getAttributes() - Method in class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
getAttributes() - Method in class org.portico.shared.msg.RTI_UpdateAttributes
 
getAttributeSetRegionSetPairListFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getAttributeSubscriptionSet(int, Federate) - Method in class org.portico.core.fedex.InterestManager
Fetches the set of all attribute handles that the given federate is interested in for the class identified by the classHandle parameter.
getAttributeSubscriptionSetWithDDM(OCMetadata, Federate) - Method in class org.portico.core.fedex.InterestManager
This method is much like InterestManager.getAttributeSubscriptionSet(int, Federate) except that it will return a map containing ALL subscription information (both DDM and non-DDM).
getAvailableDimensionsForClassAttribute(ObjectClassHandle, AttributeHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getAvailableDimensionsForInteractionClass(InteractionClassHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getBeginColumn() - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
getBeginLine() - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
getBootstrapHandler() - Method in class org.portico.binding.jvm.JVMBootstrap
Get the bootstrap message handler.
getBootstrapHandler() - Method in class org.portico.core.Bootstrap
Get the bootstrap handler.
getBootstrapManager() - Method in class org.portico.core.RTIExec
 
getCallbackLogger() - Method in class org.portico.lrc.LRC
 
getCallbackQueue() - Method in class org.portico.core.fedex.Federation
 
getCallbackQueue() - Method in class org.portico.lrc.LRC
 
getCallbackSink() - Method in class org.portico.lrc.LRC
 
getChildTypes() - Method in class org.portico.shared.model.ICMetadata
 
getChildTypes() - Method in class org.portico.shared.model.OCMetadata
Returns a set of all the direct child types of this one.
getClassHandle() - Method in class org.portico.core.msg.INT_NewSubscription
 
getClassHandle() - Method in class org.portico.shared.model.OCInstance
 
getClassHandle() - Method in class org.portico.shared.msg.RTI_PublishInteractionClass
 
getClassHandle() - Method in class org.portico.shared.msg.RTI_PublishObjectClass
 
getClassHandle() - Method in class org.portico.shared.msg.RTI_RegisterObject
 
getClassHandle() - Method in class org.portico.shared.msg.RTI_RequestClassUpdate
 
getClassHandle() - Method in class org.portico.shared.msg.RTI_SubscribeInteractionClass
 
getClassHandle() - Method in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
getClassHandle() - Method in class org.portico.shared.msg.RTI_UnpublishInteractionClass
 
getClassHandle() - Method in class org.portico.shared.msg.RTI_UnpublishObjectClass
 
getClassHandle() - Method in class org.portico.shared.msg.RTI_UnsubscribeInteractionClass
 
getClassHandle() - Method in class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
getColumn() - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
Deprecated.  
getConfigFile() - Static method in class org.portico.core.MainProperties
 
getConnection() - Method in class org.portico.core.fedex.Federate
Fetch the connection associated with this federate
getConnection() - Method in class org.portico.lrc.handlers.LRCMessageHandler
Fetch the LRCConnection associated with the federate.
getConstrained() - Method in class org.portico.lrc.LRCState
 
getConstrainedFederates() - Method in class org.portico.core.fedex.TimeManager
Gets the set of all currently constrained federates.
getContainer() - Method in class org.portico.shared.model.ACInstance
 
getContainer() - Method in class org.portico.shared.model.ACMetadata
 
getContainer() - Method in class org.portico.shared.model.Dimension
 
getContainer() - Method in class org.portico.shared.model.PCMetadata
 
getCurrentTime() - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.getCurrentTime(Federate).
getCurrentTime(Federate) - Method in class org.portico.core.fedex.TimeManager
This method fetches the "current time" for the given Federate.
getCurrentTime() - Method in class org.portico.lrc.LRCState
 
getDaemon() - Method in class org.portico.binding.jsop.rti.JSOPBootstrap
 
getDeclaredAttribute(int) - Method in class org.portico.shared.model.OCMetadata
Get the locally declared attribute (not inherited) of the given handle and return it.
getDeclaredAttributes() - Method in class org.portico.shared.model.OCMetadata
Return a set of all the attributes contained directly within this class (no inherited ones)
getDeclaredParameter(int) - Method in class org.portico.shared.model.ICMetadata
Get the locally declared parameter (not inherited) of the given handle and return it.
getDeclaredParameters() - Method in class org.portico.shared.model.ICMetadata
Return a set of all the parameters contained directly within this class (no inherited ones)
getDimension(String) - Method in class org.portico.shared.model.Space
Find the contained Dimension of the given name and return it.
getDimension(int) - Method in class org.portico.shared.model.Space
Find the contained Dimension of the given handle and return it.
getDimensionHandle(String, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getDimensionHandle(String, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getDimensionHandle(String, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getDimensionHandle(String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getDimensionHandle(String) - Method in class org.portico.shared.model.Space
Return the handle for the contained dimension of the given handle.
getDimensionHandleFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getDimensionHandleSet(RegionHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getDimensionHandleSetFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getDimensionName(int, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getDimensionName(int, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getDimensionName(int, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getDimensionName(DimensionHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getDimensionName(int) - Method in class org.portico.shared.model.Space
Return the name of the contained dimension with the given handle.
getDimensions() - Method in class org.portico.shared.model.Space
Get a set of all the dimensions contained in this space.
getDimensionUpperBound(DimensionHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getDiscoveredClass() - Method in class org.portico.shared.msg.FED_DiscoverObject
 
getDiscoveredType(int) - Method in class org.portico.lrc.LRCInstanceRepository
Returns the handle of the class the instance was discovered as
getDiscoverers(int) - Method in class org.portico.core.fedex.Repository
Get the map of all discoverers and the type they discovered the instance as.
getEndColumn() - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
getEndLine() - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
getExecution() - Method in class org.portico.core.Bootstrap
Gets the RTIExec that this bootstrap is contained within.
getExecutionLogger() - Method in class org.portico.core.RTIExec
 
getExecutionName() - Method in class org.portico.core.RTIExec
 
getExtent(int) - Method in class org.portico.shared.model.RegionInstance
Get the extent at the given index.
getFederate(String) - Method in class org.portico.core.fedex.Federation
Get the joined federate of the given name.
getFederate(int) - Method in class org.portico.core.fedex.Federation
Get the joined federate of the given handle.
getFederate() - Method in class org.portico.core.fedex.mom.MomFederate
 
getFederate() - Method in class org.portico.core.fedex.mom.MomManager
Fetch the Federate that represents the MOM in the associated Federation.
getFederate() - Method in class org.portico.core.msg.INT_NewSubscription
 
getFederateAmbassador() - Method in class org.portico.impl.hla13.Impl13Helper
 
getFederateAmbassador() - Method in class org.portico.impl.hla13.ImplJava1Helper
 
getFederateAmbassador() - Method in class org.portico.impl.hla1516.Impl1516Helper
 
getFederateAmbassadorLink() - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
getFederateAttributes() - Static method in class org.portico.shared.model.MOMHelper
 
getFederateHandle() - Method in class org.portico.core.fedex.mom.MomFederate
 
getFederateHandle() - Method in class org.portico.lrc.LRCState
 
getFederateHandle() - Method in class org.portico.shared.model.RegionInstance
Returns the handle of the federate that created this region
getFederateHandleFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getFederateHandleSetFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getFederateHost() - Method in class org.portico.core.fedex.mom.MomFederate
 
getFederateName() - Method in class org.portico.lrc.LRCState
 
getFederateName() - Method in class org.portico.shared.msg.RTI_JoinFederation
 
getFederates() - Method in class org.portico.core.fedex.ICInterest
Get the full set of federates that have an interest in the associated interaction class.
getFederates() - Method in class org.portico.core.fedex.OCInterest
Return the set of federates contained in this interest
getFederateSet(String) - Method in class org.portico.core.fedex.SyncPointManager
Gets the set of all federates relevant for the sync point.
getFederatesInFederation() - Method in class org.portico.core.fedex.mom.MomFederation
 
getFederateState() - Method in class org.portico.core.fedex.mom.MomFederate
 
getFederateTime() - Method in class org.portico.core.fedex.mom.MomFederate
 
getFederateTime() - Method in class org.portico.shared.msg.RTI_EnableTimeRegulation
 
getFederateType() - Method in class org.portico.core.fedex.mom.MomFederate
 
getFederation() - Method in class org.portico.core.fedex.Federate
 
getFederation(String) - Method in class org.portico.core.RTIExec
Return the active federation of the given name or null if there is none (for that name)
getFederationAttributes() - Static method in class org.portico.shared.model.MOMHelper
 
getFederationLogger() - Method in class org.portico.core.fedex.Federation
 
getFederationName() - Method in class org.portico.core.fedex.mom.MomFederation
 
getFederationName() - Method in class org.portico.lrc.LRCState
 
getFederationName() - Method in class org.portico.shared.msg.RTI_CreateFederation
 
getFederationName() - Method in class org.portico.shared.msg.RTI_DestroyFederation
 
getFederationName() - Method in class org.portico.shared.msg.RTI_JoinFederation
 
getFederationWideLabels() - Method in class org.portico.core.fedex.SyncPointManager
Get a list of all the sync point labels that a new federate is invovled with so that it can be told of them as it joined.
getFederatSet() - Method in class org.portico.core.fedex.SyncPointManager.Point
Return the set of federates involved with this sync point.
getFedexFactory() - Method in class org.portico.core.RTIExec
 
getFEDid() - Method in class org.portico.core.fedex.mom.MomFederate
 
getFedID() - Method in class org.portico.core.fedex.mom.MomFederation
 
getFile() - Method in class org.portico.shared.plugin.LoadedLibrary
Get the location of the library as a file
getFOM() - Method in class org.portico.impl.hla13.Impl13Helper
 
getFOM() - Method in class org.portico.impl.hla13.ImplJava1Helper
 
getFOM() - Method in class org.portico.impl.hla1516.Impl1516Helper
 
getFOM() - Method in class org.portico.lrc.handlers.LRCMessageHandler
This method provides quick and easy access to the FOM.
getFOM() - Method in class org.portico.lrc.LRCState
 
getHandle() - Method in class org.portico.core.fedex.Federate
 
getHandle() - Method in class org.portico.core.fedex.mom.MomFederation
 
getHandle(int) - Method in class org.portico.impl.hla13.types.HLA13ByteArrayMap
Return handle at index position.
getHandle(int) - Method in class org.portico.impl.hla13.types.HLA13ReceivedInteraction
Get the handle for the given index.
getHandle(int) - Method in class org.portico.impl.hla13.types.HLA13ReflectedAttributes
Get the handle for the given index.
getHandle() - Method in class org.portico.shared.model.ACInstance
The handle of the attribute type from the FOM.
getHandle() - Method in class org.portico.shared.model.ACMetadata
 
getHandle() - Method in class org.portico.shared.model.Dimension
 
getHandle() - Method in class org.portico.shared.model.ICMetadata
 
getHandle() - Method in class org.portico.shared.model.OCInstance
 
getHandle() - Method in class org.portico.shared.model.OCMetadata
Get the handle for this class
getHandle() - Method in class org.portico.shared.model.PCMetadata
 
getHandle() - Method in class org.portico.shared.model.Space
 
getHandles() - Method in class org.portico.impl.hla13.types.HLA13ByteArrayMap
Gets an array of all the handles contained within this map
getHandleSet() - Method in class org.portico.shared.msg.RTI_SyncPointReg
 
getHelper() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getHelper() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getHelper() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getHLAversion() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getHLAVersion() - Method in class org.portico.lrc.LRC
 
getICRegions(int) - Method in class org.portico.lrc.LRCInterestManager
This will return all the regions associated with the subscription for the identified interaciton class handle.
GetImage() - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
getInstance() - Static method in class org.portico.core.config.PluginLoader
 
getInstance() - Method in class org.portico.core.fedex.mom.MomFederate
 
getInstance() - Method in class org.portico.core.fedex.mom.MomFederation
 
getInstance(int) - Method in class org.portico.core.fedex.Repository
Fetch the instance with the given handle and return it.
getInstance() - Method in class org.portico.core.msg.INT_ObjectRegistered
 
getInstance(int) - Method in class org.portico.lrc.LRCInstanceRepository
Gets the instance of the given handle from this repository and returns it.
getInstance(String) - Method in class org.portico.lrc.LRCInstanceRepository
Get the instance with the given name.
getInstance() - Method in class org.portico.shared.msg.FED_DiscoverObject
 
getInstances(OCMetadata) - Method in class org.portico.core.fedex.Repository
Find and return a set of all the registered object instances that are of the given object class.
getInteractionClass() - Method in class org.portico.core.fedex.ICInterest
Get the ICMetadata class representing the interaction that this interest is associated with.
getInteractionClass(int) - Method in class org.portico.shared.model.ObjectModel
Fetch the object class of the given handle in this model.
getInteractionClass(String) - Method in class org.portico.shared.model.ObjectModel
Find the interaction class with the given name and return it.
getInteractionClassHandle(String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getInteractionClassHandle(String) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getInteractionClassHandle(String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getInteractionClassHandle(String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getInteractionClassHandle(String) - Method in class org.portico.shared.model.ObjectModel
Get the handle of the class with the given name.
getInteractionClassHandleFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getInteractionClassName(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getInteractionClassName(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getInteractionClassName(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getInteractionClassName(InteractionClassHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getInteractionClassName(int) - Method in class org.portico.shared.model.ObjectModel
Get the name of the interaction class represented by the given handle in this model.
getInteractionId() - Method in class org.portico.shared.msg.FED_ReceiveInteraction
 
getInteractionId() - Method in class org.portico.shared.msg.RTI_SendInteraction
 
getInteractionRoot() - Method in class org.portico.shared.model.ObjectModel
Get the class that represents InteractionRoot (or HLAInteractionRoot in 1516).
getInteractionRoutingSpaceHandle(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getInteractionRoutingSpaceHandle(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getInteractionRoutingSpaceHandle(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getInteractionsReceived() - Method in class org.portico.core.fedex.mom.MomFederate
 
getInteractionsSent() - Method in class org.portico.core.fedex.mom.MomFederate
 
getInteractionSubscribers(int) - Method in class org.portico.core.fedex.InterestManager
Fetch a map of all the federates and the ICInterest that represents their most specific subscription interest in the interaction class with the given handle.
getInterest(Federate) - Method in class org.portico.core.fedex.OCInterest
Returns the set of attributes that make up the interest set for the given federate.
getInterest(Federate, RegionInstance) - Method in class org.portico.core.fedex.OCInterest
This method will return the set of attribute interests that are bound to the specified RegionInstance for the given federate.
getInterestManager() - Method in class org.portico.core.fedex.FederationState
 
getInterestWithDDM(Federate) - Method in class org.portico.core.fedex.OCInterest
Return the RegionGroup associated with this interest for the provided federate.
getInterval() - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
getKnownObjectClassHandle(ObjectInstanceHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getLabel() - Method in class org.portico.shared.msg.FED_Synchronized
 
getLabel() - Method in class org.portico.shared.msg.FED_SyncPointAnnounced
 
getLabel() - Method in class org.portico.shared.msg.FED_SyncPointRegResult
 
getLabel() - Method in class org.portico.shared.msg.RTI_SyncAchieved
 
getLabel() - Method in class org.portico.shared.msg.RTI_SyncPointReg
 
getLastSaveName() - Method in class org.portico.core.fedex.mom.MomFederation
 
getLastSaveTime() - Method in class org.portico.core.fedex.mom.MomFederation
 
getLBTS() - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.getLBTS(Federate)
getLBTS() - Method in class org.portico.core.fedex.FederationState
 
getLBTS() - Method in class org.portico.core.fedex.mom.MomFederate
 
getLBTS(Federate) - Method in class org.portico.core.fedex.TimeManager
Fetch the LBTS for a specific federate.
getLBTS() - Method in class org.portico.core.fedex.TimeManager
Return the federation-wide LBTS.
getLBTS() - Method in class org.portico.lrc.LRCState
The current requested time + the current look ahead.
getLine() - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
Deprecated.  
getLoadedPlugins() - Method in class org.portico.core.config.PluginLoader
Returns a set of all the jar files from which RTI plugins have been loaded.
getLoadedPlugins() - Method in class org.portico.lrc.LRCPluginLoader
Returns a set of all the jar files from which LRC plugins have been loaded.
getLocalName() - Method in class org.portico.shared.model.ICMetadata
Get the local portion of the interaction class name.
getLocalName() - Method in class org.portico.shared.model.OCMetadata
Get the local portion of the object class name.
getLocation() - Method in class org.portico.shared.plugin.LoadedLibrary
Get the location to the library as a string.
getLockStore() - Method in class org.portico.core.fedex.FederationState
 
getLogger() - Method in class org.portico.core.Bootstrap
Get the logger that should be used for all messages.
getLookahead() - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.getLookahead(Federate)
getLookahead() - Method in class org.portico.core.fedex.mom.MomFederate
 
getLookahead(Federate) - Method in class org.portico.core.fedex.TimeManager
 
getLookahead() - Method in class org.portico.lrc.LRCState
 
getLookahead() - Method in class org.portico.shared.msg.RTI_EnableTimeRegulation
 
getLRC() - Method in class org.portico.impl.hla13.Impl13Helper
 
getLRCConnection() - Method in class org.portico.lrc.LRC
 
getLRCInstanceRepository() - Method in class org.portico.lrc.LRCState
 
getLRCInterestManager() - Method in class org.portico.lrc.LRCState
 
getLRCLogger() - Method in class org.portico.impl.hla13.Impl13Helper
 
getLRCLogger() - Method in class org.portico.impl.hla13.ImplJava1Helper
 
getLRCLogger() - Method in class org.portico.impl.hla1516.Impl1516Helper
 
getLRCLogger() - Method in class org.portico.lrc.LRC
 
getLrcPlugins() - Method in class org.portico.shared.plugin.PluginLocator
Get the set of all loaded libraries that contain LRC plugin configuration data.
getLRCRegionStore() - Method in class org.portico.lrc.LRCState
 
getLRCState() - Method in class org.portico.lrc.LRC
 
getMaxExtent() - Method in class org.portico.dlc.HLA13RTIFactory
 
getMessage() - Method in exception org.portico.impl.hla13.fomparser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.portico.impl.hla13.fomparser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMinExtent() - Method in class org.portico.dlc.HLA13RTIFactory
 
getMinNextEventTime() - Method in class org.portico.core.fedex.mom.MomFederate
 
getModel() - Method in class org.portico.shared.model.OCMetadata
 
getModel() - Method in class org.portico.shared.model.Space
 
getModel() - Method in class org.portico.shared.msg.RTI_CreateFederation
 
getModules() - Method in class org.portico.core.FedexFactory
Gets the set of all modules that will be applied to the message sinks inside each newly created Federation.
getModules(XMLSource) - Method in class org.portico.lrc.LRCConfigurator
Process the given configuration element for any modules.
getMOMAttributeHandle(int, String) - Static method in class org.portico.shared.model.MOMHelper
Fetch the handle for the MOM attribute of the given name in the MOM class of the given handle.
getMOMClassHandle(String) - Static method in class org.portico.shared.model.MOMHelper
Fetch the handle for the MOM class of the given name.
getMomManager() - Method in class org.portico.core.fedex.Federation
 
getMulticastRegistry() - Method in class org.portico.core.BootstrapManager
Fetch the contained MulticastRegistry.
getMulticastRegistry() - Method in class org.portico.core.RTIExec
 
getName() - Method in class org.portico.core.fedex.Federate
 
getName() - Method in class org.portico.core.fedex.Federation
 
getName() - Method in class org.portico.shared.model.ACMetadata
 
getName() - Method in class org.portico.shared.model.Dimension
 
getName() - Method in class org.portico.shared.model.OCInstance
 
getName() - Method in class org.portico.shared.model.PCMetadata
 
getName() - Method in class org.portico.shared.model.Space
 
getNera() - Method in class org.portico.shared.msg.RTI_NextEventRequest
 
getNewLookahead() - Method in class org.portico.shared.msg.RTI_ModifyLookahead
 
getNextSaveName() - Method in class org.portico.core.fedex.mom.MomFederation
 
getNextSaveTime() - Method in class org.portico.core.fedex.mom.MomFederation
 
getNextToken() - Method in class org.portico.impl.hla13.fomparser.FOM
 
getNextToken() - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
getNonStandardArguments() - Static method in class org.portico.core.MainProperties
 
getNumberOfExtents() - Method in class org.portico.impl.hla13.types.HLA13Region
 
getNumberOfExtents() - Method in class org.portico.impl.hla13.types.Java1Region
 
getNumberOfExtents() - Method in class org.portico.shared.model.RegionInstance
 
getNumberOfExtents() - Method in class org.portico.shared.msg.RTI_CreateRegion
 
getObjectClass() - Method in class org.portico.core.fedex.OCInterest
 
getObjectClass(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getObjectClass(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getObjectClass(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getObjectClass(int) - Method in class org.portico.shared.model.ObjectModel
Fetch the object class of the given handle in this model.
getObjectClass(String) - Method in class org.portico.shared.model.ObjectModel
Fetch the object class with the given name and return it.
getObjectClassHandle(String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getObjectClassHandle(String) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getObjectClassHandle(String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getObjectClassHandle(String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getObjectClassHandle(String) - Method in class org.portico.shared.model.ObjectModel
Get the handle of the class with the given name.
getObjectClassHandleFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getObjectClassName(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getObjectClassName(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getObjectClassName(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getObjectClassName(ObjectClassHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getObjectClassName(int) - Method in class org.portico.shared.model.ObjectModel
Get the name of the object class represented by the given handle in this model.
getObjectHandle() - Method in class org.portico.core.fedex.mom.MomFederate
 
getObjectHandle() - Method in class org.portico.shared.msg.FED_RemoveObject
 
getObjectHandle() - Method in class org.portico.shared.msg.RTI_AssociateForUpdates
 
getObjectHandle() - Method in class org.portico.shared.msg.RTI_DeleteObject
 
getObjectHandle() - Method in class org.portico.shared.msg.RTI_LocalDelete
 
getObjectHandle() - Method in class org.portico.shared.msg.RTI_UnassociateForUpdates
 
getObjectId() - Method in class org.portico.shared.msg.FED_ProvideUpdate
 
getObjectId() - Method in class org.portico.shared.msg.FED_ReflectAttributes
 
getObjectId() - Method in class org.portico.shared.msg.RTI_RequestObjectUpdate
 
getObjectId() - Method in class org.portico.shared.msg.RTI_UpdateAttributes
 
getObjectInstanceHandle(String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getObjectInstanceHandle(String) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getObjectInstanceHandle(String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getObjectInstanceHandle(String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getObjectInstanceHandleFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getObjectInstanceName(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getObjectInstanceName(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getObjectInstanceName(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getObjectInstanceName(ObjectInstanceHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getObjectModel() - Method in class org.portico.core.fedex.FederationState
 
getObjectName() - Method in class org.portico.shared.msg.RTI_RegisterObject
 
getObjectRoot() - Method in class org.portico.shared.model.ObjectModel
Get the class that represents ObjectRoot (or HLAObjectRoot in 1516).
getObjectsOwned() - Method in class org.portico.core.fedex.mom.MomFederate
 
getObjectsReflected() - Method in class org.portico.core.fedex.mom.MomFederate
 
getObjectSubscribers(int) - Method in class org.portico.core.fedex.InterestManager
Return the set of subscribers for class represented by the given handle in addition to the object class for which they are a subscriber to.
getObjectsUpdated() - Method in class org.portico.core.fedex.mom.MomFederate
 
getOrder() - Method in class org.portico.shared.model.ACMetadata
 
getOrder() - Method in class org.portico.shared.model.ICMetadata
 
getOrderingHandle(String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getOrderingHandle(String) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getOrderingHandle(String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getOrderingName(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getOrderingName(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getOrderingName(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getOrderName(OrderType) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getOrderType() - Method in class org.portico.impl.hla13.types.HLA13ReceivedInteraction
Return order type - Not currently supported
getOrderType(int) - Method in class org.portico.impl.hla13.types.HLA13ReflectedAttributes
Return order handle at index position. - not currently supported
getOrderType(String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getOwner() - Method in class org.portico.shared.model.ACInstance
The federate handle of the owning federate.
getOwner() - Method in class org.portico.shared.model.OCInstance
Returns the handle of the owning federate or PorticoConstants.NULL_HANDLE if it is not owned.
getPair(int) - Method in class org.portico.impl.hla13.types.HLA13ByteArrayMap
 
getParameter(int) - Method in class org.portico.shared.model.ICMetadata
Get the available parameter (inherited included) of this class for the given handle.
getParameterHandle(String, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getParameterHandle(String, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getParameterHandle(String, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getParameterHandle(int) - Method in class org.portico.impl.hla13.types.HLA13ReceivedInteraction
Return parameter handle at index position.
getParameterHandle(InteractionClassHandle, String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getParameterHandle(String) - Method in class org.portico.shared.model.ICMetadata
Return the handle of the contained parameter of the given name.
getParameterHandleFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getParameterHandleValueMapFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getParameterName(int, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getParameterName(int, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getParameterName(int, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getParameterName(InteractionClassHandle, ParameterHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getParameterName(int) - Method in class org.portico.shared.model.ICMetadata
Return the name of the contained parameter of the given handle.
getParameters() - Method in class org.portico.shared.msg.FED_ReceiveInteraction
 
getParameters() - Method in class org.portico.shared.msg.RTI_SendInteraction
 
getParent() - Method in class org.portico.shared.model.ICMetadata
 
getParent() - Method in class org.portico.shared.model.OCMetadata
Return the parent of this object class
getPluginConfigurations(LoadedLibrary.Type) - Method in class org.portico.shared.plugin.LoadedLibrary
Get all the plugins contained in the library for the given type.
getPluginDirectory() - Static method in class org.portico.core.MainProperties
 
getPorticoHome() - Static method in class org.portico.core.MainProperties
 
getPrivilegeToDelete() - Method in class org.portico.shared.model.ObjectModel
This method will get the handle of the privilege to delete attribute.
getProperties() - Method in class org.portico.core.fedex.FederateState
Gets the properties map directly.
getProperties() - Method in class org.portico.core.fedex.FederationState
Gets the properties map directly.
getProperties() - Method in class org.portico.lrc.LRCState
Gets the properties map directly.
getProperty(String) - Method in class org.portico.core.fedex.FederateState
Fetch the value of a previously bound property.
getProperty(String, Class<X>) - Method in class org.portico.core.fedex.FederateState
This is the same as FederateState.getProperty(String) except that you can specify the type which the contained value should be.
getProperty(String) - Method in class org.portico.core.fedex.FederationState
Fetch the value of a previously bound property.
getProperty(String, Class<X>) - Method in class org.portico.core.fedex.FederationState
This is the same as FederationState.getProperty(String) except that you can specify the type which the contained value should be.
getProperty(String) - Method in class org.portico.lrc.LRCState
Fetch the value of a previously bound property.
getProperty(String, Class<X>) - Method in class org.portico.lrc.LRCState
This is the same as LRCState.getProperty(String) except that you can specify the type which the contained value should be.
getPulishedAttributes(Federate, int) - Method in class org.portico.core.fedex.InterestManager
This method will return a set of all the attribute handles from the class identified by the given class handle that the given federate is publishing.
getQualifiedName() - Method in class org.portico.shared.model.ICMetadata
Return the fully-qualified name of this interaction class.
getQualifiedName() - Method in class org.portico.shared.model.OCMetadata
Return the fully-qualified name of this object class.
getRange(Dimension) - Method in class org.portico.shared.model.Extent
Returns the Extent.Range contained within this Extent for the given Dimension.
getRange(int) - Method in class org.portico.shared.model.Extent
Returns the Extent.Range contained within this Extent for the given dimension handle.
getRangeBounds(RegionHandle, DimensionHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getRangeLowerBound(int, int) - Method in class org.portico.impl.hla13.types.HLA13Region
 
getRangeLowerBound(int, int) - Method in class org.portico.impl.hla13.types.Java1Region
 
getRangeLowerBound(int) - Method in class org.portico.shared.model.Extent
Fetches the lower bound for the range associated with the given dimension in this extent and returns it.
getRangeLowerBound(int, int) - Method in class org.portico.shared.model.RegionInstance
 
getRangeLowerBoundNotificationLimit(int, int) - Method in class org.portico.impl.hla13.types.HLA13Region
 
getRangeLowerBoundNotificationLimit(int, int) - Method in class org.portico.impl.hla13.types.Java1Region
 
getRangeLowerBoundNotificationLimit(int, int) - Method in class org.portico.shared.model.RegionInstance
For now, this just returns the exact same value as RegionInstance.getRangeLowerBound(int, int)
getRangeUpperBound(int, int) - Method in class org.portico.impl.hla13.types.HLA13Region
 
getRangeUpperBound(int, int) - Method in class org.portico.impl.hla13.types.Java1Region
 
getRangeUpperBound(int) - Method in class org.portico.shared.model.Extent
Fetches the upper bound for the range associated with the given dimension in this extent and returns it.
getRangeUpperBound(int, int) - Method in class org.portico.shared.model.RegionInstance
 
getRangeUpperBoundNotificationLimit(int, int) - Method in class org.portico.impl.hla13.types.HLA13Region
 
getRangeUpperBoundNotificationLimit(int, int) - Method in class org.portico.impl.hla13.types.Java1Region
 
getRangeUpperBoundNotificationLimit(int, int) - Method in class org.portico.shared.model.RegionInstance
For now, this just returns the exact same value as RegionInstance.getRangeUpperBound(int, int)
getRawMap() - Method in class org.portico.core.fedex.RegionGroup
Returns an UNMODIFIABLE version of the underlying region association map that supports this class.
getReaper() - Method in class org.portico.core.RTIExec
 
getReflectionsReceived() - Method in class org.portico.core.fedex.mom.MomFederate
 
getRegion(int) - Method in class org.portico.core.fedex.RegionStore
Find and return the RegionInstance associated with the given token.
getRegion(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getRegion(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getRegion(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getRegion() - Method in class org.portico.impl.hla13.types.HLA13ReceivedInteraction
This will just return null
getRegion(int) - Method in class org.portico.impl.hla13.types.HLA13ReflectedAttributes
Return Region handle at index position. - not currently supported
getRegion(int) - Method in class org.portico.lrc.LRCRegionStore
Fetch the contained region with the supplied region handle.
getRegion() - Method in class org.portico.shared.model.ACInstance
Returns the region associated with this particular attribute.
getRegion() - Method in class org.portico.shared.msg.RTI_ModifyRegion
 
getRegionHandle() - Method in class org.portico.impl.hla13.types.HLA13Region
Gets the region handle for the wrapped region
getRegionHandle() - Method in class org.portico.impl.hla13.types.Java1Region
Gets the region handle for the wrapped region
getRegionHandleSetFactory() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getRegions(Federate) - Method in class org.portico.core.fedex.ICInterest
Get all the regions associated with the interests this federate has in the interaction class.
getRegionStore() - Method in class org.portico.core.fedex.FederationState
 
getRegionToken(Region) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getRegionToken(Region) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getRegionToken(Region) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getRegionToken() - Method in class org.portico.shared.msg.RTI_AssociateForUpdates
 
getRegionToken() - Method in class org.portico.shared.msg.RTI_DeleteRegion
 
getRegionToken() - Method in class org.portico.shared.msg.RTI_RequestClassUpdate
 
getRegionToken() - Method in class org.portico.shared.msg.RTI_SendInteraction
 
getRegionToken() - Method in class org.portico.shared.msg.RTI_SubscribeInteractionClass
 
getRegionToken() - Method in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
getRegionToken() - Method in class org.portico.shared.msg.RTI_UnassociateForUpdates
 
getRegionToken() - Method in class org.portico.shared.msg.RTI_UnsubscribeInteractionClass
 
getRegionToken() - Method in class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
getRegionTokens() - Method in class org.portico.lrc.LRCInterestManager.RegionSubscription
 
getRegionTokens() - Method in class org.portico.shared.msg.RTI_RegisterObject
Gets all the region tokens that are to be associated with attributes after the object registration.
getRegulating() - Method in class org.portico.lrc.LRCState
 
getRegulatingFederates() - Method in class org.portico.core.fedex.TimeManager
Gets the set of all currently regulating federates.
getRepository() - Method in class org.portico.core.fedex.FederationState
 
getRequestedTime() - Method in class org.portico.lrc.LRCState
 
getRequestKey(String) - Method in class org.portico.core.MulticastRegistry
This method is much the same as MulticastRegistry.getSerialNumber(String) except that it extracts the key from the request, not the serial number.
getRequestSink() - Method in class org.portico.core.fedex.Federation
 
getRequestSink() - Method in class org.portico.lrc.LRC
 
getResignAction() - Method in class org.portico.shared.msg.RTI_ResignFederation
 
getResponse(String) - Method in class org.portico.shared.MulticastLookup
Extracts and returns the response text from the given packet information.
getRidFile() - Static method in class org.portico.shared.FileUtilities
This method firstly checks the environment variable RTI_RID_FILE for the location of the RID file.
getROlength() - Method in class org.portico.core.fedex.mom.MomFederate
 
getRoutingSpaceHandle(String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getRoutingSpaceHandle(String) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getRoutingSpaceHandle(String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getRoutingSpaceName(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getRoutingSpaceName(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getRoutingSpaceName(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getRtiAmbassador() - Method in class org.portico.dlc.HLA1516RTIFactory
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.
getRTIExec() - Method in class org.portico.core.fedex.Federation
 
getRtiExecution() - Method in class org.portico.core.RTIConnection
Fetches the RTIExec that has been associated with this connection.
getRtiPlugins() - Method in class org.portico.shared.plugin.PluginLocator
Get the set of all loaded libraries that contain RTI plugin configuration data.
getRTIversion() - Method in class org.portico.core.fedex.mom.MomFederate
 
getRtiVersion() - Method in class org.portico.core.fedex.mom.MomFederation
 
getRtiVersion() - Static method in class org.portico.shared.PorticoConstants
Load the file "etc/portico.properties" into the system properties and then return the value of portico.version.
getSerialNumber(String) - Method in class org.portico.core.MulticastRegistry
Extracts the serial number from the given request string.
getSerialNumber(String) - Method in class org.portico.shared.MulticastLookup
Extracts and returns the serial number on the incoming packet information.
getServerConnection() - Method in class org.portico.shared.msg.RTI_JoinFederation
 
getSize() - Method in class org.portico.shared.model.RegionInstance
Get the number of extents stored in this region
getSocket() - Method in class org.portico.binding.jsop.rti.JSOPActiveConnection
Get the socket that this connection implementation is using to send/receive messages on.
getSocket() - Method in class org.portico.binding.jsop.rti.JSOPActiveConnection.JSOPServerConnection
Fecth the socket that this connection is using.
getSpace() - Method in class org.portico.shared.model.ACMetadata
 
getSpace() - Method in class org.portico.shared.model.ICMetadata
 
getSpace(int) - Method in class org.portico.shared.model.ObjectModel
Fetch the space contained in this model that has the given handle and return it.
getSpace(String) - Method in class org.portico.shared.model.ObjectModel
Fetch the space contained in this model that has the given name and return it.
getSpaceHandle() - Method in class org.portico.impl.hla13.types.HLA13Region
 
getSpaceHandle() - Method in class org.portico.impl.hla13.types.Java1Region
 
getSpaceHandle() - Method in class org.portico.shared.model.RegionInstance
 
getSpaceHandle() - Method in class org.portico.shared.msg.RTI_CreateRegion
 
getSpecHelper() - Method in class org.portico.lrc.LRC
Fetches the current specification-specific helper.
getState() - Method in class org.portico.core.fedex.Federate
 
getState() - Method in class org.portico.core.fedex.Federation
 
getState() - Method in class org.portico.impl.hla13.Impl13Helper
 
getState() - Method in class org.portico.impl.hla13.ImplJava1Helper
 
getState() - Method in class org.portico.impl.hla1516.Impl1516Helper
 
GetSuffix(int) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
getSyncPointManager() - Method in class org.portico.core.fedex.FederationState
 
getSyncPoints() - Method in class org.portico.core.fedex.FederateState
Get a set of all the oannounced, but non-achieved sync points for this federate
getTabSize(int) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
getTag(String) - Method in class org.portico.core.fedex.SyncPointManager
Get the tag for the given label.
getTag() - Method in class org.portico.shared.msg.FED_ProvideUpdate
 
getTag() - Method in class org.portico.shared.msg.FED_ReceiveInteraction
 
getTag() - Method in class org.portico.shared.msg.FED_ReflectAttributes
 
getTag() - Method in class org.portico.shared.msg.FED_RemoveObject
 
getTag() - Method in class org.portico.shared.msg.FED_SyncPointAnnounced
 
getTag() - Method in class org.portico.shared.msg.RTI_DeleteObject
 
getTag() - Method in class org.portico.shared.msg.RTI_RequestClassUpdate
 
getTag() - Method in class org.portico.shared.msg.RTI_RequestObjectUpdate
 
getTag() - Method in class org.portico.shared.msg.RTI_SendInteraction
 
getTag() - Method in class org.portico.shared.msg.RTI_SyncPointReg
 
getTag() - Method in class org.portico.shared.msg.RTI_UpdateAttributes
 
getTara() - Method in class org.portico.shared.msg.RTI_TimeAdvanceRequest
 
getTargetFederate(String) - Method in class org.portico.core.handlers.CoreMessageHandler
This method will fetch the federate of the given name from the federation.
getTargetFederate(RTI_RequestMessage) - Method in class org.portico.core.handlers.CoreMessageHandler
This method will fetch the federate that sent the given request message.
getTargetFederate() - Method in class org.portico.shared.msg.FED_CallbackMessage
 
getTargetFederate() - Method in class org.portico.shared.msg.RTI_RequestMessage
 
getTime() - Method in class org.portico.impl.hla13.types.DoubleTime
 
getTime() - Method in class org.portico.impl.hla1516.types.DoubleTime
 
getTime() - Method in class org.portico.impl.hla1516.types.DoubleTimeInterval
 
getTime() - Method in class org.portico.shared.msg.FED_AdvanceGranted
 
getTime() - Method in class org.portico.shared.msg.FED_ConstrainedEnabled
 
getTime() - Method in class org.portico.shared.msg.FED_RegulationEnabled
 
getTime() - Method in class org.portico.shared.msg.RTI_NextEventRequest
 
getTime() - Method in class org.portico.shared.msg.RTI_TimeAdvanceRequest
 
getTimeConstrained() - Method in class org.portico.core.fedex.mom.MomFederate
 
getTimeManager() - Method in class org.portico.core.fedex.FederationState
 
getTimeManagerState() - Method in class org.portico.core.fedex.mom.MomFederate
 
getTimeRegulating() - Method in class org.portico.core.fedex.mom.MomFederate
 
getTimestamp() - Method in class org.portico.shared.msg.FED_CallbackMessage
This method will return the current timestamp value for this message.
getTimestamp() - Method in class org.portico.shared.msg.RTI_RequestMessage
This method will return the current timestamp value for this message.
getTimeStatus(Federate) - Method in class org.portico.core.fedex.TimeManager
Gets the TimeManager.TimeStatus instance containing the time-data for the given Federate.
getToken(int) - Method in class org.portico.impl.hla13.fomparser.FOM
 
getToken() - Method in class org.portico.shared.model.RegionInstance
Get the unique handle for this region instance
getTransport() - Method in class org.portico.shared.model.ACMetadata
 
getTransport() - Method in class org.portico.shared.model.ICMetadata
 
getTransportationHandle(String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getTransportationHandle(String) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getTransportationHandle(String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getTransportationName(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
getTransportationName(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
getTransportationName(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
getTransportationName(TransportationType) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getTransportationType(String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
getTransportType() - Method in class org.portico.impl.hla13.types.HLA13ReceivedInteraction
Return transport type - Not currently supported
getTransportType(int) - Method in class org.portico.impl.hla13.types.HLA13ReflectedAttributes
Return transport handle at index position. - not currently supported
getTSOlength() - Method in class org.portico.core.fedex.mom.MomFederate
 
getType() - Method in class org.portico.shared.model.ACInstance
 
getType() - Method in class org.portico.shared.model.OCInstance
 
getUndiscovered(Federate, OCMetadata) - Method in class org.portico.core.fedex.Repository
Find a list of all the instances that are of the given type (or child-type) that have yet to be discovered by the given federate.
getUpdatesSent() - Method in class org.portico.core.fedex.mom.MomFederate
 
getURL() - Method in class org.portico.shared.msg.RTI_CreateFederation
 
getValue(int) - Method in class org.portico.core.fedex.mom.MomFederate
Fetch the value for the attribute with the given handle and return it as a byte[].
getValue(int) - Method in class org.portico.core.fedex.mom.MomFederation
Fetch the value for the attribute with the given handle and return it as a byte[].
getValue(int) - Method in class org.portico.impl.hla13.types.HLA13ByteArrayMap
Return copy of value at index position.
getValue(int) - Method in class org.portico.impl.hla13.types.HLA13ReceivedInteraction
Return copy of value at index position.
getValue(int) - Method in class org.portico.impl.hla13.types.HLA13ReflectedAttributes
Return copy of value at index position.
getValue() - Method in enum org.portico.shared.compat.JResignAction
 
getValueLength(int) - Method in class org.portico.impl.hla13.types.HLA13ByteArrayMap
Return length of value at index position.
getValueLength(int) - Method in class org.portico.impl.hla13.types.HLA13ReceivedInteraction
Return length of value at index position.
getValueLength(int) - Method in class org.portico.impl.hla13.types.HLA13ReflectedAttributes
Return length of value at index position.
getValueReference(int) - Method in class org.portico.impl.hla13.types.HLA13ByteArrayMap
Get the reference of the value at position index (not a clone)
getValueReference(int) - Method in class org.portico.impl.hla13.types.HLA13ReceivedInteraction
Not really supported, this will just return the same as getValue(int)
getValueReference(int) - Method in class org.portico.impl.hla13.types.HLA13ReflectedAttributes
Get the reference of the value at position index (not a clone).
getVersionSafeQualifiedName() - Method in class org.portico.shared.model.ICMetadata
Gets the qualified name WITHOUT InteractionRoot or HLAinteractionRoot prefixed at the front.
getVersionSafeQualifiedName() - Method in class org.portico.shared.model.OCMetadata
Gets the qualified name WITHOUT ObjectRoot or HLAobjectRoot prefixed at the front.
getWrappedRegion() - Method in class org.portico.impl.hla13.types.HLA13Region
Return the wrapped Portico region insance
getWrappedRegion() - Method in class org.portico.impl.hla13.types.Java1Region
Return the wrapped Portico region insance
GIVEN_ARGS - Static variable in class org.portico.core.gui.ManagementGUI
 
group - Variable in class org.portico.core.BootstrapManager
 
GUI - Static variable in class org.portico.core.gui.ManagementGUI
 

H

handle - Variable in class org.portico.core.fedex.Federate
 
handle - Variable in class org.portico.impl.hla13.types.HLA13ByteArrayMap.Pair
 
handle - Variable in class org.portico.impl.hla1516.types.HLA1516Handle
 
handle - Variable in class org.portico.shared.model.ACInstance
 
handle - Variable in class org.portico.shared.model.ACMetadata
 
handle - Variable in class org.portico.shared.model.Dimension
 
handle - Variable in class org.portico.shared.model.ICMetadata
 
handle - Variable in enum org.portico.shared.model.MOMHelper.Federate
 
handle - Variable in enum org.portico.shared.model.MOMHelper.Federation
 
handle - Variable in class org.portico.shared.model.ObjectModel
 
handle - Variable in class org.portico.shared.model.OCInstance
 
handle - Variable in class org.portico.shared.model.OCMetadata
 
handle - Variable in class org.portico.shared.model.PCMetadata
 
handle - Variable in class org.portico.shared.model.Space
 
handleCount - Variable in class org.portico.core.fedex.Repository
 
handleCounter - Variable in class org.portico.core.FedexFactory
 
handleElement(Element, XMLProcessor, Bag<String, Object>) - Method in class org.portico.core.config.Handler_Bootstrap
This method handles the <bootstraps> element, looking for all child bootstrap declarations.
handleElement(Element, XMLProcessor, Bag<String, Object>) - Method in class org.portico.core.config.Handler_Modules
This method handles the <modules> element, looking for all child module declarations.
Handler_Bootstrap - Class in org.portico.core.config
This class handles all instances of the <bootstraps> XML element found in any configuration files.
Handler_Bootstrap() - Constructor for class org.portico.core.config.Handler_Bootstrap
 
Handler_Modules - Class in org.portico.core.config
The Handler_Modules class is responsible for processing all <modules> elements found in any configuration files.
Handler_Modules() - Constructor for class org.portico.core.config.Handler_Modules
 
handles - Variable in class org.portico.impl.hla13.types.HLA13Set
 
handles() - Method in class org.portico.impl.hla13.types.HLA13Set
 
handleSet - Variable in class org.portico.shared.msg.RTI_SyncPointReg
 
handoffQueue - Variable in class org.portico.binding.jsop.lrc.JSOPClientConnection
 
harvestConnection() - Method in class org.portico.core.RTIConnection
This method will ask the Reaper to harvest it.
harvestSoul(RTIConnection) - Method in class org.portico.core.Reaper
This method will find the federate associated with the given RTIConnection.
hasAttribute(int) - Method in class org.portico.shared.model.OCMetadata
Returns true if this class contains an attribute of the given handle.
hasAttributes() - Method in class org.portico.shared.msg.RTI_UnpublishObjectClass
 
hasAttributes() - Method in class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
hasDimension(String) - Method in class org.portico.shared.model.Space
Returns true if there is a dimension of the given name inside this space.
hasDimension(int) - Method in class org.portico.shared.model.Space
Returns true if there is a dimension with the given handle inside this space.
hasDiscovered(Federate, int) - Method in class org.portico.core.fedex.Repository
Returns true if the given federate has already discovered the instance, false otherwise.
hashCode() - Method in class org.portico.impl.hla13.types.HLA13Set
Classic hashCode
hashCode() - Method in class org.portico.impl.hla1516.types.DoubleTime
Two LogicalTimes for which equals() is true should yield same hash code
hashCode() - Method in class org.portico.impl.hla1516.types.DoubleTimeInterval
Two LogicalTimeIntervals for which equals() is true should yield same hash code
hashCode() - Method in class org.portico.impl.hla1516.types.HLA1516Handle
 
hashCode() - Method in class org.portico.lrc.LRCInterestManager.RegionSubscription
 
hasInterest(Federate) - Method in class org.portico.core.fedex.ICInterest
Returns true if the given Federate has an interest in the interaction class associated with this interest (false otherwise).
hasInterest(Federate) - Method in class org.portico.core.fedex.OCInterest
Returns true if there is an interest for the given federate, false otherwise
hasInterest(RegionInstance) - Method in class org.portico.core.fedex.RegionGroup
Returns true if there is a registered interest associated with the provided RegionInstance, false false otherwise.
hasProperty(String) - Method in class org.portico.core.fedex.FederateState
Return true if there is a contained property for the given key, false otherwise.
hasProperty(String) - Method in class org.portico.core.fedex.FederationState
Return true if there is a contained property for the given key, false otherwise.
hasProperty(String) - Method in class org.portico.lrc.LRCState
Return true if there is a contained property for the given key, false otherwise.
helper - Variable in class org.portico.impl.hla13.Default13RTIAmbassador
 
helper - Variable in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
helper - Variable in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
helper - Variable in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
helper - Variable in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
helper - Variable in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
helper - Variable in class org.portico.lrc.LRC
 
HLA13AttributeHandleSet - Class in org.portico.impl.hla13.types
The implementation of this class falls back on to HLA13Set.
HLA13AttributeHandleSet() - Constructor for class org.portico.impl.hla13.types.HLA13AttributeHandleSet
 
HLA13AttributeHandleSet(List<Integer>) - Constructor for class org.portico.impl.hla13.types.HLA13AttributeHandleSet
 
HLA13AttributeHandleSet(Set<Integer>) - Constructor for class org.portico.impl.hla13.types.HLA13AttributeHandleSet
 
HLA13AttributeHandleSetFactory - Class in org.portico.impl.hla13.types
 
HLA13AttributeHandleSetFactory() - Constructor for class org.portico.impl.hla13.types.HLA13AttributeHandleSetFactory
 
HLA13ByteArrayMap - Class in org.portico.impl.hla13.types
This class provides the common Map "functionality" required by the HLA 1.3 spec.
HLA13ByteArrayMap() - Constructor for class org.portico.impl.hla13.types.HLA13ByteArrayMap
 
HLA13ByteArrayMap(int) - Constructor for class org.portico.impl.hla13.types.HLA13ByteArrayMap
 
HLA13ByteArrayMap(Map<Integer, byte[]>) - Constructor for class org.portico.impl.hla13.types.HLA13ByteArrayMap
 
HLA13ByteArrayMap.Pair - Class in org.portico.impl.hla13.types
 
HLA13ByteArrayMap.Pair(int, byte[]) - Constructor for class org.portico.impl.hla13.types.HLA13ByteArrayMap.Pair
 
HLA13FederateHandleSet - Class in org.portico.impl.hla13.types
 
HLA13FederateHandleSet() - Constructor for class org.portico.impl.hla13.types.HLA13FederateHandleSet
 
HLA13FederateHandleSet(List<Integer>) - Constructor for class org.portico.impl.hla13.types.HLA13FederateHandleSet
 
HLA13FederateHandleSet(Set<Integer>) - Constructor for class org.portico.impl.hla13.types.HLA13FederateHandleSet
 
HLA13FederateHandleSetFactory - Class in org.portico.impl.hla13.types
 
HLA13FederateHandleSetFactory() - Constructor for class org.portico.impl.hla13.types.HLA13FederateHandleSetFactory
 
HLA13ReceivedInteraction - Class in org.portico.impl.hla13.types
This class just wraps a HLA13ByteArrayMap and passes all the relevant calls on to it.
HLA13ReceivedInteraction(HashMap<Integer, byte[]>) - Constructor for class org.portico.impl.hla13.types.HLA13ReceivedInteraction
 
HLA13ReflectedAttributes - Class in org.portico.impl.hla13.types
This class just wraps a HLA13ByteArrayMap and passes all the relevant calls on to it.
HLA13ReflectedAttributes(HashMap<Integer, byte[]>) - Constructor for class org.portico.impl.hla13.types.HLA13ReflectedAttributes
 
HLA13Region - Class in org.portico.impl.hla13.types
This class represents a hla.rti.Region as defined in the HLA 1.3 spec.
HLA13Region(RegionInstance) - Constructor for class org.portico.impl.hla13.types.HLA13Region
 
HLA13RTIFactory - Class in org.portico.dlc
This class provides the RtiFactory implementation required by the HLA 1.3 DLC spec (HLA13RTIFactory() - Constructor for class org.portico.dlc.HLA13RTIFactory
 
HLA13Set - Class in org.portico.impl.hla13.types
This class provides the common Set "functionality" required by the HLA 1.3 spec.
HLA13Set() - Constructor for class org.portico.impl.hla13.types.HLA13Set
 
HLA13Set(List<Integer>) - Constructor for class org.portico.impl.hla13.types.HLA13Set
 
HLA13Set(Set<Integer>) - Constructor for class org.portico.impl.hla13.types.HLA13Set
 
HLA13Set.HSIterator - Class in org.portico.impl.hla13.types
 
HLA13Set.HSIterator() - Constructor for class org.portico.impl.hla13.types.HLA13Set.HSIterator
 
HLA13SuppliedAttributes - Class in org.portico.impl.hla13.types
This class just falls back on HLA13ByteArrayMap for its functionality
HLA13SuppliedAttributes() - Constructor for class org.portico.impl.hla13.types.HLA13SuppliedAttributes
 
HLA13SuppliedAttributes(int) - Constructor for class org.portico.impl.hla13.types.HLA13SuppliedAttributes
 
HLA13SuppliedAttributes(HLA13ByteArrayMap) - Constructor for class org.portico.impl.hla13.types.HLA13SuppliedAttributes
 
HLA13SuppliedAttributes(Map<Integer, byte[]>) - Constructor for class org.portico.impl.hla13.types.HLA13SuppliedAttributes
 
HLA13SuppliedAttributesFactory - Class in org.portico.impl.hla13.types
 
HLA13SuppliedAttributesFactory() - Constructor for class org.portico.impl.hla13.types.HLA13SuppliedAttributesFactory
 
HLA13SuppliedParameters - Class in org.portico.impl.hla13.types
This class just falls back on HLA13ByteArrayMap for its functionality
HLA13SuppliedParameters() - Constructor for class org.portico.impl.hla13.types.HLA13SuppliedParameters
 
HLA13SuppliedParameters(int) - Constructor for class org.portico.impl.hla13.types.HLA13SuppliedParameters
 
HLA13SuppliedParameters(HLA13ByteArrayMap) - Constructor for class org.portico.impl.hla13.types.HLA13SuppliedParameters
 
HLA13SuppliedParameters(Map<Integer, byte[]>) - Constructor for class org.portico.impl.hla13.types.HLA13SuppliedParameters
 
HLA13SuppliedParametersFactory - Class in org.portico.impl.hla13.types
 
HLA13SuppliedParametersFactory() - Constructor for class org.portico.impl.hla13.types.HLA13SuppliedParametersFactory
 
HLA1516AttributeHandle - Class in org.portico.impl.hla1516.types
 
HLA1516AttributeHandle(int) - Constructor for class org.portico.impl.hla1516.types.HLA1516AttributeHandle
 
HLA1516AttributeHandleFactory - Class in org.portico.impl.hla1516.types
 
HLA1516AttributeHandleFactory() - Constructor for class org.portico.impl.hla1516.types.HLA1516AttributeHandleFactory
 
HLA1516AttributeHandleSet - Class in org.portico.impl.hla1516.types
 
HLA1516AttributeHandleSet() - Constructor for class org.portico.impl.hla1516.types.HLA1516AttributeHandleSet
 
HLA1516AttributeHandleSet(Set<Integer>) - Constructor for class org.portico.impl.hla1516.types.HLA1516AttributeHandleSet
 
HLA1516AttributeHandleSetFactory - Class in org.portico.impl.hla1516.types
 
HLA1516AttributeHandleSetFactory() - Constructor for class org.portico.impl.hla1516.types.HLA1516AttributeHandleSetFactory
 
HLA1516AttributeHandleValueMap - Class in org.portico.impl.hla1516.types
 
HLA1516AttributeHandleValueMap() - Constructor for class org.portico.impl.hla1516.types.HLA1516AttributeHandleValueMap
 
HLA1516AttributeHandleValueMap(Map<Integer, byte[]>) - Constructor for class org.portico.impl.hla1516.types.HLA1516AttributeHandleValueMap
 
HLA1516AttributeHandleValueMapFactory - Class in org.portico.impl.hla1516.types
 
HLA1516AttributeHandleValueMapFactory() - Constructor for class org.portico.impl.hla1516.types.HLA1516AttributeHandleValueMapFactory
 
HLA1516FederateHandle - Class in org.portico.impl.hla1516.types
 
HLA1516FederateHandle(int) - Constructor for class org.portico.impl.hla1516.types.HLA1516FederateHandle
 
HLA1516FederateHandleFactory - Class in org.portico.impl.hla1516.types
 
HLA1516FederateHandleFactory() - Constructor for class org.portico.impl.hla1516.types.HLA1516FederateHandleFactory
 
HLA1516FederateHandleSet - Class in org.portico.impl.hla1516.types
 
HLA1516FederateHandleSet() - Constructor for class org.portico.impl.hla1516.types.HLA1516FederateHandleSet
 
HLA1516FederateHandleSet(Set<Integer>) - Constructor for class org.portico.impl.hla1516.types.HLA1516FederateHandleSet
 
HLA1516FederateHandleSetFactory - Class in org.portico.impl.hla1516.types
 
HLA1516FederateHandleSetFactory() - Constructor for class org.portico.impl.hla1516.types.HLA1516FederateHandleSetFactory
 
HLA1516Handle - Class in org.portico.impl.hla1516.types
 
HLA1516Handle(int) - Constructor for class org.portico.impl.hla1516.types.HLA1516Handle
 
HLA1516InteractionClassHandle - Class in org.portico.impl.hla1516.types
 
HLA1516InteractionClassHandle(int) - Constructor for class org.portico.impl.hla1516.types.HLA1516InteractionClassHandle
 
HLA1516InteractionClassHandleFactory - Class in org.portico.impl.hla1516.types
 
HLA1516InteractionClassHandleFactory() - Constructor for class org.portico.impl.hla1516.types.HLA1516InteractionClassHandleFactory
 
HLA1516ObjectClassHandle - Class in org.portico.impl.hla1516.types
 
HLA1516ObjectClassHandle(int) - Constructor for class org.portico.impl.hla1516.types.HLA1516ObjectClassHandle
 
HLA1516ObjectClassHandleFactory - Class in org.portico.impl.hla1516.types
 
HLA1516ObjectClassHandleFactory() - Constructor for class org.portico.impl.hla1516.types.HLA1516ObjectClassHandleFactory
 
HLA1516ObjectInstanceHandle - Class in org.portico.impl.hla1516.types
 
HLA1516ObjectInstanceHandle(int) - Constructor for class org.portico.impl.hla1516.types.HLA1516ObjectInstanceHandle
 
HLA1516ObjectInstanceHandleFactory - Class in org.portico.impl.hla1516.types
 
HLA1516ObjectInstanceHandleFactory() - Constructor for class org.portico.impl.hla1516.types.HLA1516ObjectInstanceHandleFactory
 
HLA1516ParameterHandle - Class in org.portico.impl.hla1516.types
 
HLA1516ParameterHandle(int) - Constructor for class org.portico.impl.hla1516.types.HLA1516ParameterHandle
 
HLA1516ParameterHandleFactory - Class in org.portico.impl.hla1516.types
 
HLA1516ParameterHandleFactory() - Constructor for class org.portico.impl.hla1516.types.HLA1516ParameterHandleFactory
 
HLA1516ParameterHandleValueMap - Class in org.portico.impl.hla1516.types
 
HLA1516ParameterHandleValueMap() - Constructor for class org.portico.impl.hla1516.types.HLA1516ParameterHandleValueMap
 
HLA1516ParameterHandleValueMap(Map<Integer, byte[]>) - Constructor for class org.portico.impl.hla1516.types.HLA1516ParameterHandleValueMap
 
HLA1516ParameterHandleValueMapFactory - Class in org.portico.impl.hla1516.types
 
HLA1516ParameterHandleValueMapFactory() - Constructor for class org.portico.impl.hla1516.types.HLA1516ParameterHandleValueMapFactory
 
HLA1516RTIFactory - Class in org.portico.dlc
This class provides the RtiFactory implementation required by the HLA 1516 DLC spec (HLA1516RTIFactory() - Constructor for class org.portico.dlc.HLA1516RTIFactory
 
HLAVersion - Enum in org.portico.shared
Enumeration to signal the HLA specification version is in use.
HLAVersion() - Constructor for enum org.portico.shared.HLAVersion
 
host - Variable in class org.portico.binding.jsop.lrc.JSOPClientConnection
 

I

ICInterest - Class in org.portico.core.fedex
This class represents a particular publication or subscription interest a given Federate has in an interaction class.
ICInterest(ICMetadata) - Constructor for class org.portico.core.fedex.ICInterest
 
iclasses - Variable in class org.portico.shared.model.ObjectModel
 
ICMetadata - Class in org.portico.shared.model
This class contains metadata information about a FOM object class
ICMetadata(String, int) - Constructor for class org.portico.shared.model.ICMetadata
NOTE: This constructor should generally not be used.
icroot - Variable in class org.portico.shared.model.ObjectModel
 
id - Variable in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
id - Variable in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
im - Variable in class org.portico.core.handlers.ACT_PostRegisterHandler
 
image - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
image - Variable in class org.portico.impl.hla13.fomparser.Token
The string image of the token.
Impl13Helper - Class in org.portico.impl.hla13
This class helps provides helper methods to the Default13RTIAmbassador class and helps bridge the gap between the Portico compatibility layer and the HLA 1.3 interface.
Impl13Helper() - Constructor for class org.portico.impl.hla13.Impl13Helper
Creates a new helper that can be used within the Default13RTIAmbassador.
Impl1516Helper - Class in org.portico.impl.hla1516
This class helps provides helper methods to the Default1516RTIAmbassador class and helps bridge the gap between the Portico compatibility layer and the HLA 1516 interface.
Impl1516Helper() - Constructor for class org.portico.impl.hla1516.Impl1516Helper
 
ImplJava1Helper - Class in org.portico.impl.hla13
This class helps provides helper methods to the DefaultJava1RTIAmbassador class and helps bridge the gap between the Portico compatibility layer and the HLA 1.3 Annex A interface.
ImplJava1Helper() - Constructor for class org.portico.impl.hla13.ImplJava1Helper
 
IN_SINGLE_LINE_COMMENT - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
inBuf - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
increaseBy(LogicalTimeInterval) - Method in class org.portico.impl.hla13.types.DoubleTime
 
informAttributeOwnership(int, int, int, int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
informAttributeOwnership(int, int, int) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
initComponents() - Method in class org.portico.core.gui.ManagementGUI
 
INITIAL - Static variable in class org.portico.impl.hla13.types.DoubleTime
 
initialize() - Method in class org.portico.core.config.CLConfigurator
Creates all the Arguments and associates with with the CLProcessor.
initialize(XMLProcessor) - Method in class org.portico.core.config.XMLConfigurator
Initializes the XMLProcessor with the handlers for the top-level portico XML elements <bootstraps> and <modules>.
initialize() - Method in class org.portico.core.fedex.ActionQueueProcessor
Initializes the processor by fetching the action queue and action sink from the associated Federation.
initialize() - Method in class org.portico.core.fedex.mom.MomManager
Does all the generaly HLA-related initialization for the MomManager federate.
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.ACT_DeleteHandler
 
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.ACT_PostRegisterHandler
 
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.ACT_PostSubscribeHandler
 
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.ACT_RequestClassUpdateHandler
 
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.ACT_RequestUpdateHandler
 
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.ACT_SyncPointAchieveHandler
This method will allow the CoreMessageHandler's initialize method to run and will then grab the SyncPointManager from the federation state.
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.ACT_TimeAdvancementHandler
Passes this call up to the CoreMessageHandler before grabbing the TimeManager from the federation state.
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.ACT_TimeStatusHandler
 
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.CoreMessageHandler
This method pre-fetches the Federation (key Federation.KEY_FEDERATION) and gets all the various other bits and pieces (such as the logger).
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.REQ_DeleteObjectHandler
 
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.REQ_LocalDeleteHandler
 
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.REQ_RegisterObjectHandler
 
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.REQ_ResignHandler
This method will allow the CoreMessageHandler's initialize method to run and will then grab the Repository from the federation state.
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.REQ_Terminator
 
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.REQ_TimeStatusHandler
 
initialize(Bag<String, ?>) - Method in class org.portico.core.handlers.REQ_UpdateAttributeHandler
 
initialize(Bag<String, ?>) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
This method will attempt to extract from the given properties the instance of the Impl13Helper class that provides its link to the federate to which the various callbacks should be delivered.
initialize(Bag<String, ?>) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
This method will attempt to extract from the given properties the instance of the ImplJava1Helper class that provides its link to the federate to which the various callbacks should be delivered.
initialize(Bag<String, ?>) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
This method will attempt to extract from the given properties the instance of the Impl1516Helper class that provides its link to the federate to which the various callbacks should be delivered.
initialize(Bag<String, ?>) - Method in class org.portico.lrc.handlers.LRCMessageHandler
Prefetch a number of useful LRC entities.
initialized - Variable in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
initializeRTI(Properties) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
initializeSinks(LRC) - Method in class org.portico.lrc.LRCConfigurator
Applies the default configuration.
initialMessage() - Static method in class org.portico.core.Main
 
initiateFederateRestore(int, String, int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
initiateFederateRestore(String, int) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
initiateFederateSave(int, String) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
initiateFederateSave(String) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
input_stream - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
inputStream - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
insertMomHierarchy(ObjectModel) - Static method in class org.portico.shared.model.MOMHelper
Build the hierarchy of MOM object classes and initialize them with the default handles.
INSTANCE - Static variable in class org.portico.binding.jvm.JVMBootstrap
The shared JVMBoostrap.
INSTANCE - Static variable in class org.portico.core.config.PluginLoader
 
instance - Variable in class org.portico.core.fedex.mom.MomFederate
 
instance - Variable in class org.portico.core.fedex.mom.MomFederation
 
instance - Variable in class org.portico.core.fedex.Repository.Wrapper
 
instance - Variable in class org.portico.core.msg.INT_ObjectRegistered
 
INSTANCE - Static variable in class org.portico.impl.hla1516.types.DoubleTimeFactory
 
INSTANCE - Static variable in class org.portico.impl.hla1516.types.DoubleTimeIntervalFactory
 
INSTANCE - Static variable in class org.portico.impl.hla1516.types.HLA1516AttributeHandleFactory
 
INSTANCE - Static variable in class org.portico.impl.hla1516.types.HLA1516AttributeHandleSetFactory
 
INSTANCE - Static variable in class org.portico.impl.hla1516.types.HLA1516AttributeHandleValueMapFactory
 
INSTANCE - Static variable in class org.portico.impl.hla1516.types.HLA1516FederateHandleFactory
 
INSTANCE - Static variable in class org.portico.impl.hla1516.types.HLA1516FederateHandleSetFactory
 
INSTANCE - Static variable in class org.portico.impl.hla1516.types.HLA1516InteractionClassHandleFactory
 
INSTANCE - Static variable in class org.portico.impl.hla1516.types.HLA1516ObjectClassHandleFactory
 
INSTANCE - Static variable in class org.portico.impl.hla1516.types.HLA1516ObjectInstanceHandleFactory
 
INSTANCE - Static variable in class org.portico.impl.hla1516.types.HLA1516ParameterHandleFactory
 
INSTANCE - Static variable in class org.portico.impl.hla1516.types.HLA1516ParameterHandleValueMapFactory
 
INSTANCE - Static variable in class org.portico.lrc.LRCPluginLoader
 
instance() - Static method in class org.portico.lrc.LRCPluginLoader
 
INSTANCE - Static variable in class org.portico.shared.model.MOMHelper
 
instance - Variable in class org.portico.shared.msg.FED_DiscoverObject
 
INSTANCE - Static variable in class org.portico.shared.MulticastLookup
 
INSTANCE - Static variable in class org.portico.shared.plugin.PluginLocator
 
instance() - Static method in class org.portico.shared.plugin.PluginLocator
 
instances - Variable in class org.portico.core.fedex.Repository
 
instances - Variable in class org.portico.lrc.LRCInstanceRepository
 
inStream - Variable in class org.portico.binding.jsop.rti.JSOPActiveConnection
 
INT_NewSubscription - Class in org.portico.core.msg
This message is a notification used internally with the RTI.
INT_NewSubscription() - Constructor for class org.portico.core.msg.INT_NewSubscription
 
INT_NewSubscription(Federate, int) - Constructor for class org.portico.core.msg.INT_NewSubscription
 
INT_ObjectRegistered - Class in org.portico.core.msg
This message is a notification of a new object registration.
INT_ObjectRegistered() - Constructor for class org.portico.core.msg.INT_ObjectRegistered
 
INT_ObjectRegistered(OCInstance) - Constructor for class org.portico.core.msg.INT_ObjectRegistered
 
interactionClass - Variable in class org.portico.core.fedex.ICInterest
 
interactionClass(ObjectModel, ICMetadata) - Method in class org.portico.impl.hla13.fomparser.FOM
 
interactionId - Variable in class org.portico.shared.msg.FED_ReceiveInteraction
 
interactionId - Variable in class org.portico.shared.msg.RTI_SendInteraction
 
interactionParameter(ICMetadata, ObjectModel) - Method in class org.portico.impl.hla13.fomparser.FOM
 
interactions(ObjectModel) - Method in class org.portico.impl.hla13.fomparser.FOM
INTERACTION CLASS PRODUCTIONS
INTERACTIONS - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
interestLock - Variable in class org.portico.core.fedex.LockStore
 
interestManager - Variable in class org.portico.core.fedex.FederationState
 
InterestManager - Class in org.portico.core.fedex
This class maintains the set of publication and subscription interests that relate to all the federates currenctly joined to the associated federation.
InterestManager(FederationState) - Constructor for class org.portico.core.fedex.InterestManager
Create a new instance that is linked to the given FederationState.
interestManager - Variable in class org.portico.lrc.LRCState
 
interests - Variable in class org.portico.core.fedex.ICInterest
 
interests - Variable in class org.portico.core.fedex.OCInterest
 
interests - Variable in class org.portico.core.handlers.CoreMessageHandler
 
interests - Variable in class org.portico.lrc.handlers.LRCMessageHandler
 
interval - Variable in class org.portico.impl.hla13.types.DoubleTimeInterval
 
INVALID_HANDLE - Static variable in class org.portico.shared.model.ObjectModel
 
INVALID_LEXICAL_STATE - Static variable in error org.portico.impl.hla13.fomparser.TokenMgrError
Tried to change to an invalid lexical state.
involvesFederate(Federate) - Method in class org.portico.core.fedex.SyncPointManager.Point
Return true if the given federate is involved with this point, false otherwise.
iPublications - Variable in class org.portico.core.fedex.InterestManager
 
isAchieved(String) - Method in class org.portico.core.fedex.SyncPointManager
Is the given point achieved?
isAchieved() - Method in class org.portico.core.fedex.SyncPointManager.Point
Check to see if this point has been achieved.
isACPublished(int, int) - Method in class org.portico.lrc.LRCInterestManager
Returns true if the federate is publishing the specified attribute handle of the identified object class, false otherwise.
isActive() - Method in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
isAdvanceGrant() - Method in class org.portico.shared.msg.FED_AdvanceGranted
 
isAdvanceGrant() - Method in class org.portico.shared.msg.FED_CallbackMessage
 
isAdvancing() - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.isAdvancing(Federate)
isAdvancing(Federate) - Method in class org.portico.core.fedex.TimeManager
 
isAdvancing() - Method in class org.portico.lrc.LRCState
 
isAttributeOwnedByFederate(int, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
isAttributeOwnedByFederate(int, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
isAttributeOwnedByFederate(int, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
isAttributeOwnedByFederate(ObjectInstanceHandle, AttributeHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
isConfigured() - Method in class org.portico.core.RTIExec
 
isConstrained() - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.isConstrained(Federate)
isConstrained(Federate) - Method in class org.portico.core.fedex.TimeManager
 
isConstrained() - Method in class org.portico.lrc.LRCState
 
isDiagnosticRun() - Static method in class org.portico.core.MainProperties
 
isEmpty() - Method in class org.portico.core.fedex.RegionGroup
Returns true if the given group is empty (has no associations for any region, including the default region - null).
isEmpty() - Method in class org.portico.impl.hla13.types.HLA13Set
 
isEmpty() - Method in class org.portico.lrc.LRCQueue
 
isEpsilon() - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
isEpsilon() - Method in class org.portico.impl.hla1516.types.DoubleTimeInterval
 
isEqualTo(LogicalTime) - Method in class org.portico.impl.hla13.types.DoubleTime
 
isEqualTo(LogicalTimeInterval) - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
isFinal() - Method in class org.portico.impl.hla13.types.DoubleTime
 
isFinal() - Method in class org.portico.impl.hla1516.types.DoubleTime
 
isGreaterThan(LogicalTime) - Method in class org.portico.impl.hla13.types.DoubleTime
 
isGreaterThan(LogicalTimeInterval) - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
isGreaterThanOrEqualTo(LogicalTime) - Method in class org.portico.impl.hla13.types.DoubleTime
 
isGreaterThanOrEqualTo(LogicalTimeInterval) - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
isICPublished(int) - Method in class org.portico.lrc.LRCInterestManager
 
isICSubscribed(int) - Method in class org.portico.lrc.LRCInterestManager
 
isInitial() - Method in class org.portico.impl.hla13.types.DoubleTime
 
isInitial() - Method in class org.portico.impl.hla1516.types.DoubleTime
 
isJoined() - Method in class org.portico.core.fedex.Federate
 
isJoined() - Method in class org.portico.lrc.LRCState
 
isLessThan(LogicalTime) - Method in class org.portico.impl.hla13.types.DoubleTime
 
isLessThan(LogicalTimeInterval) - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
isLessThanOrEqualTo(LogicalTime) - Method in class org.portico.impl.hla13.types.DoubleTime
 
isLessThanOrEqualTo(LogicalTimeInterval) - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
isMember(int) - Method in class org.portico.impl.hla13.types.HLA13Set
 
isNameTaken(String) - Method in class org.portico.core.fedex.Repository
This method checks to see if the given name is in use by an object in this repository.
isObjectClassPublisher(Federate, int) - Method in class org.portico.core.fedex.InterestManager
Return true if the given federate is a publisher of the given class.
isOCPublished(int) - Method in class org.portico.lrc.LRCInterestManager
Returns true if the given class is currently published in some capacity.
isOCPublished(int, Collection<Integer>) - Method in class org.portico.lrc.LRCInterestManager
Returns true if the federate is publishing *ALL* of the specified attributes of the given object class.
isOCSubscribed(int) - Method in class org.portico.lrc.LRCInterestManager
Returns true if the federate is subscribed to any attributes of the given object class.
isOwner(int) - Method in class org.portico.shared.model.OCInstance
Returns true if the given parameter is equal to result of getOwned(), false otherwise.
ISpecHelper - Interface in org.portico.lrc
This is just a marker interface that the various helpers for the spec-specific classes implement so that they can be stored within the LRC without creating a tight-coupling to a certain class.
isPlugin - Variable in class org.portico.shared.plugin.LoadedLibrary
 
isPlugin() - Method in class org.portico.shared.plugin.LoadedLibrary
 
isPrintFom() - Static method in class org.portico.core.MainProperties
 
isPriority() - Method in class org.portico.shared.msg.EXT_TerminateLRC
 
isPriority() - Method in class org.portico.shared.msg.FED_CallbackMessage
Priority messages signal to the LRC that they should be processed right away (asynchronously).
isRegistered(String) - Method in class org.portico.core.fedex.SyncPointManager
Is the point of the given label registered?
isRegistered(String) - Method in class org.portico.core.MulticastRegistry
Returns true if there is a value for the given key, false otherwise
isRegulating() - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.isRegulating(Federate)
isRegulating(Federate) - Method in class org.portico.core.fedex.TimeManager
 
isRegulating() - Method in class org.portico.lrc.LRCState
 
isRO() - Method in class org.portico.shared.model.ACMetadata
 
isRO() - Method in class org.portico.shared.model.ICMetadata
 
isRunning() - Method in class org.portico.core.RTIExec
 
isSpecDefinedMessage() - Method in class org.portico.shared.msg.FED_CallbackMessage
Is this callback type a "message" as defined in the HLA specification.
isSpecDefinedMessage() - Method in class org.portico.shared.msg.FED_ReceiveInteraction
 
isSpecDefinedMessage() - Method in class org.portico.shared.msg.FED_ReflectAttributes
 
isSpecDefinedMessage() - Method in class org.portico.shared.msg.FED_RemoveObject
 
isStrictBootstrapStartup() - Static method in class org.portico.core.MainProperties
 
isSuccess() - Method in class org.portico.shared.msg.FED_SyncPointRegResult
 
isSyncPointAchieved(String) - Method in class org.portico.core.fedex.FederateState
Has this federate achieved the sync point of the given label
isTicking() - Method in class org.portico.lrc.LRCState
 
isTimestamped() - Method in class org.portico.shared.msg.FED_CallbackMessage
This method will return true if the current timestamp is not equal to PorticoConstants.NULL_TIME.
isTimestamped() - Method in class org.portico.shared.msg.RTI_RequestMessage
This method will return true if the current timestamp is not equal to PorticoConstants.NULL_TIME.
isTSO() - Method in class org.portico.shared.model.ACMetadata
 
isTSO() - Method in class org.portico.shared.model.ICMetadata
 
iSubscriptions - Variable in class org.portico.core.fedex.InterestManager
 
isValid() - Method in class org.portico.impl.hla13.types.HLA13Set.HSIterator
Should be checked before using return from first() or next()
isXMLFile(String) - Static method in class org.portico.shared.FileUtilities
Returns whether this file is an XML file.
isZero() - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
isZero() - Method in class org.portico.impl.hla1516.types.DoubleTimeInterval
 

J

JArrayIndexOutOfBounds - Exception in org.portico.shared.compat
 
JArrayIndexOutOfBounds() - Constructor for exception org.portico.shared.compat.JArrayIndexOutOfBounds
Just create an empty exception
JArrayIndexOutOfBounds(String) - Constructor for exception org.portico.shared.compat.JArrayIndexOutOfBounds
 
JArrayIndexOutOfBounds(Throwable) - Constructor for exception org.portico.shared.compat.JArrayIndexOutOfBounds
 
JArrayIndexOutOfBounds(String, Throwable) - Constructor for exception org.portico.shared.compat.JArrayIndexOutOfBounds
 
JAttributeNotDefined - Exception in org.portico.shared.compat
 
JAttributeNotDefined() - Constructor for exception org.portico.shared.compat.JAttributeNotDefined
Just create an empty exception
JAttributeNotDefined(String) - Constructor for exception org.portico.shared.compat.JAttributeNotDefined
 
JAttributeNotDefined(Throwable) - Constructor for exception org.portico.shared.compat.JAttributeNotDefined
 
JAttributeNotDefined(String, Throwable) - Constructor for exception org.portico.shared.compat.JAttributeNotDefined
 
JAttributeNotOwned - Exception in org.portico.shared.compat
 
JAttributeNotOwned() - Constructor for exception org.portico.shared.compat.JAttributeNotOwned
Just create an empty exception
JAttributeNotOwned(String) - Constructor for exception org.portico.shared.compat.JAttributeNotOwned
 
JAttributeNotOwned(Throwable) - Constructor for exception org.portico.shared.compat.JAttributeNotOwned
 
JAttributeNotOwned(String, Throwable) - Constructor for exception org.portico.shared.compat.JAttributeNotOwned
 
JAttributeNotPublished - Exception in org.portico.shared.compat
 
JAttributeNotPublished() - Constructor for exception org.portico.shared.compat.JAttributeNotPublished
Just create an empty exception
JAttributeNotPublished(String) - Constructor for exception org.portico.shared.compat.JAttributeNotPublished
 
JAttributeNotPublished(Throwable) - Constructor for exception org.portico.shared.compat.JAttributeNotPublished
 
JAttributeNotPublished(String, Throwable) - Constructor for exception org.portico.shared.compat.JAttributeNotPublished
 
Java1Region - Class in org.portico.impl.hla13.types
This class represents a hla.rti13.java1.Region.
Java1Region(RegionInstance) - Constructor for class org.portico.impl.hla13.types.Java1Region
 
JConcurrentAccessAttempted - Exception in org.portico.shared.compat
 
JConcurrentAccessAttempted() - Constructor for exception org.portico.shared.compat.JConcurrentAccessAttempted
Just create an empty exception
JConcurrentAccessAttempted(String) - Constructor for exception org.portico.shared.compat.JConcurrentAccessAttempted
 
JConcurrentAccessAttempted(Throwable) - Constructor for exception org.portico.shared.compat.JConcurrentAccessAttempted
 
JConcurrentAccessAttempted(String, Throwable) - Constructor for exception org.portico.shared.compat.JConcurrentAccessAttempted
 
JCouldNotOpenFED - Exception in org.portico.shared.compat
 
JCouldNotOpenFED() - Constructor for exception org.portico.shared.compat.JCouldNotOpenFED
Just create an empty exception
JCouldNotOpenFED(String) - Constructor for exception org.portico.shared.compat.JCouldNotOpenFED
 
JCouldNotOpenFED(Throwable) - Constructor for exception org.portico.shared.compat.JCouldNotOpenFED
 
JCouldNotOpenFED(String, Throwable) - Constructor for exception org.portico.shared.compat.JCouldNotOpenFED
 
JDeletePrivilegeNotHeld - Exception in org.portico.shared.compat
 
JDeletePrivilegeNotHeld() - Constructor for exception org.portico.shared.compat.JDeletePrivilegeNotHeld
Just create an empty exception
JDeletePrivilegeNotHeld(String) - Constructor for exception org.portico.shared.compat.JDeletePrivilegeNotHeld
 
JDeletePrivilegeNotHeld(Throwable) - Constructor for exception org.portico.shared.compat.JDeletePrivilegeNotHeld
 
JDeletePrivilegeNotHeld(String, Throwable) - Constructor for exception org.portico.shared.compat.JDeletePrivilegeNotHeld
 
JEnableTimeConstrainedPending - Exception in org.portico.shared.compat
 
JEnableTimeConstrainedPending() - Constructor for exception org.portico.shared.compat.JEnableTimeConstrainedPending
Just create an empty exception
JEnableTimeConstrainedPending(String) - Constructor for exception org.portico.shared.compat.JEnableTimeConstrainedPending
 
JEnableTimeConstrainedPending(Throwable) - Constructor for exception org.portico.shared.compat.JEnableTimeConstrainedPending
 
JEnableTimeConstrainedPending(String, Throwable) - Constructor for exception org.portico.shared.compat.JEnableTimeConstrainedPending
 
JEnableTimeRegulationPending - Exception in org.portico.shared.compat
 
JEnableTimeRegulationPending() - Constructor for exception org.portico.shared.compat.JEnableTimeRegulationPending
Just create an empty exception
JEnableTimeRegulationPending(String) - Constructor for exception org.portico.shared.compat.JEnableTimeRegulationPending
 
JEnableTimeRegulationPending(Throwable) - Constructor for exception org.portico.shared.compat.JEnableTimeRegulationPending
 
JEnableTimeRegulationPending(String, Throwable) - Constructor for exception org.portico.shared.compat.JEnableTimeRegulationPending
 
JEncodingHelpers - Class in org.portico.shared.compat
A set of encoding helpers (based on the HLA 1.3 encoding helpers) that can be used safely without referring to any specific HLA version.
JEncodingHelpers() - Constructor for class org.portico.shared.compat.JEncodingHelpers
 
JErrorReadingFED - Exception in org.portico.shared.compat
 
JErrorReadingFED() - Constructor for exception org.portico.shared.compat.JErrorReadingFED
Just create an empty exception
JErrorReadingFED(String) - Constructor for exception org.portico.shared.compat.JErrorReadingFED
 
JErrorReadingFED(Throwable) - Constructor for exception org.portico.shared.compat.JErrorReadingFED
 
JErrorReadingFED(String, Throwable) - Constructor for exception org.portico.shared.compat.JErrorReadingFED
 
JException - Exception in org.portico.shared.compat
This is the Portico version of RTIexception (and should be treated as such).
JException() - Constructor for exception org.portico.shared.compat.JException
Just create an empty exception
JException(String) - Constructor for exception org.portico.shared.compat.JException
 
JException(Throwable) - Constructor for exception org.portico.shared.compat.JException
 
JException(String, Throwable) - Constructor for exception org.portico.shared.compat.JException
 
JFederateAlreadyExecutionMember - Exception in org.portico.shared.compat
 
JFederateAlreadyExecutionMember() - Constructor for exception org.portico.shared.compat.JFederateAlreadyExecutionMember
Just create an empty exception
JFederateAlreadyExecutionMember(String) - Constructor for exception org.portico.shared.compat.JFederateAlreadyExecutionMember
 
JFederateAlreadyExecutionMember(Throwable) - Constructor for exception org.portico.shared.compat.JFederateAlreadyExecutionMember
 
JFederateAlreadyExecutionMember(String, Throwable) - Constructor for exception org.portico.shared.compat.JFederateAlreadyExecutionMember
 
JFederateNotExecutionMember - Exception in org.portico.shared.compat
 
JFederateNotExecutionMember() - Constructor for exception org.portico.shared.compat.JFederateNotExecutionMember
Just create an empty exception
JFederateNotExecutionMember(String) - Constructor for exception org.portico.shared.compat.JFederateNotExecutionMember
 
JFederateNotExecutionMember(Throwable) - Constructor for exception org.portico.shared.compat.JFederateNotExecutionMember
 
JFederateNotExecutionMember(String, Throwable) - Constructor for exception org.portico.shared.compat.JFederateNotExecutionMember
 
JFederateOwnsAttributes - Exception in org.portico.shared.compat
 
JFederateOwnsAttributes() - Constructor for exception org.portico.shared.compat.JFederateOwnsAttributes
Just create an empty exception
JFederateOwnsAttributes(String) - Constructor for exception org.portico.shared.compat.JFederateOwnsAttributes
 
JFederateOwnsAttributes(Throwable) - Constructor for exception org.portico.shared.compat.JFederateOwnsAttributes
 
JFederateOwnsAttributes(String, Throwable) - Constructor for exception org.portico.shared.compat.JFederateOwnsAttributes
 
JFederatesCurrentlyJoined - Exception in org.portico.shared.compat
 
JFederatesCurrentlyJoined() - Constructor for exception org.portico.shared.compat.JFederatesCurrentlyJoined
Just create an empty exception
JFederatesCurrentlyJoined(String) - Constructor for exception org.portico.shared.compat.JFederatesCurrentlyJoined
 
JFederatesCurrentlyJoined(Throwable) - Constructor for exception org.portico.shared.compat.JFederatesCurrentlyJoined
 
JFederatesCurrentlyJoined(String, Throwable) - Constructor for exception org.portico.shared.compat.JFederatesCurrentlyJoined
 
JFederationExecutionAlreadyExists - Exception in org.portico.shared.compat
 
JFederationExecutionAlreadyExists() - Constructor for exception org.portico.shared.compat.JFederationExecutionAlreadyExists
Just create an empty exception
JFederationExecutionAlreadyExists(String) - Constructor for exception org.portico.shared.compat.JFederationExecutionAlreadyExists
 
JFederationExecutionAlreadyExists(Throwable) - Constructor for exception org.portico.shared.compat.JFederationExecutionAlreadyExists
 
JFederationExecutionAlreadyExists(String, Throwable) - Constructor for exception org.portico.shared.compat.JFederationExecutionAlreadyExists
 
JFederationExecutionDoesNotExist - Exception in org.portico.shared.compat
 
JFederationExecutionDoesNotExist() - Constructor for exception org.portico.shared.compat.JFederationExecutionDoesNotExist
Just create an empty exception
JFederationExecutionDoesNotExist(String) - Constructor for exception org.portico.shared.compat.JFederationExecutionDoesNotExist
 
JFederationExecutionDoesNotExist(Throwable) - Constructor for exception org.portico.shared.compat.JFederationExecutionDoesNotExist
 
JFederationExecutionDoesNotExist(String, Throwable) - Constructor for exception org.portico.shared.compat.JFederationExecutionDoesNotExist
 
JFederationTimeAlreadyPassed - Exception in org.portico.shared.compat
 
JFederationTimeAlreadyPassed() - Constructor for exception org.portico.shared.compat.JFederationTimeAlreadyPassed
Just create an empty exception
JFederationTimeAlreadyPassed(String) - Constructor for exception org.portico.shared.compat.JFederationTimeAlreadyPassed
 
JFederationTimeAlreadyPassed(Throwable) - Constructor for exception org.portico.shared.compat.JFederationTimeAlreadyPassed
 
JFederationTimeAlreadyPassed(String, Throwable) - Constructor for exception org.portico.shared.compat.JFederationTimeAlreadyPassed
 
JInteractionClassNotDefined - Exception in org.portico.shared.compat
 
JInteractionClassNotDefined() - Constructor for exception org.portico.shared.compat.JInteractionClassNotDefined
Just create an empty exception
JInteractionClassNotDefined(String) - Constructor for exception org.portico.shared.compat.JInteractionClassNotDefined
 
JInteractionClassNotDefined(Throwable) - Constructor for exception org.portico.shared.compat.JInteractionClassNotDefined
 
JInteractionClassNotDefined(String, Throwable) - Constructor for exception org.portico.shared.compat.JInteractionClassNotDefined
 
JInteractionClassNotPublished - Exception in org.portico.shared.compat
 
JInteractionClassNotPublished() - Constructor for exception org.portico.shared.compat.JInteractionClassNotPublished
Just create an empty exception
JInteractionClassNotPublished(String) - Constructor for exception org.portico.shared.compat.JInteractionClassNotPublished
 
JInteractionClassNotPublished(Throwable) - Constructor for exception org.portico.shared.compat.JInteractionClassNotPublished
 
JInteractionClassNotPublished(String, Throwable) - Constructor for exception org.portico.shared.compat.JInteractionClassNotPublished
 
JInteractionClassNotSubscribed - Exception in org.portico.shared.compat
 
JInteractionClassNotSubscribed() - Constructor for exception org.portico.shared.compat.JInteractionClassNotSubscribed
Just create an empty exception
JInteractionClassNotSubscribed(String) - Constructor for exception org.portico.shared.compat.JInteractionClassNotSubscribed
 
JInteractionClassNotSubscribed(Throwable) - Constructor for exception org.portico.shared.compat.JInteractionClassNotSubscribed
 
JInteractionClassNotSubscribed(String, Throwable) - Constructor for exception org.portico.shared.compat.JInteractionClassNotSubscribed
 
JInteractionParameterNotDefined - Exception in org.portico.shared.compat
 
JInteractionParameterNotDefined() - Constructor for exception org.portico.shared.compat.JInteractionParameterNotDefined
Just create an empty exception
JInteractionParameterNotDefined(String) - Constructor for exception org.portico.shared.compat.JInteractionParameterNotDefined
 
JInteractionParameterNotDefined(Throwable) - Constructor for exception org.portico.shared.compat.JInteractionParameterNotDefined
 
JInteractionParameterNotDefined(String, Throwable) - Constructor for exception org.portico.shared.compat.JInteractionParameterNotDefined
 
JInvalidExtents - Exception in org.portico.shared.compat
 
JInvalidExtents() - Constructor for exception org.portico.shared.compat.JInvalidExtents
Just create an empty exception
JInvalidExtents(String) - Constructor for exception org.portico.shared.compat.JInvalidExtents
 
JInvalidExtents(Throwable) - Constructor for exception org.portico.shared.compat.JInvalidExtents
 
JInvalidExtents(String, Throwable) - Constructor for exception org.portico.shared.compat.JInvalidExtents
 
JInvalidFederationTime - Exception in org.portico.shared.compat
 
JInvalidFederationTime() - Constructor for exception org.portico.shared.compat.JInvalidFederationTime
Just create an empty exception
JInvalidFederationTime(String) - Constructor for exception org.portico.shared.compat.JInvalidFederationTime
 
JInvalidFederationTime(Throwable) - Constructor for exception org.portico.shared.compat.JInvalidFederationTime
 
JInvalidFederationTime(String, Throwable) - Constructor for exception org.portico.shared.compat.JInvalidFederationTime
 
JInvalidLookahead - Exception in org.portico.shared.compat
 
JInvalidLookahead() - Constructor for exception org.portico.shared.compat.JInvalidLookahead
Just create an empty exception
JInvalidLookahead(String) - Constructor for exception org.portico.shared.compat.JInvalidLookahead
 
JInvalidLookahead(Throwable) - Constructor for exception org.portico.shared.compat.JInvalidLookahead
 
JInvalidLookahead(String, Throwable) - Constructor for exception org.portico.shared.compat.JInvalidLookahead
 
JInvalidRegionContext - Exception in org.portico.shared.compat
 
JInvalidRegionContext() - Constructor for exception org.portico.shared.compat.JInvalidRegionContext
Just create an empty exception
JInvalidRegionContext(String) - Constructor for exception org.portico.shared.compat.JInvalidRegionContext
 
JInvalidRegionContext(Throwable) - Constructor for exception org.portico.shared.compat.JInvalidRegionContext
 
JInvalidRegionContext(String, Throwable) - Constructor for exception org.portico.shared.compat.JInvalidRegionContext
 
JInvalidResignAction - Exception in org.portico.shared.compat
 
JInvalidResignAction() - Constructor for exception org.portico.shared.compat.JInvalidResignAction
Just create an empty exception
JInvalidResignAction(String) - Constructor for exception org.portico.shared.compat.JInvalidResignAction
 
JInvalidResignAction(Throwable) - Constructor for exception org.portico.shared.compat.JInvalidResignAction
 
JInvalidResignAction(String, Throwable) - Constructor for exception org.portico.shared.compat.JInvalidResignAction
 
jj_consume_token(int) - Method in class org.portico.impl.hla13.fomparser.FOM
 
jj_expentries - Variable in class org.portico.impl.hla13.fomparser.FOM
 
jj_expentry - Variable in class org.portico.impl.hla13.fomparser.FOM
 
jj_gen - Variable in class org.portico.impl.hla13.fomparser.FOM
 
jj_input_stream - Variable in class org.portico.impl.hla13.fomparser.FOM
 
jj_kind - Variable in class org.portico.impl.hla13.fomparser.FOM
 
jj_la1 - Variable in class org.portico.impl.hla13.fomparser.FOM
 
jj_la1_0 - Static variable in class org.portico.impl.hla13.fomparser.FOM
 
jj_la1_0() - Static method in class org.portico.impl.hla13.fomparser.FOM
 
jj_nt - Variable in class org.portico.impl.hla13.fomparser.FOM
 
jj_ntk - Variable in class org.portico.impl.hla13.fomparser.FOM
 
jj_ntk() - Method in class org.portico.impl.hla13.fomparser.FOM
 
jjAddStates(int, int) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjCheckNAdd(int) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjFillToken() - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjimageLen - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjmatchedKind - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjmatchedPos - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveNfa_1(int, int) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveStringLiteralDfa0_1() - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveStringLiteralDfa10_0(long, long) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveStringLiteralDfa1_0(long) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveStringLiteralDfa2_0(long, long) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveStringLiteralDfa3_0(long, long) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveStringLiteralDfa4_0(long, long) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveStringLiteralDfa5_0(long, long) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveStringLiteralDfa6_0(long, long) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveStringLiteralDfa7_0(long, long) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveStringLiteralDfa8_0(long, long) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjMoveStringLiteralDfa9_0(long, long) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjnewLexState - Static variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjnewStateCnt - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjnextStates - Static variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjround - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjrounds - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjStartNfa_0(int, long) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjStartNfaWithStates_0(int, int, int) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjstateSet - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjStopAtPos(int, int) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjStopStringLiteralDfa_0(int, long) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjstrLiteralImages - Static variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjtoMore - Static variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjtoSkip - Static variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjtoSpecial - Static variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
jjtoToken - Static variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
JObjectAlreadyRegistered - Exception in org.portico.shared.compat
 
JObjectAlreadyRegistered() - Constructor for exception org.portico.shared.compat.JObjectAlreadyRegistered
Just create an empty exception
JObjectAlreadyRegistered(String) - Constructor for exception org.portico.shared.compat.JObjectAlreadyRegistered
 
JObjectAlreadyRegistered(Throwable) - Constructor for exception org.portico.shared.compat.JObjectAlreadyRegistered
 
JObjectAlreadyRegistered(String, Throwable) - Constructor for exception org.portico.shared.compat.JObjectAlreadyRegistered
 
JObjectClassNotDefined - Exception in org.portico.shared.compat
 
JObjectClassNotDefined() - Constructor for exception org.portico.shared.compat.JObjectClassNotDefined
Just create an empty exception
JObjectClassNotDefined(String) - Constructor for exception org.portico.shared.compat.JObjectClassNotDefined
 
JObjectClassNotDefined(Throwable) - Constructor for exception org.portico.shared.compat.JObjectClassNotDefined
 
JObjectClassNotDefined(String, Throwable) - Constructor for exception org.portico.shared.compat.JObjectClassNotDefined
 
JObjectClassNotPublished - Exception in org.portico.shared.compat
 
JObjectClassNotPublished() - Constructor for exception org.portico.shared.compat.JObjectClassNotPublished
Just create an empty exception
JObjectClassNotPublished(String) - Constructor for exception org.portico.shared.compat.JObjectClassNotPublished
 
JObjectClassNotPublished(Throwable) - Constructor for exception org.portico.shared.compat.JObjectClassNotPublished
 
JObjectClassNotPublished(String, Throwable) - Constructor for exception org.portico.shared.compat.JObjectClassNotPublished
 
JObjectClassNotSubscribed - Exception in org.portico.shared.compat
 
JObjectClassNotSubscribed() - Constructor for exception org.portico.shared.compat.JObjectClassNotSubscribed
Just create an empty exception
JObjectClassNotSubscribed(String) - Constructor for exception org.portico.shared.compat.JObjectClassNotSubscribed
 
JObjectClassNotSubscribed(Throwable) - Constructor for exception org.portico.shared.compat.JObjectClassNotSubscribed
 
JObjectClassNotSubscribed(String, Throwable) - Constructor for exception org.portico.shared.compat.JObjectClassNotSubscribed
 
JObjectNotKnown - Exception in org.portico.shared.compat
 
JObjectNotKnown() - Constructor for exception org.portico.shared.compat.JObjectNotKnown
Just create an empty exception
JObjectNotKnown(String) - Constructor for exception org.portico.shared.compat.JObjectNotKnown
 
JObjectNotKnown(Throwable) - Constructor for exception org.portico.shared.compat.JObjectNotKnown
 
JObjectNotKnown(String, Throwable) - Constructor for exception org.portico.shared.compat.JObjectNotKnown
 
joined - Variable in class org.portico.core.fedex.Federate
 
joined - Variable in class org.portico.lrc.LRCState
 
joinedFederation(Federate) - Method in class org.portico.core.fedex.TimeManager
The Federate has just joined the Federation.
joinFederate(Federate) - Method in class org.portico.core.fedex.Federation
Try and add the given federate to this federation.
joinFederation(MessageContext) - Method in class org.portico.core.BootstrapHandler
This method will first try to find the Federation that the request is asking to join.
joinFederationExecution(String, String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
joinFederationExecution(String, String, FederateAmbassador) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
joinFederationExecution(String, String, FederateAmbassador, MobileFederateServices) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
joinFederationExecution(String, String, FederateAmbassador) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
joinFederationExecution(String, String, FederateAmbassador, MobileFederateServices) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
JOwnershipAcquisitionPending - Exception in org.portico.shared.compat
 
JOwnershipAcquisitionPending() - Constructor for exception org.portico.shared.compat.JOwnershipAcquisitionPending
Just create an empty exception
JOwnershipAcquisitionPending(String) - Constructor for exception org.portico.shared.compat.JOwnershipAcquisitionPending
 
JOwnershipAcquisitionPending(Throwable) - Constructor for exception org.portico.shared.compat.JOwnershipAcquisitionPending
 
JOwnershipAcquisitionPending(String, Throwable) - Constructor for exception org.portico.shared.compat.JOwnershipAcquisitionPending
 
JRegionInUse - Exception in org.portico.shared.compat
 
JRegionInUse() - Constructor for exception org.portico.shared.compat.JRegionInUse
Just create an empty exception
JRegionInUse(String) - Constructor for exception org.portico.shared.compat.JRegionInUse
 
JRegionInUse(Throwable) - Constructor for exception org.portico.shared.compat.JRegionInUse
 
JRegionInUse(String, Throwable) - Constructor for exception org.portico.shared.compat.JRegionInUse
 
JRegionNotKnown - Exception in org.portico.shared.compat
 
JRegionNotKnown() - Constructor for exception org.portico.shared.compat.JRegionNotKnown
Just create an empty exception
JRegionNotKnown(String) - Constructor for exception org.portico.shared.compat.JRegionNotKnown
 
JRegionNotKnown(Throwable) - Constructor for exception org.portico.shared.compat.JRegionNotKnown
 
JRegionNotKnown(String, Throwable) - Constructor for exception org.portico.shared.compat.JRegionNotKnown
 
JResignAction - Enum in org.portico.shared.compat
 
JResignAction(int) - Constructor for enum org.portico.shared.compat.JResignAction
 
JRestoreInProgress - Exception in org.portico.shared.compat
 
JRestoreInProgress() - Constructor for exception org.portico.shared.compat.JRestoreInProgress
Just create an empty exception
JRestoreInProgress(String) - Constructor for exception org.portico.shared.compat.JRestoreInProgress
 
JRestoreInProgress(Throwable) - Constructor for exception org.portico.shared.compat.JRestoreInProgress
 
JRestoreInProgress(String, Throwable) - Constructor for exception org.portico.shared.compat.JRestoreInProgress
 
JRestoreNotRequested - Exception in org.portico.shared.compat
 
JRestoreNotRequested() - Constructor for exception org.portico.shared.compat.JRestoreNotRequested
Just create an empty exception
JRestoreNotRequested(String) - Constructor for exception org.portico.shared.compat.JRestoreNotRequested
 
JRestoreNotRequested(Throwable) - Constructor for exception org.portico.shared.compat.JRestoreNotRequested
 
JRestoreNotRequested(String, Throwable) - Constructor for exception org.portico.shared.compat.JRestoreNotRequested
 
JRTIinternalError - Exception in org.portico.shared.compat
 
JRTIinternalError() - Constructor for exception org.portico.shared.compat.JRTIinternalError
Just create an empty exception
JRTIinternalError(String) - Constructor for exception org.portico.shared.compat.JRTIinternalError
 
JRTIinternalError(Throwable) - Constructor for exception org.portico.shared.compat.JRTIinternalError
 
JRTIinternalError(String, Throwable) - Constructor for exception org.portico.shared.compat.JRTIinternalError
 
JSaveInProgress - Exception in org.portico.shared.compat
 
JSaveInProgress() - Constructor for exception org.portico.shared.compat.JSaveInProgress
Just create an empty exception
JSaveInProgress(String) - Constructor for exception org.portico.shared.compat.JSaveInProgress
 
JSaveInProgress(Throwable) - Constructor for exception org.portico.shared.compat.JSaveInProgress
 
JSaveInProgress(String, Throwable) - Constructor for exception org.portico.shared.compat.JSaveInProgress
 
JSaveNotInitiated - Exception in org.portico.shared.compat
 
JSaveNotInitiated() - Constructor for exception org.portico.shared.compat.JSaveNotInitiated
Just create an empty exception
JSaveNotInitiated(String) - Constructor for exception org.portico.shared.compat.JSaveNotInitiated
 
JSaveNotInitiated(Throwable) - Constructor for exception org.portico.shared.compat.JSaveNotInitiated
 
JSaveNotInitiated(String, Throwable) - Constructor for exception org.portico.shared.compat.JSaveNotInitiated
 
JSOP_BINDING_KEY - Static variable in class org.portico.binding.jsop.JSOPConstants
The key to use in the multicast discovery query
JSOPActiveConnection - Class in org.portico.binding.jsop.rti
This class represents an active JSOP socket connection between an LRC and the RTI.
JSOPActiveConnection(Socket, JSOPBootstrap) - Constructor for class org.portico.binding.jsop.rti.JSOPActiveConnection
Creates a new active connection for the client that is connecting over the given socket.
JSOPActiveConnection.JSOPServerConnection - Class in org.portico.binding.jsop.rti
This class provides a link to the connection for the RTI.
JSOPActiveConnection.JSOPServerConnection() - Constructor for class org.portico.binding.jsop.rti.JSOPActiveConnection.JSOPServerConnection
 
JSOPBootstrap - Class in org.portico.binding.jsop.rti
This class is responsible for managing the lifecycle of the JSOPDaemon.
JSOPBootstrap() - Constructor for class org.portico.binding.jsop.rti.JSOPBootstrap
 
JSOPClientConnection - Class in org.portico.binding.jsop.lrc
This class is responsible for creating and managing a connection between the LRC and RTI using the JSOP "protocol".
JSOPClientConnection() - Constructor for class org.portico.binding.jsop.lrc.JSOPClientConnection
 
JSOPConstants - Class in org.portico.binding.jsop
This class holds constant values used by both the LRC and RTI sections of the JSOP binding.
JSOPConstants() - Constructor for class org.portico.binding.jsop.JSOPConstants
 
JSOPDaemon - Class in org.portico.binding.jsop.rti
The JSOPDaemon is responsible for handling incoming requets from remote clients wishing to connect to the RTI.
JSOPDaemon(JSOPBootstrap, int) - Constructor for class org.portico.binding.jsop.rti.JSOPDaemon
Create a new daemon that is to be associted with the given bootstrap and that should listen on the given port.
jsopPort - Variable in class org.portico.binding.jsop.rti.JSOPBootstrap
 
JSpaceNotDefined - Exception in org.portico.shared.compat
 
JSpaceNotDefined() - Constructor for exception org.portico.shared.compat.JSpaceNotDefined
Just create an empty exception
JSpaceNotDefined(String) - Constructor for exception org.portico.shared.compat.JSpaceNotDefined
 
JSpaceNotDefined(Throwable) - Constructor for exception org.portico.shared.compat.JSpaceNotDefined
 
JSpaceNotDefined(String, Throwable) - Constructor for exception org.portico.shared.compat.JSpaceNotDefined
 
JSynchronizationLabelNotAnnounced - Exception in org.portico.shared.compat
 
JSynchronizationLabelNotAnnounced() - Constructor for exception org.portico.shared.compat.JSynchronizationLabelNotAnnounced
Just create an empty exception
JSynchronizationLabelNotAnnounced(String) - Constructor for exception org.portico.shared.compat.JSynchronizationLabelNotAnnounced
 
JSynchronizationLabelNotAnnounced(Throwable) - Constructor for exception org.portico.shared.compat.JSynchronizationLabelNotAnnounced
 
JSynchronizationLabelNotAnnounced(String, Throwable) - Constructor for exception org.portico.shared.compat.JSynchronizationLabelNotAnnounced
 
JTimeAdvanceAlreadyInProgress - Exception in org.portico.shared.compat
 
JTimeAdvanceAlreadyInProgress() - Constructor for exception org.portico.shared.compat.JTimeAdvanceAlreadyInProgress
Just create an empty exception
JTimeAdvanceAlreadyInProgress(String) - Constructor for exception org.portico.shared.compat.JTimeAdvanceAlreadyInProgress
 
JTimeAdvanceAlreadyInProgress(Throwable) - Constructor for exception org.portico.shared.compat.JTimeAdvanceAlreadyInProgress
 
JTimeAdvanceAlreadyInProgress(String, Throwable) - Constructor for exception org.portico.shared.compat.JTimeAdvanceAlreadyInProgress
 
JTimeConstrainedAlreadyEnabled - Exception in org.portico.shared.compat
 
JTimeConstrainedAlreadyEnabled() - Constructor for exception org.portico.shared.compat.JTimeConstrainedAlreadyEnabled
Just create an empty exception
JTimeConstrainedAlreadyEnabled(String) - Constructor for exception org.portico.shared.compat.JTimeConstrainedAlreadyEnabled
 
JTimeConstrainedAlreadyEnabled(Throwable) - Constructor for exception org.portico.shared.compat.JTimeConstrainedAlreadyEnabled
 
JTimeConstrainedAlreadyEnabled(String, Throwable) - Constructor for exception org.portico.shared.compat.JTimeConstrainedAlreadyEnabled
 
JTimeConstrainedWasNotEnabled - Exception in org.portico.shared.compat
 
JTimeConstrainedWasNotEnabled() - Constructor for exception org.portico.shared.compat.JTimeConstrainedWasNotEnabled
Just create an empty exception
JTimeConstrainedWasNotEnabled(String) - Constructor for exception org.portico.shared.compat.JTimeConstrainedWasNotEnabled
 
JTimeConstrainedWasNotEnabled(Throwable) - Constructor for exception org.portico.shared.compat.JTimeConstrainedWasNotEnabled
 
JTimeConstrainedWasNotEnabled(String, Throwable) - Constructor for exception org.portico.shared.compat.JTimeConstrainedWasNotEnabled
 
JTimeRegulationAlreadyEnabled - Exception in org.portico.shared.compat
 
JTimeRegulationAlreadyEnabled() - Constructor for exception org.portico.shared.compat.JTimeRegulationAlreadyEnabled
Just create an empty exception
JTimeRegulationAlreadyEnabled(String) - Constructor for exception org.portico.shared.compat.JTimeRegulationAlreadyEnabled
 
JTimeRegulationAlreadyEnabled(Throwable) - Constructor for exception org.portico.shared.compat.JTimeRegulationAlreadyEnabled
 
JTimeRegulationAlreadyEnabled(String, Throwable) - Constructor for exception org.portico.shared.compat.JTimeRegulationAlreadyEnabled
 
JTimeRegulationWasNotEnabled - Exception in org.portico.shared.compat
 
JTimeRegulationWasNotEnabled() - Constructor for exception org.portico.shared.compat.JTimeRegulationWasNotEnabled
Just create an empty exception
JTimeRegulationWasNotEnabled(String) - Constructor for exception org.portico.shared.compat.JTimeRegulationWasNotEnabled
 
JTimeRegulationWasNotEnabled(Throwable) - Constructor for exception org.portico.shared.compat.JTimeRegulationWasNotEnabled
 
JTimeRegulationWasNotEnabled(String, Throwable) - Constructor for exception org.portico.shared.compat.JTimeRegulationWasNotEnabled
 
JVMBootstrap - Class in org.portico.binding.jvm
The JVMBootstrap class acts as a something of a singleton through which an federate that is running in a separate thread can access the RTI.
JVMBootstrap() - Constructor for class org.portico.binding.jvm.JVMBootstrap
 
JVMClientConnection - Class in org.portico.binding.jvm
The client side connection for the JVM Binding.
JVMClientConnection() - Constructor for class org.portico.binding.jvm.JVMClientConnection
 
JVMServerConnection - Class in org.portico.binding.jvm
This is the JVM-binding RTIConnection implementation that provides a link back to a specific federate so that the RTI can contact it for callbacks.
JVMServerConnection(JVMClientConnection) - Constructor for class org.portico.binding.jvm.JVMServerConnection
Creates a new JVMServerConnection that is associated with a specific client through the given JVMClientConnection.

K

KEY_FEDERATION - Static variable in class org.portico.core.fedex.Federation
 
KEY_LOG_LEVEL - Static variable in class org.portico.core.MainProperties
The system property key that defines the log level to use for the RTI
KEY_LRC - Static variable in class org.portico.lrc.LRC
When the LRC is put in Bags/Maps, this is the key that should be used to identify it
KEY_PORT - Static variable in class org.portico.binding.jsop.rti.JSOPBootstrap
 
KEY_RTIEXEC - Static variable in class org.portico.core.config.XMLConfigurator
 
kill() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
killConnection() - Method in class org.portico.binding.jsop.rti.JSOPActiveConnection
This will manually kill off and clean up the socket connection.
kind - Variable in class org.portico.impl.hla13.fomparser.Token
An integer that describes the kind of this token.

L

label - Variable in class org.portico.core.fedex.SyncPointManager.Point
 
label - Variable in class org.portico.shared.msg.FED_Synchronized
 
label - Variable in class org.portico.shared.msg.FED_SyncPointAnnounced
 
label - Variable in class org.portico.shared.msg.FED_SyncPointRegResult
 
label - Variable in class org.portico.shared.msg.RTI_SyncAchieved
 
label - Variable in class org.portico.shared.msg.RTI_SyncPointReg
 
lbts - Variable in class org.portico.core.fedex.TimeManager
 
lbts - Variable in class org.portico.core.fedex.TimeManager.TimeStatus
 
lengthOfMatch - Variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
levelSet - Variable in class org.portico.core.config.CLConfigurator
 
LEXICAL_ERROR - Static variable in error org.portico.impl.hla13.fomparser.TokenMgrError
Lexical error occured.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.portico.impl.hla13.fomparser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
line - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
listenerThread - Variable in class org.portico.binding.jsop.lrc.JSOPClientConnection
 
loaded - Variable in class org.portico.shared.plugin.PluginLocator
 
LoadedLibrary - Class in org.portico.shared.plugin
This class represents a library (jar, war, ear, etc...) that has been loaded onto the system classpath.
LoadedLibrary(String, File) - Constructor for class org.portico.shared.plugin.LoadedLibrary
Create a new LoadedLibrary that is *NOT* a plugin.
LoadedLibrary.Type - Enum in org.portico.shared.plugin
Enum specifying which component a plugin configuration is aimed at.
LoadedLibrary.Type() - Constructor for enum org.portico.shared.plugin.LoadedLibrary.Type
 
loadPropertiesFile(String) - Static method in class org.portico.shared.FileUtilities
Loads the specified properties file and sets all properties contained within as System properties, overriding any values for previously set keys.
loadRid(RTIExec) - Static method in class org.portico.core.RTIExec
This method will look for a configuration file at the location specified in the environment variable RTI_RID_FILE, and if that does not exist, the path given in the PorticoConstants.DEFAULT_RTI_RID variable will be checked.
localDeleteObjectInstance(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
localDeleteObjectInstance(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
localDeleteObjectInstance(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
localDeleteObjectInstance(ObjectInstanceHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
lock() - Method in class org.portico.core.fedex.InterestManager
This method locks the interest manager.
lock(LockStore.LockType) - Method in class org.portico.core.fedex.LockStore
Obtain the lock specified by the given LockStore.LockType.
lock() - Method in class org.portico.core.fedex.RegionStore
This method locks the store.
lock() - Method in class org.portico.core.fedex.Repository
This method locks the repository.
lock() - Method in class org.portico.core.fedex.SyncPointManager
This method locks the sync point manager.
lock() - Method in class org.portico.core.fedex.TimeManager
This method locks the time manager.
lock - Variable in class org.portico.core.FedexFactory
 
lock - Variable in class org.portico.lrc.LRCQueue
 
lock() - Method in class org.portico.shared.model.ObjectModel
Locks this model so that changes can no longer be made.
lockBRL() - Method in class org.portico.core.fedex.LockStore
This method attempts to lock the "Big RTI Lock".
locked - Variable in class org.portico.shared.model.ObjectModel
 
lockStore - Variable in class org.portico.core.fedex.FederationState
 
lockStore - Variable in class org.portico.core.fedex.InterestManager
 
LockStore - Class in org.portico.core.fedex
Concurrency with shared memory is the root of all evil.
LockStore() - Constructor for class org.portico.core.fedex.LockStore
 
lockStore - Variable in class org.portico.core.fedex.RegionStore
 
lockStore - Variable in class org.portico.core.fedex.Repository
 
lockStore - Variable in class org.portico.core.fedex.SyncPointManager
 
lockStore - Variable in class org.portico.core.fedex.TimeManager
 
lockStore - Variable in class org.portico.core.handlers.CoreMessageHandler
 
LockStore.LockType - Enum in org.portico.core.fedex
 
LockStore.LockType() - Constructor for enum org.portico.core.fedex.LockStore.LockType
 
LOG - Static variable in class org.portico.core.Main
 
LOG - Static variable in class org.portico.core.RTIExec
 
log(String, StringBuilder, int) - Method in class org.portico.shared.model.StringRenderer
 
LOG4J_CONFIG_FILE - Static variable in class org.portico.shared.PorticoConstants
The default location Portico will look for the log4j configuration properties file
logException(String, Throwable) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
This method prints the stack trace for the exception and then throws an RTIinternalError
logException(String, Throwable) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
This method prints the stack trace for the exception and then throws an RTIinternalError
logException(String, Throwable) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
This method prints the stack trace for the exception and then throws an RTIinternalError
logger - Variable in class org.portico.binding.jsop.rti.JSOPActiveConnection
 
logger - Variable in class org.portico.binding.jsop.rti.JSOPDaemon
 
logger - Variable in class org.portico.core.Bootstrap
 
logger - Variable in class org.portico.core.BootstrapManager
 
logger - Variable in class org.portico.core.config.CLConfigurator
 
logger - Variable in class org.portico.core.config.PluginLoader
 
logger - Variable in class org.portico.core.EmbeddedExecutor
 
logger - Variable in class org.portico.core.fedex.ActionQueueProcessor
 
logger - Variable in class org.portico.core.fedex.CallbackQueueProcessor
 
logger - Variable in class org.portico.core.fedex.Federation
 
logger - Variable in class org.portico.core.fedex.mom.MomConnection
 
logger - Variable in class org.portico.core.fedex.mom.MomManager
 
logger - Variable in class org.portico.core.FedexFactory
 
logger - Variable in class org.portico.core.handlers.CoreMessageHandler
 
logger - Variable in class org.portico.core.MulticastRegistry
 
logger - Variable in class org.portico.core.Reaper
 
logger - Variable in class org.portico.core.RTIExec
 
logger - Variable in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
logger - Variable in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
logger - Variable in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
logger - Variable in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
logger - Variable in class org.portico.lrc.handlers.LRCMessageHandler
 
logger - Variable in class org.portico.lrc.LRC
 
logger - Variable in class org.portico.lrc.LRCConfigurator
 
logger - Variable in class org.portico.lrc.LRCConnection
 
logger - Variable in class org.portico.lrc.LRCPluginLoader
 
logger - Variable in class org.portico.lrc.LRCQueue
 
logger - Variable in class org.portico.shared.MulticastLookup
 
LOGGING_CONFIGURED - Static variable in class org.portico.shared.PorticoConstants
A shared property that will signal when logging has/has not been configured so that multiple LRCs in one JVM or LRCs and RTIs in the same JVM don't overwrite each other
logNotifications() - Method in class org.portico.core.RTIExec
Logs any additional notifications that might need to added.
logRegionRequest(RegionInstance) - Method in class org.portico.lrc.handlers.REQ_ModifyRegionHandler
This method will log (at the TRACE level) all the data associated with the given region.
logSystemInformation() - Static method in class org.portico.core.Main
This method logs information about all the currently loaded modules that are associated with the newly created RTI.
lookahead - Variable in class org.portico.core.fedex.TimeManager.TimeStatus
 
lookahead - Variable in class org.portico.lrc.LRCState
 
lookahead - Variable in class org.portico.shared.msg.RTI_EnableTimeRegulation
 
lookup(String) - Static method in class org.portico.shared.MulticastLookup
This method performs the actual lookup, passing the given string as the request key.
LOOP_DETECTED - Static variable in error org.portico.impl.hla13.fomparser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
lowerBound - Variable in class org.portico.shared.model.Extent.Range
 
lrc - Variable in class org.portico.impl.hla13.Impl13Helper
 
lrc - Variable in class org.portico.impl.hla13.ImplJava1Helper
 
lrc - Variable in class org.portico.impl.hla1516.Impl1516Helper
 
lrc - Variable in class org.portico.lrc.handlers.LRCMessageHandler
 
LRC - Class in org.portico.lrc
This class represents the core the Portico local runtime component.
LRC(HLAVersion, ISpecHelper) - Constructor for class org.portico.lrc.LRC
Create a new instance of the LRC that is targeted at the given HLAVersion and that should use the provided ISpecHelper.
lrc - Variable in class org.portico.lrc.LRCConnection
 
lrc - Variable in class org.portico.lrc.LRCQueue
 
LRC.LRCDefaultCallbackHandler - Class in org.portico.lrc
This class will act as the default handler for the lrc-callback message sink.
LRC.LRCDefaultCallbackHandler() - Constructor for class org.portico.lrc.LRC.LRCDefaultCallbackHandler
 
LRC.LRCDefaultRequestHandler - Class in org.portico.lrc
This will act as the default handler for the lrc-request MessageSink.
LRC.LRCDefaultRequestHandler() - Constructor for class org.portico.lrc.LRC.LRCDefaultRequestHandler
 
LRC_HEARTBEAT_TIMEOUT - Static variable in class org.portico.lrc.LRCProperties
default timeout for sending heartbeats - measured in milliseconds
LRC_LOGGING_CONFIGURED - Static variable in class org.portico.shared.PorticoConstants
The same as LOGGING_CONFIGURED, but only for LRCs
LRC_TICK_TIMEOUT - Static variable in class org.portico.lrc.LRCProperties
default LRC tick time - measured in nanoseconds
LRCConfigurator - Class in org.portico.lrc
This class is responsible for initializing and configuring the LRC according to the configuration file and any loaded plugins.
LRCConfigurator() - Constructor for class org.portico.lrc.LRCConfigurator
 
LRCConnection - Class in org.portico.lrc
The LRC needs an entry point into each communications binding.
LRCConnection() - Constructor for class org.portico.lrc.LRCConnection
 
LRCInstanceRepository - Class in org.portico.lrc
This class is the central location to store object instance information.
LRCInstanceRepository(LRCState) - Constructor for class org.portico.lrc.LRCInstanceRepository
Create a new instance repository that is to reside within the given LRCState
LRCInterestManager - Class in org.portico.lrc
This class maintains the publication and subscription interests of a federate.
LRCInterestManager() - Constructor for class org.portico.lrc.LRCInterestManager
 
LRCInterestManager.RegionSubscription - Class in org.portico.lrc
This class represents a subscription interest with region data.
LRCInterestManager.RegionSubscription(int) - Constructor for class org.portico.lrc.LRCInterestManager.RegionSubscription
 
LRCMessageHandler - Class in org.portico.lrc.handlers
This class should be the parent of all LRC message handlers.
LRCMessageHandler() - Constructor for class org.portico.lrc.handlers.LRCMessageHandler
 
LRCMessageHandler(String) - Constructor for class org.portico.lrc.handlers.LRCMessageHandler
 
LRCPluginLoader - Class in org.portico.lrc
This class is responsible for checking a directory that will contain LRC plugins.
LRCPluginLoader() - Constructor for class org.portico.lrc.LRCPluginLoader
 
lrcPlugins - Variable in class org.portico.shared.plugin.LoadedLibrary
 
lrcPlugins - Variable in class org.portico.shared.plugin.PluginLocator
 
LRCProperties - Class in org.portico.lrc
Central location for LRC properties
LRCProperties() - Constructor for class org.portico.lrc.LRCProperties
 
LRCQueue - Class in org.portico.lrc
This class holds callback messages for the LRC.
LRCQueue(LRC) - Constructor for class org.portico.lrc.LRCQueue
Creates a new queue and associate it with the given LRC.
LRCQueue.Sorter - Class in org.portico.lrc
Comparator used for sorting TSO callback messages such that the callback queue remains ordered.
LRCQueue.Sorter() - Constructor for class org.portico.lrc.LRCQueue.Sorter
 
LRCRegionStore - Class in org.portico.lrc
This class maintains a list of all RegionInstance instances known to the LRC.
LRCRegionStore() - Constructor for class org.portico.lrc.LRCRegionStore
 
lrcState - Variable in class org.portico.lrc.LRCQueue
 
LRCState - Class in org.portico.lrc
This class contains all the state information that relates to a specific LRC instance.
LRCState(LRC) - Constructor for class org.portico.lrc.LRCState
Create a new LRCState that is linked to the given LRC.
LRCState.Status - Enum in org.portico.lrc
This enum is used to describe the current constrained and regulating state of the LRC
LRCState.Status() - Constructor for enum org.portico.lrc.LRCState.Status
 
LRCState.SyncPoint - Enum in org.portico.lrc
This enum governs sync point status
LRCState.SyncPoint() - Constructor for enum org.portico.lrc.LRCState.SyncPoint
 

M

main(String[]) - Static method in class org.portico.core.EmbeddedExecutor
Each argument is treated as the name of a federate class to execute.
main(String[]) - Static method in class org.portico.core.gui.ManagementGUI
This method will start the GUI and then start an RTI.
Main - Class in org.portico.core
This method is used to start a stand-alone instance of the RTI.
Main() - Constructor for class org.portico.core.Main
 
main(String[]) - Static method in class org.portico.core.Main
The method creates, configures and starts a new RTIExec.
mainMethod - Variable in class org.portico.core.EmbeddedExecutor.EEThread
 
MainProperties - Class in org.portico.core
Class that provides a central location for a number of constant or configuration elements.
MainProperties() - Constructor for class org.portico.core.MainProperties
 
makeEpsilon() - Method in class org.portico.impl.hla1516.types.DoubleTimeIntervalFactory
 
makeFinal() - Method in class org.portico.impl.hla1516.types.DoubleTimeFactory
 
makeInitial() - Method in class org.portico.impl.hla13.types.DoubleTimeFactory
 
makeInitial() - Method in class org.portico.impl.hla1516.types.DoubleTimeFactory
 
makeZero() - Method in class org.portico.impl.hla13.types.DoubleTimeIntervalFactory
 
makeZero() - Method in class org.portico.impl.hla1516.types.DoubleTimeIntervalFactory
 
ManagementGUI - Class in org.portico.core.gui
This class provides a simple GUI to show log file output and allow the RTI to be "shutdown".
ManagementGUI() - Constructor for class org.portico.core.gui.ManagementGUI
Create the GUI and set up redirection of System.out and System.err so that we can capture them.
ManagementGUI.RedirectedOutputStream - Class in org.portico.core.gui
This class acts as an OutputStream target that will take any given information and log it to the JTextArea that was given to the constructor.
ManagementGUI.RedirectedOutputStream(JTextArea) - Constructor for class org.portico.core.gui.ManagementGUI.RedirectedOutputStream
 
manager - Variable in class org.portico.core.fedex.mom.MomConnection
 
manager - Variable in class org.portico.core.handlers.ACT_SyncPointAchieveHandler
 
ManagerClass - Static variable in class org.portico.shared.model.MOMHelper
 
MAX_EXTENT - Static variable in class org.portico.shared.PorticoConstants
Min/Max extent values for use in DDM
MAX_MOM_HANDLE - Static variable in class org.portico.shared.model.ObjectModel
The maximum handle value for MOM data
MAX_NUMBER_OF_EXTENTS - Static variable in class org.portico.shared.PorticoConstants
The maximum number of extents allowed per region - at the moment there is no explicit reason for this number, it is just an arbitrary choice that should be safe
maxNextCharInd - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
menuBar - Variable in class org.portico.core.gui.ManagementGUI
 
MIN_EXTENT - Static variable in class org.portico.shared.PorticoConstants
Min/Max extent values for use in DDM
model - Variable in class org.portico.core.fedex.InterestManager
 
model - Variable in class org.portico.shared.model.OCMetadata
 
model - Variable in class org.portico.shared.model.Space
 
model - Variable in class org.portico.shared.msg.RTI_CreateFederation
 
modifyLookahead(MessageContext) - Method in class org.portico.core.handlers.REQ_TimeStatusHandler
This method will adjust the lookahead to the requested value for the requesting federate.
modifyLookahead(double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
modifyLookahead(LogicalTimeInterval) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
modifyLookahead(byte[]) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
modifyLookahead(LogicalTimeInterval) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
modifyLookahead(MessageContext) - Method in class org.portico.lrc.handlers.REQ_TimeAdvanceHandler
Sanity checks the requested new lookahead (ensures the federate is regulating etc...).
MOM_FED_NAME - Static variable in class org.portico.core.fedex.mom.MomManager
 
MomConnection - Class in org.portico.core.fedex.mom
This class acts as the communications binding for the MOM.
MomConnection(MomManager) - Constructor for class org.portico.core.fedex.mom.MomConnection
Create a new connection that is linked to the given MomManager.
momFederate - Variable in class org.portico.core.fedex.Federation
 
MomFederate - Class in org.portico.core.fedex.mom
This is a value-object that provides acess to all the relevant pieces of information about the current state of a Federate.
MomFederate(OCInstance, Federate) - Constructor for class org.portico.core.fedex.mom.MomFederate
Create a new MomFederate value object for the given Federate.
MomFederation - Class in org.portico.core.fedex.mom
This is a value-object that provides acess to all the relevant pieces of information about the current state of a Federation.
MomFederation(OCInstance, Federation) - Constructor for class org.portico.core.fedex.mom.MomFederation
Create a new instance of this class that is to represent the given Federation.
MOMHelper - Class in org.portico.shared.model
This class helps do MOM related stuff (including 1.3/1516 conversions).
MOMHelper() - Constructor for class org.portico.shared.model.MOMHelper
 
MOMHelper.Federate - Enum in org.portico.shared.model
Identifiers for the attributes of the Federate MOM class.
MOMHelper.Federate(int) - Constructor for enum org.portico.shared.model.MOMHelper.Federate
 
MOMHelper.Federation - Enum in org.portico.shared.model
Same solution as for Federate above, see that comment for my thoughts
MOMHelper.Federation(int) - Constructor for enum org.portico.shared.model.MOMHelper.Federation
 
momManager - Variable in class org.portico.core.fedex.Federation
 
MomManager - Class in org.portico.core.fedex.mom
This class is the central managing component for the MOM in a specific Federation.
MomManager(Federation) - Constructor for class org.portico.core.fedex.mom.MomManager
Create the MomManager for given Federation.
mommify(ObjectModel) - Static method in class org.portico.shared.model.ObjectModel
DO NOT USE!!!
MRR_ERROR - Static variable in class org.portico.shared.PorticoConstants
The multicast registry error response for unknown requests
MRR_MULTICAST_IP - Static variable in class org.portico.shared.PorticoConstants
The multicast ip the multicast registry will listen on
MRR_MULTICAST_PORT - Static variable in class org.portico.shared.PorticoConstants
The port the multicast registry will listen on
MRR_REQUEST - Static variable in class org.portico.shared.PorticoConstants
The prefix for multicast registry requests
MRR_RESPONSE - Static variable in class org.portico.shared.PorticoConstants
The prefix for multicast registry responses
multicastGroup - Variable in class org.portico.core.MulticastRegistry
 
MulticastLookup - Class in org.portico.shared
This class provides utility methods for communicating with the MulticastRegistry that resides in the RTI.
MulticastLookup() - Constructor for class org.portico.shared.MulticastLookup
 
multicastPort - Variable in class org.portico.core.MulticastRegistry
 
MulticastRegistry - Class in org.portico.core
This class represents a registry containing information that is made available via a multicast channel.
MulticastRegistry(RTIExec) - Constructor for class org.portico.core.MulticastRegistry
Creates a new multicast registry that is to be stored in the given RTIExec.
multicastRegistry - Variable in class org.portico.core.RTIExec
 
multicastSocket - Variable in class org.portico.core.MulticastRegistry
 
myHandler - Variable in class org.portico.core.fedex.Federate.MessageRouter
 

N

name - Variable in class org.portico.core.fedex.CallbackQueueProcessor.CQProcessor
 
name - Variable in class org.portico.core.fedex.Federate
 
name - Variable in class org.portico.core.fedex.Federation
 
name - Variable in class org.portico.core.fedex.mom.MomManager
 
name - Variable in class org.portico.shared.model.ACMetadata
 
name - Variable in class org.portico.shared.model.Dimension
 
name - Variable in class org.portico.shared.model.ICMetadata
 
name - Variable in class org.portico.shared.model.OCInstance
 
name - Variable in class org.portico.shared.model.OCMetadata
 
name - Variable in class org.portico.shared.model.PCMetadata
 
name - Variable in class org.portico.shared.model.Space
 
negotiatedAttributeOwnershipDivestiture(int, int[], byte[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
negotiatedAttributeOwnershipDivestiture(int, AttributeHandleSet, byte[]) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
negotiatedAttributeOwnershipDivestiture(int, AttributeHandleSet, String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
negotiatedAttributeOwnershipDivestiture(ObjectInstanceHandle, AttributeHandleSet, byte[]) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
nera - Variable in class org.portico.shared.msg.RTI_NextEventRequest
 
newAttribute(String, int) - Static method in class org.portico.shared.model.MOMHelper
 
newAttribute(String) - Method in class org.portico.shared.model.ObjectModel
Creates a new ACMetadata instance with the given name and a generated handle.
newDimension(String) - Method in class org.portico.shared.model.ObjectModel
Creates a new Dimension instance with the given name and generates a FOM-unique handle for it.
newInstance() - Method in class org.portico.shared.model.ACMetadata
Creates and returns an ACInstance of this type
newInstance() - Method in class org.portico.shared.model.OCMetadata
Creates a new instance of this type with an ACInstance for each attribute.
newInteraction(String) - Method in class org.portico.shared.model.ObjectModel
Creates a new ICMetadata instance with the given name and a generaetd handle.
newLookahead - Variable in class org.portico.shared.msg.RTI_ModifyLookahead
 
newObject(String) - Method in class org.portico.shared.model.ObjectModel
Creates a new OCMetadata instance with the given name and a generaetd handle.
newParameter(String) - Method in class org.portico.shared.model.ObjectModel
Creates a new PCMetadata instance with the given name and a generated handle.
newRTI() - Static method in class org.portico.core.RTIExec
Creates a new RTI which uses the default configuration

NOTE: If logging has not been configured yet, this method will do so.

newRTI(String) - Static method in class org.portico.core.RTIExec
Creates a new RTI which first loads the default configuration file and then the given configuration file.
newRTI(String, boolean) - Static method in class org.portico.core.RTIExec
Factory method to create a new RTIExec from the given configuration file.
newSerialNumber() - Method in class org.portico.shared.MulticastLookup
Generate a new serial number to append to the request so we can identify the response when it comes back.
newSpace(String) - Method in class org.portico.shared.model.ObjectModel
Creates a new Space instance with the given name and generates a FOM-unique handle for it.
newToken(int) - Static method in class org.portico.impl.hla13.fomparser.Token
Returns a new Token object, by default.
next - Variable in class org.portico.impl.hla13.fomparser.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.portico.impl.hla13.types.HLA13Set.HSIterator
 
nextEventRequest(double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
nextEventRequest(LogicalTime) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
nextEventRequest(byte[]) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
nextEventRequest(MessageContext) - Method in class org.portico.lrc.handlers.REQ_TimeAdvanceHandler
Checks what the timestamp of the next available TSO message is (inside the LRCQueue).
nextEventRequestAvailable(double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
nextEventRequestAvailable(LogicalTime) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
nextEventRequestAvailable(byte[]) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
nextMessageRequest(LogicalTime) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
nextMessageRequestAvailable(LogicalTime) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
NON_STANDARD - Static variable in class org.portico.core.MainProperties
Map of non-standard arguments supplied on the command line
normalizeFederateHandle(FederateHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
normalizeServiceGroup(ServiceGroup) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
notifyAboutRegionModification(Region) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
notifyBootstrapsFederationCreated(Federation) - Method in class org.portico.core.BootstrapManager
Notify all the contained and active bootstraps that a new federation has been created, passing the instance that was started.
notifyBootstrapsFederationDestroyed(String) - Method in class org.portico.core.BootstrapManager
Notify all the contained and active bootstraps taht a federation with the provided name has been destroyed.
notifyOfRegionModification(Region) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
notifyOfRegionModification(Region) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
NULL_HANDLE - Static variable in class org.portico.shared.PorticoConstants
Consistent value for an invalid handle
NULL_TIME - Static variable in class org.portico.shared.PorticoConstants
Consistent form for identifying an invalid time
numberOfExtents - Variable in class org.portico.shared.msg.RTI_CreateRegion
 
NUMERIC - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
numWorkers - Variable in class org.portico.core.fedex.CallbackQueueProcessor
 

O

objectAttribute(OCMetadata, ObjectModel) - Method in class org.portico.impl.hla13.fomparser.FOM
 
objectClass - Variable in class org.portico.core.fedex.OCInterest
 
objectClass(ObjectModel, OCMetadata) - Method in class org.portico.impl.hla13.fomparser.FOM
 
objectHandle - Variable in class org.portico.shared.msg.FED_RemoveObject
 
objectHandle - Variable in class org.portico.shared.msg.RTI_AssociateForUpdates
 
objectHandle - Variable in class org.portico.shared.msg.RTI_DeleteObject
 
objectHandle - Variable in class org.portico.shared.msg.RTI_LocalDelete
 
objectHandle - Variable in class org.portico.shared.msg.RTI_UnassociateForUpdates
 
objectId - Variable in class org.portico.shared.msg.FED_ProvideUpdate
 
objectId - Variable in class org.portico.shared.msg.FED_ReflectAttributes
 
objectId - Variable in class org.portico.shared.msg.RTI_RequestObjectUpdate
 
objectId - Variable in class org.portico.shared.msg.RTI_UpdateAttributes
 
ObjectModel - Class in org.portico.shared.model
This class represents a HLA FOM.
ObjectModel() - Constructor for class org.portico.shared.model.ObjectModel
Creates a new instance with the default of Version.V1_3
ObjectModel(HLAVersion) - Constructor for class org.portico.shared.model.ObjectModel
Creates a new instance with the given version
objectName - Variable in class org.portico.shared.msg.RTI_RegisterObject
 
objects(ObjectModel) - Method in class org.portico.impl.hla13.fomparser.FOM
OBJECT CLASS PRODUCTIONS
OBJECTS - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
OCInstance - Class in org.portico.shared.model
This class represents a specific object instance.
OCInstance() - Constructor for class org.portico.shared.model.OCInstance
 
OCInstance(int, String, OCMetadata) - Constructor for class org.portico.shared.model.OCInstance
 
OCInterest - Class in org.portico.core.fedex
This class represents an interest in an particular object class (be it publication or subscription).
OCInterest(OCMetadata) - Constructor for class org.portico.core.fedex.OCInterest
 
OCInterest(OCMetadata, Federate, Set<Integer>) - Constructor for class org.portico.core.fedex.OCInterest
Creates a new OCInterest and registers the given federate and attributes.
oclasses - Variable in class org.portico.shared.model.ObjectModel
 
OCMetadata - Class in org.portico.shared.model
This class contains metadata information about a FOM object class
OCMetadata(String, int) - Constructor for class org.portico.shared.model.OCMetadata
NOTE: This constructor should generally not be used.
ocroot - Variable in class org.portico.shared.model.ObjectModel
 
offer(FED_CallbackMessage) - Method in class org.portico.lrc.LRCQueue
Place the message on the queue.
onJoin(Federate) - Method in class org.portico.core.fedex.mom.MomManager
This is a notification method that is called when a Federate joins the Federation.
onResign(Federate) - Method in class org.portico.core.fedex.mom.MomManager
Notification method that a Federate has resigned.
openFile(String) - Static method in class org.portico.shared.FileUtilities
Attempts to open the specified file using a two stage process: 1. checks the file system for the file 2. uses the resource locator to check the classpath/jar files for the file
oPublications - Variable in class org.portico.core.fedex.InterestManager
 
order() - Method in class org.portico.impl.hla13.fomparser.FOM
 
order - Variable in class org.portico.shared.model.ACMetadata
 
order - Variable in class org.portico.shared.model.ICMetadata
 
Order - Enum in org.portico.shared.model
Enumeration representing the order property of various FOM elements
Order() - Constructor for enum org.portico.shared.model.Order
 
org.portico.binding.jsop - package org.portico.binding.jsop
 
org.portico.binding.jsop.lrc - package org.portico.binding.jsop.lrc
 
org.portico.binding.jsop.rti - package org.portico.binding.jsop.rti
 
org.portico.binding.jvm - package org.portico.binding.jvm
 
org.portico.core - package org.portico.core
 
org.portico.core.config - package org.portico.core.config
 
org.portico.core.fedex - package org.portico.core.fedex
 
org.portico.core.fedex.mom - package org.portico.core.fedex.mom
 
org.portico.core.gui - package org.portico.core.gui
 
org.portico.core.handlers - package org.portico.core.handlers
 
org.portico.core.msg - package org.portico.core.msg
 
org.portico.dlc - package org.portico.dlc
 
org.portico.impl.cpp13 - package org.portico.impl.cpp13
 
org.portico.impl.hla13 - package org.portico.impl.hla13
 
org.portico.impl.hla13.fomparser - package org.portico.impl.hla13.fomparser
 
org.portico.impl.hla13.handlers - package org.portico.impl.hla13.handlers
 
org.portico.impl.hla13.types - package org.portico.impl.hla13.types
 
org.portico.impl.hla1516 - package org.portico.impl.hla1516
 
org.portico.impl.hla1516.fomparser - package org.portico.impl.hla1516.fomparser
 
org.portico.impl.hla1516.handlers - package org.portico.impl.hla1516.handlers
 
org.portico.impl.hla1516.types - package org.portico.impl.hla1516.types
 
org.portico.lrc - package org.portico.lrc
 
org.portico.lrc.handlers - package org.portico.lrc.handlers
 
org.portico.shared - package org.portico.shared
 
org.portico.shared.compat - package org.portico.shared.compat
 
org.portico.shared.model - package org.portico.shared.model
 
org.portico.shared.msg - package org.portico.shared.msg
 
org.portico.shared.plugin - package org.portico.shared.plugin
 
originalErr - Variable in class org.portico.core.gui.ManagementGUI
 
originalOut - Variable in class org.portico.core.gui.ManagementGUI
 
oSubscriptions - Variable in class org.portico.core.fedex.InterestManager
 
outStream - Variable in class org.portico.binding.jsop.rti.JSOPActiveConnection
 
overlapsWith(Extent) - Method in class org.portico.shared.model.Extent
Returns true if the ranges for all dimensions in this Extent overlap with the ranges for all the dimensions in the other Extent.
overlapsWith(RegionInstance) - Method in class org.portico.shared.model.RegionInstance
This method will return true if the given region overlaps with the other region, false otherwise.
owner - Variable in class org.portico.shared.model.ACInstance
 
ownsAnyAttributes() - Method in class org.portico.lrc.LRCInstanceRepository
Returns true if the federate represented by the LRC this repository is a part of owns any attributes stored within (currently only checks for owned instances as attribute-level ownership is not supported by Portico yet).

P

P_CLOSE - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
P_OPEN - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
pad(String) - Static method in class org.portico.core.Main
 
pad(int) - Method in class org.portico.shared.model.StringRenderer
 
pairs - Variable in class org.portico.impl.hla13.types.HLA13ByteArrayMap
 
PARAMETER - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
parameters - Variable in class org.portico.shared.model.ICMetadata
 
parameters - Variable in class org.portico.shared.msg.FED_ReceiveInteraction
 
parameters - Variable in class org.portico.shared.msg.RTI_SendInteraction
 
parent - Variable in class org.portico.shared.model.ICMetadata
 
parent - Variable in class org.portico.shared.model.OCMetadata
 
parse(ObjectModel) - Method in class org.portico.impl.hla13.fomparser.FOM
 
parseCppRid() - Static method in class org.portico.impl.cpp13.ProxyRTIAmbassador
This method is only to be called from the C++ side of the bindings.
ParseException - Exception in org.portico.impl.hla13.fomparser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.portico.impl.hla13.fomparser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.portico.impl.hla13.fomparser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.portico.impl.hla13.fomparser.ParseException
 
parseFOM(URL) - Static method in class org.portico.impl.hla13.fomparser.FOM
 
parseFOM(InputStream) - Static method in class org.portico.impl.hla13.fomparser.FOM
 
parseFOM(URL) - Static method in class org.portico.impl.hla1516.fomparser.FOM
This method will take the XML FOM at the given URL and attempt to process it.
parseFOM(URL) - Method in class org.portico.impl.hla1516.Impl1516Helper
 
PCMetadata - Class in org.portico.shared.model
This class contains metadata for a FOM parameter class
PCMetadata(String, int) - Constructor for class org.portico.shared.model.PCMetadata
NOTE: This constructor should generally not be used.
peekTSO() - Method in class org.portico.lrc.LRCQueue
This method will return the callback message at the head of the TSO queue, but it WILL NOT REMOVE IT.
PLUGIN_CONFIG_LRC - Static variable in class org.portico.shared.PorticoConstants
The name of the resource that identifies an LRC plugin configuration file
PLUGIN_CONFIG_RTI - Static variable in class org.portico.shared.PorticoConstants
The name of the resource that identifies an RTI plugin configuration file
PLUGIN_DIR - Static variable in class org.portico.core.MainProperties
Directory where plugins are located
PLUGIN_MANIFEST_LRC - Static variable in class org.portico.shared.PorticoConstants
The name of the manifest main attribute that can point to a plugin file for the LRC
PLUGIN_MANIFEST_RTI - Static variable in class org.portico.shared.PorticoConstants
The name of the manifest main attribute that can point to a plugin file for the RTI
PluginLoader - Class in org.portico.core.config
This class is responsible for finding any RTI plugins and loading their configuration into the system.
PluginLoader() - Constructor for class org.portico.core.config.PluginLoader
 
PluginLocator - Class in org.portico.shared.plugin
The PluginLocator will search a directory and locate all jar files that constitute Portico plugins.
PluginLocator() - Constructor for class org.portico.shared.plugin.PluginLocator
 
PluginLocator.JarFilter - Class in org.portico.shared.plugin
Filter implementation that ensures we only deal with files that end in ".jar"
PluginLocator.JarFilter() - Constructor for class org.portico.shared.plugin.PluginLocator.JarFilter
 
points - Variable in class org.portico.core.fedex.SyncPointManager
 
poll() - Method in class org.portico.lrc.LRCQueue
Fetch the next available message from the queue.
poll(long) - Method in class org.portico.lrc.LRCQueue
This method is the same as LRCQueue.poll() except that if there are no messages available, it will block until there are (or until the timeout value has been reached).
pollForNonMessage() - Method in class org.portico.lrc.LRCQueue
All this applies to RO messages only

The HLA specification says that if a federate: a) is constrained and b) does NOT have asynchronous delivery enabled and c) isn't in the middle of a time advance, then RO "messages" cannot be released to it.

port - Variable in class org.portico.binding.jsop.rti.JSOPDaemon
 
PorticoConstants - Class in org.portico.shared
 
PorticoConstants() - Constructor for class org.portico.shared.PorticoConstants
 
pos - Variable in class org.portico.impl.hla13.types.HLA13Set.HSIterator
 
postResign(Federate) - Method in class org.portico.core.handlers.REQ_ResignHandler
This method holds all the actions that should occur after a federate has successfully resigned from a federation.
prevCharIsCR - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
prevCharIsLF - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
PRINT_FOM - Static variable in class org.portico.core.MainProperties
Should the RTI log the FOM structure when a federation is created?
printUsage() - Static method in class org.portico.core.Main
 
priorityMessage(FED_CallbackMessage) - Method in class org.portico.lrc.LRCQueue
Process a priority message.
privilegeToDelete - Variable in class org.portico.shared.model.ObjectModel
 
process(RTIExec) - Method in class org.portico.core.config.PluginLoader
This method is the same as PluginLoader.process(String, RTIExec) except that it uses the default plugin directory rather than a user specified one.
process(String, RTIExec) - Method in class org.portico.core.config.PluginLoader
Scan the given directory for plugin data.
process(String, RTIExec) - Method in class org.portico.core.config.XMLConfigurator
Runs the given configuration file through an XMLPreprocessor to resolve any import statements.
process(URL, RTIExec) - Method in class org.portico.core.config.XMLConfigurator
Runs the given configuration file through an XMLPreprocessor to resolve any import statements.
process(Element) - Method in class org.portico.impl.hla1516.fomparser.FOM
 
process(LRC) - Method in class org.portico.lrc.LRCPluginLoader
This method will search for any plugins and configure the given LRC with them.
process(Logger) - Method in class org.portico.shared.plugin.PluginLocator
This method will scan the default plug-in directory (as identified by the value in the PorticoConstants.DEFAULT_PLUGIN_DIR variable).
process(String, Logger) - Method in class org.portico.shared.plugin.PluginLocator
This method is the same as PluginLocator.process(Logger) except that you can specify the directory that you wish to scan.
processAdvancement(MessageContext) - Method in class org.portico.core.handlers.ACT_TimeAdvancementHandler
This method performs the basic calculations for deciding if the federate that called for the time advancement request can advance right away or not.
processBootstrap(Element, RTIExec, Logger) - Method in class org.portico.core.config.Handler_Bootstrap
Processes a <bootstrap> element.
processClass(OCMetadata, Set<Integer>, byte[], Federate, RegionInstance) - Method in class org.portico.core.handlers.ACT_RequestClassUpdateHandler
This method will call #queueCallbacks(OCMetadata, Set, byte[]) for the given class, and then will do the same for all the child classes.
processConfig(Element, Federation) - Static method in class org.portico.core.config.Handler_Modules
Process the given federation element and fetches all the modules it contains.
processConfiguration(LRC, XMLSource) - Method in class org.portico.lrc.LRCConfigurator
Attempts to apply the configuration in the given XMLSource to the given LRC.
processForConstrainedAdvance() - Method in class org.portico.core.handlers.ACT_TimeAdvancementHandler
This method checks the current status of the federation with regard to time.
processIC(Element, ICMetadata) - Method in class org.portico.impl.hla1516.fomparser.FOM
 
processInteractions(Element) - Method in class org.portico.impl.hla1516.fomparser.FOM
 
processMessage(MessageContext) - Method in class org.portico.core.BootstrapHandler
This method routes the request to the appropriate private helper method depending on what type of request it is.
processMessage(MessageContext) - Method in class org.portico.core.fedex.Federate.MessageRouter
 
processMessage(MessageContext) - Method in class org.portico.core.fedex.Federation.DefaultRequestHandler
 
processMessage(MessageContext) - Method in class org.portico.core.handlers.ACT_DeleteHandler
This method will find the identified object instance and remove it from the Repository.
processMessage(MessageContext) - Method in class org.portico.core.handlers.ACT_InteractionHandler
This method finds all the subscribers to the class of the interaction being send and generates a callback for each of them.
processMessage(MessageContext) - Method in class org.portico.core.handlers.ACT_PostRegisterHandler
This method will extract the newly registered OCInstance from the Repository and then check to see which federates have a subscription interest in the object class (or parent object classes) of the registered instance.
processMessage(MessageContext) - Method in class org.portico.core.handlers.ACT_PostSubscribeHandler
The process method will check for any instances that have yet to be discovered by the Federate but that can now be given the enhanced subscription interests.
processMessage(MessageContext) - Method in class org.portico.core.handlers.ACT_RequestClassUpdateHandler
This method will issue requests to all federates that own instances of any of the identified attributes to issue an update as soon as possible.
processMessage(MessageContext) - Method in class org.portico.core.handlers.ACT_RequestUpdateHandler
This method will first find the object instance in question in the Repository.
processMessage(MessageContext) - Method in class org.portico.core.handlers.ACT_SyncPointAchieveHandler
A federate has achieved a synchronization point, check to see if the federation is no synchronized.
processMessage(MessageContext) - Method in class org.portico.core.handlers.ACT_SyncPointRegisterHandler
This handler assumes that the presence of this message indicates that a sync point has already been registered.
processMessage(MessageContext) - Method in class org.portico.core.handlers.ACT_TimeAdvancementHandler
This method first locks the time manager (via TimeManager.lock()) and then passes the call on to ACT_TimeAdvancementHandler.processAdvancement(MessageContext).
processMessage(MessageContext) - Method in class org.portico.core.handlers.ACT_TimeStatusHandler
This handler will first lock the time manager.
processMessage(MessageContext) - Method in class org.portico.core.handlers.ACT_UpdateHandler
This method will first attempt to locate the object instance that is being updated in the Repository.
processMessage(MessageContext) - Method in class org.portico.core.handlers.CoreMessageHandler
All subclass handlers must implement this method to provide an appropriate implementation depending on the task being solved.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_AssociateRegionHandler
 
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_CreateRegionHandler
This method will take the information about the newly created RegionInstance and store it in the list of regions associated with the creating federate.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_DeleteObjectHandler
This request handler doesn't do that actual object deletion, rather, it completes some sanity checks and then passes the request off to the action-queue for later processing.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_DeleteRegionHandler
This method will take the given region token and remove the associated region from the local store.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_DivertHandler
Fetch the given request and drop it directly onto the queue of messages bound for the rti-action sink.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_InteractionHandler
This method will just log the fact that an interaction sending request has been received and then it will drop the request onto the action queue.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_JoinHandler
This method handles the join process.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_LocalDeleteHandler
This method will instruct the Repository to forget that the specified Federate has discovered the object instance in question.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_ModifyRegionHandler
This method will take the updated RegionInstance and store it in the RegionStore.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_PublishInteractionHandler
Processes an incoming message and depending on the type, delegates it to the appropriate private handling method.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_PublishObjectHandler
Processes an incoming message and depending on the type, delegates it to the appropriate private handling method.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_RegisterObjectHandler
This method will extract the desired details for the object registration and pass the request on to the Repository.registerInstance(Federate, OCMetadata, String) method.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_ResignHandler
This method will first check that the target federate exists in the federation.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_SubscribeInteractionHandler
Processes an incoming message and depending on the type, delegates it to the appropriate private handling method.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_SubscribeObjectHandler
Processes an incoming message and depending on the type, delegates it to the appropriate private handling method.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_SyncPointAchieveHandler
 
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_SyncPointRegisterHandler
The main processing method for the handler.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_Terminator
This method will trigger the immediate processing of an RTI_ResignFederation request in the rti-request sink (this handler will pass the request there manually).
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_TimeStatusHandler
This method will look at the type of the incoming message and hand it off to the appropriate private helper method.
processMessage(MessageContext) - Method in class org.portico.core.handlers.REQ_UpdateAttributeHandler
Processes update requests from LRCs.
processMessage(RTI_RequestMessage) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
processMessage(RTI_RequestMessage) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
processMessage(MessageContext) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
This method attempts to locate the appropriate Delegate for the incoming request (based off the request messages identifier) and then invoke the delegate passing the message context as the parameter.
processMessage(MessageContext) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
This method attempts to locate the appropriate Delegate for the incoming request (based off the request messages identifier) and then invoke the delegate passing the message context as the parameter.
processMessage(MessageContext) - Method in class org.portico.impl.hla13.Impl13Helper
 
processMessage(MessageContext) - Method in class org.portico.impl.hla13.ImplJava1Helper
 
processMessage(RTI_RequestMessage) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
processMessage(MessageContext) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
This method attempts to locate the appropriate Delegate for the incoming request (based off the request messages identifier) and then invoke the delegate passing the message context as the parameter.
processMessage(MessageContext) - Method in class org.portico.impl.hla1516.Impl1516Helper
 
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.CLB_Terminator
This is a notification that the federate has been terminated by force.
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.LRCMessageHandler
 
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_AssociateRegionHandler
 
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_CreateRegionHandler
 
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_DeleteObjectHandler
This method does the following: Do any state validity checks (such as ensuring the federate is joined) If the request was sent with a timestamp, make sure it is not below the current LBTS for this federate Check that the object handle exists (that we know about it) and that the calling federate has the privilege to delete it Send the reqeust to the RTI If the request is a success, remove the instance from the LRCInstanceRepository
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_DeleteRegionHandler
 
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_InteractionHandler
This method will first perform any necessary state validity checks.
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_JoinFederationHandler
Checks that the LRC isn't already connected.
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_LocalDeleteHandler
This method handles a request to delete an object locally for the associated federate.
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_ModifyRegionHandler
 
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_PublishInteractionHandler
Processes an incoming message and depending on the type, delegates it to the appropriate private handling method.
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_PublishObjectHandler
Processes an incoming message and depending on the type, delegates it to the appropriate private handling method.
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_RegisterObjectHandler
This method does some state validity checks and then ensures that the handle of the class that the federate is attempting to register an instance of is actually contained within the FOM.
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_RequestClassUpdateHandler
This method will first check that we are in a valid state to process this request (we're joined and not in the middle of a save/restore).
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_RequestUpdateHandler
This method will first check that we are in a valid state to process this request (we're joined and not in the middle of a save/restore).
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_ResignHandler
Before the LRC can let the resignation request through to the RTI, it must first validate the request locally.
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_SubscribeInteractionHandler
Processes an incoming message and depending on the type, delegates it to the appropriate private handling method.
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_SubscribeObjectHandler
Processes an incoming message and depending on the type, delegates it to the appropriate private handling method.
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_SyncPointHandler
Depending on the type of the request (as determined by instanceof) it will hand it off to the appropriate private worker method.
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_TimeAdvanceHandler
Depending on the type of the request (as determined by instanceof) it will hand it off to the appropriate private worker method.
processMessage(MessageContext) - Method in class org.portico.lrc.handlers.REQ_UpdateAttributeHandler
This method will perform any state validity checks and if the request was timestamped, it will ensure that the associated time is not less than the current LBTS for the federate.
processMessage(MessageContext) - Method in class org.portico.lrc.LRC.LRCDefaultCallbackHandler
 
processMessage(MessageContext) - Method in class org.portico.lrc.LRC.LRCDefaultRequestHandler
Call connection.sendMessage(context).
processObjects(Element) - Method in class org.portico.impl.hla1516.fomparser.FOM
 
processOC(Element, OCMetadata) - Method in class org.portico.impl.hla1516.fomparser.FOM
 
processor - Variable in class org.portico.core.config.CLConfigurator
 
processRid(LRC) - Method in class org.portico.lrc.LRCConfigurator
This method will look for a configuration file at the location specified in the environment variable RTI_RID_FILE, and if that does not exist, the path given in the PorticoConstants.DEFAULT_RTI_RID variable will be checked.
processUserConfiguration(LRC) - Method in class org.portico.lrc.LRCConfigurator
Attempts to apply any user configuration to the given LRC.
PROP_CALLBACK_LOGLEVEL - Static variable in class org.portico.lrc.LRCProperties
System property used to specify the log level for the lrc callback processor.
PROP_CONFIG - Static variable in class org.portico.lrc.LRCProperties
System property used to specify the location of the lrc configuration file
PROP_CONNECTION - Static variable in class org.portico.lrc.LRCProperties
System property used to specify the connection implementation to use
PROP_HOST - Static variable in class org.portico.binding.jsop.lrc.JSOPClientConnection
The sys property that will be used to find the RTI-host to connect to.
PROP_IDC - Static variable in class org.portico.lrc.LRCProperties
System property used to specify that the default modules should not be loaded (if the value is set to "true"
PROP_LOGLEVEL - Static variable in class org.portico.lrc.LRCProperties
System property used to specify the log level for the lrc
PROP_PLUGIN_DIR - Static variable in class org.portico.lrc.LRCProperties
System property used to specify the directory to search for plugins
PROP_TT - Static variable in class org.portico.lrc.LRCProperties
System property used to specify the tick timeout
properties - Variable in class org.portico.core.fedex.FederateState
 
properties - Variable in class org.portico.core.fedex.FederationState
 
properties - Variable in class org.portico.lrc.LRCState
 
provide(FED_ProvideUpdate) - Method in class org.portico.core.fedex.mom.MomConnection
Somebody wants us to provide some updated information about the current status of some MOM objects.
provideAttributeValueUpdate(int, int, int[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
provideAttributeValueUpdate(int, AttributeHandleSet) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
provideFederate(int, Set<Integer>) - Method in class org.portico.core.fedex.mom.MomConnection
Return an attribute map containing all the values for the requested set of attributes for the federate object instance of the given handle.
provideFederation(Set<Integer>) - Method in class org.portico.core.fedex.mom.MomConnection
Get an attribute map of all the current values for the given set of required attributes.
provideUpdate(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
provideUpdate(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
provideUpdate(RequestMessage) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
ProxyFederateAmbassador - Class in org.portico.impl.cpp13
 
ProxyFederateAmbassador(int) - Constructor for class org.portico.impl.cpp13.ProxyFederateAmbassador
 
ProxyRTIAmbassador - Class in org.portico.impl.cpp13
This class is the RTIambassador implementation called by the C++ interface.
ProxyRTIAmbassador(int) - Constructor for class org.portico.impl.cpp13.ProxyRTIAmbassador
Create a new RTIambassador that will be used by a federate on the C++ side of the bindings.
publish(MessageContext, Federate) - Method in class org.portico.core.handlers.REQ_PublishInteractionHandler
 
publish(MessageContext, Federate) - Method in class org.portico.core.handlers.REQ_PublishObjectHandler
 
publish(MessageContext) - Method in class org.portico.lrc.handlers.REQ_PublishInteractionHandler
Attempt to inform the RTI that the federate wishes to publish the given interaction class.
publish(MessageContext) - Method in class org.portico.lrc.handlers.REQ_PublishObjectHandler
Validates an object class publication request.
publishedIC - Variable in class org.portico.lrc.LRCInterestManager
 
publishedOC - Variable in class org.portico.lrc.LRCInterestManager
 
publishHlaFederateClass() - Method in class org.portico.core.fedex.mom.MomManager
Publishes the ObjectRoot.Manager.Federate class (or the equivalent as dictated by the specification version used to create the federation).
publishHlaFederationClass() - Method in class org.portico.core.fedex.mom.MomManager
Publishes the ObjectRoot.Manager.Federation class (or the equivalent as dictated by the specification version used to create the federation).
publishIC(int) - Method in class org.portico.lrc.LRCInterestManager
 
publishInteractionClass(Federate, int) - Method in class org.portico.core.fedex.InterestManager
This method will register a publication interest in the given interaction class handle for the given federate.
publishInteractionClass(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
publishInteractionClass(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
publishInteractionClass(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
publishInteractionClass(InteractionClassHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
publishObjectClass(Federate, int, Set<Integer>) - Method in class org.portico.core.fedex.InterestManager
Add a publication entry for the given federate at the given class handle with the given attributes.
publishObjectClass(int, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
publishObjectClass(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
publishObjectClass(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
publishObjectClassAttributes(ObjectClassHandle, AttributeHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
publishOC(int, Set<Integer>) - Method in class org.portico.lrc.LRCInterestManager
Records a new publication for the given class handle and the associated attributes.
purgeActionQueue(Federate) - Method in class org.portico.core.handlers.REQ_ResignHandler
This method will purge from the action queue, all messages with the given federate as the target (so that stuff that has already slipped through, but hasn't yet been processed won't be processed at all - which would potentially cause problems).
pushException(int, Throwable) - Static method in class org.portico.impl.cpp13.ExceptionManager
The same as the native version of push exception, except that the message is appended with the stack trace
pushException(int, String, String) - Static method in class org.portico.impl.cpp13.ExceptionManager
Native method that takes an exception that occurred in the java-side of the interface

Q

qualifiedName - Variable in class org.portico.shared.model.ICMetadata
 
qualifiedName - Variable in class org.portico.shared.model.OCMetadata
 
queryAttributeOwnership(int, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
queryAttributeOwnership(int, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
queryAttributeOwnership(int, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
queryAttributeOwnership(ObjectInstanceHandle, AttributeHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
queryFederateTime() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
queryFederateTime() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
queryFederateTime() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
queryFederationRestoreStatus() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
queryFederationSaveStatus() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
queryGALT() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
queryLBTS() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
queryLBTS() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
queryLBTS() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
queryLITS() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
queryLogicalTime() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
queryLookahead() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
queryLookahead() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
queryLookahead() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
queryLookahead() - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
queryMinNextEventTime() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
queryMinNextEventTime() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
queryMinNextEventTime() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
queue - Variable in class org.portico.core.fedex.ActionQueueProcessor
 
queue - Variable in class org.portico.core.fedex.CallbackQueueProcessor
 
queueCallbacks(OCMetadata, Set<Integer>, byte[], Federate, RegionInstance) - Method in class org.portico.core.handlers.ACT_RequestClassUpdateHandler
This method performs the actual creation and queueing of the "provide update" callbacks.
quitButton - Variable in class org.portico.core.gui.ManagementGUI
 
quitMenuItem - Variable in class org.portico.core.gui.ManagementGUI
 

R

RANDOM - Static variable in class org.portico.shared.MulticastLookup
 
ranges - Variable in class org.portico.shared.model.Extent
 
readChar() - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
readExternal(ObjectInput) - Method in class org.portico.shared.msg.FED_AdvanceGranted
 
readExternal(ObjectInput) - Method in class org.portico.shared.msg.FED_CallbackMessage
 
readExternal(ObjectInput) - Method in class org.portico.shared.msg.FED_DiscoverObject
 
readExternal(ObjectInput) - Method in class org.portico.shared.msg.FED_ReceiveInteraction
 
readExternal(ObjectInput) - Method in class org.portico.shared.msg.FED_ReflectAttributes
 
readExternal(ObjectInput) - Method in class org.portico.shared.msg.RTI_AssociateForUpdates
 
readExternal(ObjectInput) - Method in class org.portico.shared.msg.RTI_DeleteObject
 
readExternal(ObjectInput) - Method in class org.portico.shared.msg.RTI_RegisterObject
 
readExternal(ObjectInput) - Method in class org.portico.shared.msg.RTI_RequestMessage
 
readExternal(ObjectInput) - Method in class org.portico.shared.msg.RTI_SendInteraction
 
readExternal(ObjectInput) - Method in class org.portico.shared.msg.RTI_TimeAdvanceRequest
 
readExternal(ObjectInput) - Method in class org.portico.shared.msg.RTI_UpdateAttributes
 
readObject(ObjectInputStream) - Method in class org.portico.shared.msg.FED_CallbackMessage
 
readObject(ObjectInputStream) - Method in class org.portico.shared.msg.RTI_RequestMessage
 
Reaper - Class in org.portico.core
This class implements a kind of "Grim Reaper".
Reaper(RTIExec) - Constructor for class org.portico.core.Reaper
Creates a new reaper for the given RTI.
reaper - Variable in class org.portico.core.RTIExec
 
recalculateLBTS() - Method in class org.portico.core.fedex.TimeManager
This method will interrogate the current time status of each of the Federates within the Federation and will determine the LBTS for *the federation* (that is, the lowest relevant LBTS of any federate).
receiveCallback(MessageContext) - Method in class org.portico.lrc.LRCConnection
This method will drop the provided message on the callback queue.
receiveCallback(FED_CallbackMessage) - Method in class org.portico.lrc.LRCConnection
The same as LRCConnection.receiveCallback(MessageContext) except that it works with a callback message rather than a context.
receiveInteraction(int, int, int[], byte[][], byte[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
receiveInteraction(int, int, int[], byte[][], byte[], double, int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
receiveInteraction(int, ReceivedInteraction, byte[]) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
receiveInteraction(int, ReceivedInteraction, byte[], LogicalTime, EventRetractionHandle) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
receiveInteraction(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
receiveInteraction(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
receiveInteraction(RequestMessage) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
receiveRequest(MessageContext) - Method in class org.portico.core.RTIConnection
This is the method to which all incoming requests from the LRC should be passed when they are received by the implemention-specific subclasses of RTIConnection.
redirector - Variable in class org.portico.core.gui.ManagementGUI
 
reflectAttributes(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
reflectAttributes(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
reflectAttributes(RequestMessage) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
reflectAttributeValues(int, int, int[], byte[][], byte[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
reflectAttributeValues(int, int, int[], byte[][], byte[], double, int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
reflectAttributeValues(int, ReflectedAttributes, byte[]) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
reflectAttributeValues(int, ReflectedAttributes, byte[], LogicalTime, EventRetractionHandle) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
region - Variable in class org.portico.impl.hla13.types.HLA13Region
 
region - Variable in class org.portico.impl.hla13.types.Java1Region
 
region - Variable in class org.portico.shared.model.ACInstance
 
region - Variable in class org.portico.shared.msg.RTI_ModifyRegion
 
RegionGroup - Class in org.portico.core.fedex
This class represents an association between a set of attributes and a particular RegionInstance.
RegionGroup() - Constructor for class org.portico.core.fedex.RegionGroup
 
RegionInstance - Class in org.portico.shared.model
This class represents a HLA 1.3 Region.
RegionInstance(int, Space, int) - Constructor for class org.portico.shared.model.RegionInstance
 
RegionInstance(int, int, int, int) - Constructor for class org.portico.shared.model.RegionInstance
This constructor is used in the RegionInstance.clone() method only.
regionLock - Variable in class org.portico.core.fedex.LockStore
 
regions - Variable in class org.portico.core.handlers.CoreMessageHandler
 
regions - Variable in class org.portico.lrc.handlers.LRCMessageHandler
 
regions - Variable in class org.portico.lrc.LRCRegionStore
 
regionsByToken - Variable in class org.portico.core.fedex.RegionStore
 
regionsOverlap(Set<RegionInstance>, int) - Method in class org.portico.core.handlers.ACT_InteractionHandler
This method will compare the RegionInstances in the provided subscription set to the region with the provided token (representing the region used to send the interaction).
regionStore - Variable in class org.portico.core.fedex.FederationState
 
RegionStore - Class in org.portico.core.fedex
The RegionStore is the place where all current RegionInstance instances that have been registered by any federates are held.
RegionStore(FederationState) - Constructor for class org.portico.core.fedex.RegionStore
 
regionStore - Variable in class org.portico.core.fedex.Repository
 
regionStore - Variable in class org.portico.lrc.LRCState
 
regionsToString(Region[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
Converts an array of regions into a string form.
regionToken - Variable in class org.portico.shared.model.RegionInstance
 
regionToken - Variable in class org.portico.shared.msg.RTI_AssociateForUpdates
 
regionToken - Variable in class org.portico.shared.msg.RTI_DeleteRegion
 
regionToken - Variable in class org.portico.shared.msg.RTI_RequestClassUpdate
 
regionToken - Variable in class org.portico.shared.msg.RTI_SendInteraction
 
regionToken - Variable in class org.portico.shared.msg.RTI_SubscribeInteractionClass
 
regionToken - Variable in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
regionToken - Variable in class org.portico.shared.msg.RTI_UnassociateForUpdates
 
regionToken - Variable in class org.portico.shared.msg.RTI_UnsubscribeInteractionClass
 
regionToken - Variable in class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
regionTokens - Variable in class org.portico.lrc.LRCInterestManager.RegionSubscription
 
regionTokens - Variable in class org.portico.shared.msg.RTI_RegisterObject
 
register(String, String) - Method in class org.portico.core.MulticastRegistry
Register the given information under the given name with the registry.
registerBootstrap(Bootstrap, Bag<String, ?>) - Method in class org.portico.core.BootstrapManager
Register a bootstrap with the manager.
registerFederationSynchronizationPoint(String, byte[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
registerFederationSynchronizationPoint(String, byte[], int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
registerFederationSynchronizationPoint(String, byte[]) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
registerFederationSynchronizationPoint(String, byte[], FederateHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
registerFederationSynchronizationPoint(String, String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
registerFederationSynchronizationPoint(String, String, FederateHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
registerFederationSynchronizationPoint(String, byte[]) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
registerFederationSynchronizationPoint(String, byte[], FederateHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
registerHlaFederateInstance() - Method in class org.portico.core.fedex.mom.MomManager
Registeres a MOM object instance for the Federation.
registerInstance(Federate, OCMetadata, String) - Method in class org.portico.core.fedex.Repository
Creates a new instance and stores it in the repository.
registerInstance(Federate, OCMetadata, String, Map<Integer, Integer>) - Method in class org.portico.core.fedex.Repository
This method basically extends Repository.registerInstance(Federate, OCMetadata, String) except that it will take the provided region/attribute association data and do an effective associateRegionForUpdates() call before returning the instance.
registerInterest(Federate) - Method in class org.portico.core.fedex.ICInterest
Register the federate as having an interest in the interaction class.
registerInterest(Federate, RegionInstance) - Method in class org.portico.core.fedex.ICInterest
Register the federate as having an interest in the interaction class with the given region.
registerInterest(Federate, Set<Integer>) - Method in class org.portico.core.fedex.OCInterest
Registers the federate as having an interest in the given attribute handles.
registerInterest(Federate, Set<Integer>, RegionInstance) - Method in class org.portico.core.fedex.OCInterest
Registers the federate as having an interest in the given attribute handles within the range of the provided RegionInstance.
registerObjectInstance(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
registerObjectInstance(int, String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
registerObjectInstance(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
registerObjectInstance(int, String) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
registerObjectInstance(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
registerObjectInstance(int, String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
registerObjectInstance(ObjectClassHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
registerObjectInstance(ObjectClassHandle, String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
registerObjectInstanceWithRegion(int, int[], Region[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
registerObjectInstanceWithRegion(int, String, int[], Region[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
registerObjectInstanceWithRegion(int, int[], Region[]) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
registerObjectInstanceWithRegion(int, String, int[], Region[]) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
registerObjectInstanceWithRegion(int, int[], Region[]) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
registerObjectInstanceWithRegion(int, String, int[], Region[]) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
registerObjectInstanceWithRegions(ObjectClassHandle, AttributeSetRegionSetPairList) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
registerObjectInstanceWithRegions(ObjectClassHandle, AttributeSetRegionSetPairList, String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
registerPoint(String, byte[]) - Method in class org.portico.core.fedex.SyncPointManager
Register a point for the given label.
registerPoint(String, byte[], Set<Federate>) - Method in class org.portico.core.fedex.SyncPointManager
Registers a sync point with the given lable and set of federates.
registerSynchronizationPoint(MessageContext) - Method in class org.portico.lrc.handlers.REQ_SyncPointHandler
This method will validate that the request to register the sync point is valid before sending it on to the RTI for further processing.
registerSyncPoint(String) - Method in class org.portico.lrc.LRCState
Register the given sync point with the LRC.
registry - Variable in class org.portico.core.MulticastRegistry
 
regulating - Variable in class org.portico.core.fedex.TimeManager
 
regulating - Variable in class org.portico.core.fedex.TimeManager.TimeStatus
 
regulating - Variable in class org.portico.lrc.LRCState
 
regulationEnabled(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
regulationEnabled(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
regulationEnabled(RequestMessage) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
ReInit(InputStream) - Method in class org.portico.impl.hla13.fomparser.FOM
 
ReInit(InputStream, String) - Method in class org.portico.impl.hla13.fomparser.FOM
 
ReInit(Reader) - Method in class org.portico.impl.hla13.fomparser.FOM
 
ReInit(FOMTokenManager) - Method in class org.portico.impl.hla13.fomparser.FOM
 
ReInit(SimpleCharStream) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
ReInit(Reader) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
ReInit(InputStream, String) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
ReInit(InputStream) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
reinitialize() - Method in class org.portico.lrc.LRC
Cleans the entire LRC of all state and sets it up as new.
reinitialize() - Method in class org.portico.lrc.LRCState
This method clears out any previous status that was contained within the instance.
ReInitRounds() - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
releaseRtiPermit() - Method in class org.portico.core.fedex.LockStore
Releases an RTI permit.
remove(RegionInstance, Set<Integer>) - Method in class org.portico.core.fedex.RegionGroup
This method will remove any interest associated with the given RegionInstance in the provided attributes.
remove(RegionInstance) - Method in class org.portico.core.fedex.RegionGroup
This is like RegionGroup.remove(RegionInstance, Set) except that it will remove the interest in ALL attributes associated with the given region.
remove(int) - Method in class org.portico.impl.hla13.types.HLA13ByteArrayMap
Remove handle & value corresponding to handle.
remove(int) - Method in class org.portico.impl.hla13.types.HLA13Set
Remove the handle from the set.
removeAllInterests(Federate) - Method in class org.portico.core.fedex.InterestManager
Removes all the interests of the given federate.
removeAt(int) - Method in class org.portico.impl.hla13.types.HLA13ByteArrayMap
Remove handle & value at index position.
removeAttribute(int) - Method in class org.portico.shared.model.OCInstance
Remove and return the attribute contained within this instance of the given handle.
removeAttribute(int) - Method in class org.portico.shared.model.OCMetadata
Remove and return the local attribute of the given handle (not inherited).
removeBootstrap(String) - Method in class org.portico.core.BootstrapManager
Remove the bootstrap of the given name from the group and return it.
removeConnection(JSOPActiveConnection) - Method in class org.portico.binding.jsop.rti.JSOPDaemon
So that references to long dead connection objects are not kept lying around (and thus can be garbage collected), this method is provided with the sole intent that JSOPActiveConnection instances will use it to remove themselves from the store of active connections when they end processing through natural causes (this does not include when they are being asked ot manually shut down).
removeDimension(int) - Method in class org.portico.shared.model.Space
Remove and return the contained dimension with the given handle.
removeInstance(int) - Method in class org.portico.lrc.LRCInstanceRepository
Removes and returns the instance with the given handle from the repository.
removeInteractionClass(int) - Method in class org.portico.shared.model.ObjectModel
Remove and return the given interaction class from this model.
removeInterest(Federate) - Method in class org.portico.core.fedex.ICInterest
Removes the interest of the federate in the interaction class TOTALLY.
removeInterest(Federate, RegionInstance) - Method in class org.portico.core.fedex.ICInterest
This method will remove the given region from those associated with the interest the federate has in the interaction class.
removeInterest(Federate) - Method in class org.portico.core.fedex.OCInterest
Removes any previously registered interest for the given federate
removeInterest(Federate, RegionInstance) - Method in class org.portico.core.fedex.OCInterest
Removes the interest in any attributes for the associated object class that have been linked to the given RegionInstance.
removeInterest(Federate, Set<Integer>) - Method in class org.portico.core.fedex.OCInterest
Removes any previously registered interested in the given attributes for the federate.
removeObject(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
removeObject(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
removeObject(RequestMessage) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
removeObjectClass(int) - Method in class org.portico.shared.model.ObjectModel
Remove and return the given object class from this model.
removeObjectInstance(int, int, byte[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
removeObjectInstance(int, int, byte[], double, int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
removeObjectInstance(int, byte[]) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
removeObjectInstance(int, byte[], LogicalTime, EventRetractionHandle) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
removeParameter(int) - Method in class org.portico.shared.model.ICMetadata
Remove and return the local parameter of the given handle (not inherited).
removePoint(String) - Method in class org.portico.core.fedex.SyncPointManager
Removes the sync point of the given label.
removeRegion(int) - Method in class org.portico.core.fedex.RegionStore
Remove the contained RegionInstance with the given token from the store and return it.
removeRegion(int) - Method in class org.portico.lrc.LRCInterestManager.RegionSubscription
 
removeRegion(int) - Method in class org.portico.lrc.LRCRegionStore
Remove and return the contained RegionInstance with the given handle.
removeRegion(RegionInstance) - Method in class org.portico.lrc.LRCRegionStore
Remove and return the contained RegionInstance.
removeSyncPoint(String) - Method in class org.portico.core.fedex.FederateState
The federation has synchronized on the sync point of the given label, remove it
renderFOM(ObjectModel) - Method in class org.portico.shared.model.StringRenderer
Takes the given ObjectModel and converts it into a String.
renderInteraction(ICMetadata, StringBuilder, int) - Method in class org.portico.shared.model.StringRenderer
 
renderObject(OCMetadata, StringBuilder, int) - Method in class org.portico.shared.model.StringRenderer
 
renderSpaces(Collection<Space>, StringBuilder, int) - Method in class org.portico.shared.model.StringRenderer
 
replace(RegionInstance, Set<Integer>) - Method in class org.portico.core.fedex.RegionGroup
Replaces the given association for the identified region, storing the provided attributes in place of anything that existed there before.
repository - Variable in class org.portico.core.fedex.FederationState
 
Repository - Class in org.portico.core.fedex
The Repository acts as a central store of all instance information current to the RTI.
Repository(FederationState) - Constructor for class org.portico.core.fedex.Repository
Creates a new Repository and associates it with the given FederationState.
repository - Variable in class org.portico.core.handlers.ACT_DeleteHandler
 
repository - Variable in class org.portico.core.handlers.ACT_PostRegisterHandler
 
repository - Variable in class org.portico.core.handlers.ACT_PostSubscribeHandler
 
repository - Variable in class org.portico.core.handlers.ACT_RequestClassUpdateHandler
 
repository - Variable in class org.portico.core.handlers.ACT_RequestUpdateHandler
 
repository - Variable in class org.portico.core.handlers.CoreMessageHandler
 
repository - Variable in class org.portico.core.handlers.REQ_DeleteObjectHandler
 
repository - Variable in class org.portico.core.handlers.REQ_LocalDeleteHandler
 
repository - Variable in class org.portico.core.handlers.REQ_RegisterObjectHandler
 
repository - Variable in class org.portico.core.handlers.REQ_ResignHandler
 
repository - Variable in class org.portico.core.handlers.REQ_UpdateAttributeHandler
 
repository - Variable in class org.portico.lrc.handlers.LRCMessageHandler
 
repository - Variable in class org.portico.lrc.LRCState
 
Repository.Wrapper - Class in org.portico.core.fedex
This class maintains a list of all the federates that have discovered a particular OCInstance.
Repository.Wrapper(OCInstance) - Constructor for class org.portico.core.fedex.Repository.Wrapper
 
repositoryLock - Variable in class org.portico.core.fedex.LockStore
 
REQ_AssociateRegionHandler - Class in org.portico.core.handlers
 
REQ_AssociateRegionHandler() - Constructor for class org.portico.core.handlers.REQ_AssociateRegionHandler
 
REQ_AssociateRegionHandler - Class in org.portico.lrc.handlers
 
REQ_AssociateRegionHandler() - Constructor for class org.portico.lrc.handlers.REQ_AssociateRegionHandler
 
REQ_CreateRegionHandler - Class in org.portico.core.handlers
This handler will take requests to create regions from remote federates, store the information locally and then pass back a newly created RegionInstance instance to the caller.
REQ_CreateRegionHandler() - Constructor for class org.portico.core.handlers.REQ_CreateRegionHandler
 
REQ_CreateRegionHandler - Class in org.portico.lrc.handlers
 
REQ_CreateRegionHandler() - Constructor for class org.portico.lrc.handlers.REQ_CreateRegionHandler
 
REQ_DeleteObjectHandler - Class in org.portico.core.handlers
Handles requests to delete an object instance.
REQ_DeleteObjectHandler() - Constructor for class org.portico.core.handlers.REQ_DeleteObjectHandler
 
REQ_DeleteObjectHandler - Class in org.portico.lrc.handlers
This class handles requests to delete an object instance
REQ_DeleteObjectHandler() - Constructor for class org.portico.lrc.handlers.REQ_DeleteObjectHandler
 
REQ_DeleteRegionHandler - Class in org.portico.core.handlers
This handler takes requests to delete a region and removes it from the local store for the federate.
REQ_DeleteRegionHandler() - Constructor for class org.portico.core.handlers.REQ_DeleteRegionHandler
 
REQ_DeleteRegionHandler - Class in org.portico.lrc.handlers
Handles delete requests for regions.
REQ_DeleteRegionHandler() - Constructor for class org.portico.lrc.handlers.REQ_DeleteRegionHandler
 
REQ_DivertHandler - Class in org.portico.core.handlers
This handler will just take a given message and drop the request onto the action queue.
REQ_DivertHandler() - Constructor for class org.portico.core.handlers.REQ_DivertHandler
 
REQ_InteractionHandler - Class in org.portico.core.handlers
This class handles requests for sending interactions from LRCs.
REQ_InteractionHandler() - Constructor for class org.portico.core.handlers.REQ_InteractionHandler
 
REQ_InteractionHandler - Class in org.portico.lrc.handlers
This class handles requests to send an interaction.
REQ_InteractionHandler() - Constructor for class org.portico.lrc.handlers.REQ_InteractionHandler
 
REQ_JoinFederationHandler - Class in org.portico.lrc.handlers
This handler will process a join federation request, setting up all the relevant components of the LRC if successful.
REQ_JoinFederationHandler() - Constructor for class org.portico.lrc.handlers.REQ_JoinFederationHandler
 
REQ_JoinHandler - Class in org.portico.core.handlers
This handler takes care of the federation-level activities that must be undertaken when a federate first joins.
REQ_JoinHandler() - Constructor for class org.portico.core.handlers.REQ_JoinHandler
 
REQ_LocalDeleteHandler - Class in org.portico.core.handlers
Handle local delete requests for federates.
REQ_LocalDeleteHandler() - Constructor for class org.portico.core.handlers.REQ_LocalDeleteHandler
 
REQ_LocalDeleteHandler - Class in org.portico.lrc.handlers
Handles requests by the federate to do a local delete.
REQ_LocalDeleteHandler() - Constructor for class org.portico.lrc.handlers.REQ_LocalDeleteHandler
 
REQ_ModifyRegionHandler - Class in org.portico.core.handlers
This handler takes requests to modify a region and stores the new region status as provided in that request.
REQ_ModifyRegionHandler() - Constructor for class org.portico.core.handlers.REQ_ModifyRegionHandler
 
REQ_ModifyRegionHandler - Class in org.portico.lrc.handlers
 
REQ_ModifyRegionHandler() - Constructor for class org.portico.lrc.handlers.REQ_ModifyRegionHandler
 
REQ_PublishInteractionHandler - Class in org.portico.core.handlers
 
REQ_PublishInteractionHandler() - Constructor for class org.portico.core.handlers.REQ_PublishInteractionHandler
 
REQ_PublishInteractionHandler - Class in org.portico.lrc.handlers
This handler manages interaction publish/unpublish requests.
REQ_PublishInteractionHandler() - Constructor for class org.portico.lrc.handlers.REQ_PublishInteractionHandler
 
REQ_PublishObjectHandler - Class in org.portico.core.handlers
 
REQ_PublishObjectHandler() - Constructor for class org.portico.core.handlers.REQ_PublishObjectHandler
 
REQ_PublishObjectHandler - Class in org.portico.lrc.handlers
This handler manages object attribute publish/unpublish requests.
REQ_PublishObjectHandler() - Constructor for class org.portico.lrc.handlers.REQ_PublishObjectHandler
 
REQ_RegisterObjectHandler - Class in org.portico.core.handlers
Handles federate requests to register instances of an object class.
REQ_RegisterObjectHandler() - Constructor for class org.portico.core.handlers.REQ_RegisterObjectHandler
 
REQ_RegisterObjectHandler - Class in org.portico.lrc.handlers
This class handles the registration of new objects.
REQ_RegisterObjectHandler() - Constructor for class org.portico.lrc.handlers.REQ_RegisterObjectHandler
 
REQ_RequestClassUpdateHandler - Class in org.portico.lrc.handlers
This class handles requests to update attributes for *all* instances of a given class (and all its subclasses)
REQ_RequestClassUpdateHandler() - Constructor for class org.portico.lrc.handlers.REQ_RequestClassUpdateHandler
 
REQ_RequestUpdateHandler - Class in org.portico.lrc.handlers
This class handles requests for attribute updates for a *specific object instance*
REQ_RequestUpdateHandler() - Constructor for class org.portico.lrc.handlers.REQ_RequestUpdateHandler
 
REQ_ResignHandler - Class in org.portico.core.handlers
This handler takes care of requests to resign a federate from the federation.
REQ_ResignHandler() - Constructor for class org.portico.core.handlers.REQ_ResignHandler
 
REQ_ResignHandler - Class in org.portico.lrc.handlers
This class handles requests from the federate to resign from the federation.
REQ_ResignHandler() - Constructor for class org.portico.lrc.handlers.REQ_ResignHandler
 
REQ_SubscribeInteractionHandler - Class in org.portico.core.handlers
 
REQ_SubscribeInteractionHandler() - Constructor for class org.portico.core.handlers.REQ_SubscribeInteractionHandler
 
REQ_SubscribeInteractionHandler - Class in org.portico.lrc.handlers
This handler manages interaction subscribe/unsubscribe requests.
REQ_SubscribeInteractionHandler() - Constructor for class org.portico.lrc.handlers.REQ_SubscribeInteractionHandler
 
REQ_SubscribeObjectHandler - Class in org.portico.core.handlers
 
REQ_SubscribeObjectHandler() - Constructor for class org.portico.core.handlers.REQ_SubscribeObjectHandler
 
REQ_SubscribeObjectHandler - Class in org.portico.lrc.handlers
This handler manages object attribute subscribe/unsubscribe requests.
REQ_SubscribeObjectHandler() - Constructor for class org.portico.lrc.handlers.REQ_SubscribeObjectHandler
 
REQ_SyncPointAchieveHandler - Class in org.portico.core.handlers
This handler will just pass the message directly to the action sink
REQ_SyncPointAchieveHandler() - Constructor for class org.portico.core.handlers.REQ_SyncPointAchieveHandler
 
REQ_SyncPointHandler - Class in org.portico.lrc.handlers
Handler to process all sync point related requests.
REQ_SyncPointHandler() - Constructor for class org.portico.lrc.handlers.REQ_SyncPointHandler
 
REQ_SyncPointRegisterHandler - Class in org.portico.core.handlers
This handler will just log a message and pass the request directly to the action queue
REQ_SyncPointRegisterHandler() - Constructor for class org.portico.core.handlers.REQ_SyncPointRegisterHandler
 
REQ_Terminator - Class in org.portico.core.handlers
This class will remotely terminate the federate identified in the "targetFederate" property of the EXT_Terminate message.
REQ_Terminator() - Constructor for class org.portico.core.handlers.REQ_Terminator
 
REQ_TimeAdvanceHandler - Class in org.portico.lrc.handlers
This handler currently processes all time related requests.
REQ_TimeAdvanceHandler() - Constructor for class org.portico.lrc.handlers.REQ_TimeAdvanceHandler
 
REQ_TimeStatusHandler - Class in org.portico.core.handlers
This handler takes care of enable/disable time constrained and regulating requests.
REQ_TimeStatusHandler() - Constructor for class org.portico.core.handlers.REQ_TimeStatusHandler
 
REQ_UpdateAttributeHandler - Class in org.portico.core.handlers
This class handles the processing of requests from LRCs to update a set of attribute values.
REQ_UpdateAttributeHandler() - Constructor for class org.portico.core.handlers.REQ_UpdateAttributeHandler
 
REQ_UpdateAttributeHandler - Class in org.portico.lrc.handlers
This class handles the preprocessing of updateAttributeValues() requests to make sure they are valid before sending them to the RTI.
REQ_UpdateAttributeHandler() - Constructor for class org.portico.lrc.handlers.REQ_UpdateAttributeHandler
 
requestAttributeOwnershipAssumption(int, int, int[], byte[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
requestAttributeOwnershipAssumption(int, AttributeHandleSet, byte[]) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
requestAttributeOwnershipRelease(int, int, int[], byte[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
requestAttributeOwnershipRelease(int, AttributeHandleSet, byte[]) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
requestAttributeValueUpdate(ObjectInstanceHandle, AttributeHandleSet, byte[]) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
requestAttributeValueUpdate(ObjectClassHandle, AttributeHandleSet, byte[]) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
requestAttributeValueUpdateWithRegions(ObjectClassHandle, AttributeSetRegionSetPairList, byte[]) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
requestClassAttributeValueUpdate(int, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
requestClassAttributeValueUpdate(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
requestClassAttributeValueUpdate(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
requestClassAttributeValueUpdateWithRegion(int, int[], Region) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
requestClassAttributeValueUpdateWithRegion(int, AttributeHandleSet, Region) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
requestClassAttributeValueUpdateWithRegion(int, AttributeHandleSet, Region) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
requestFederationRestore(String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
requestFederationRestore(String) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
requestFederationRestore(String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
requestFederationRestore(String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
requestFederationRestoreFailed(int, String, String) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
requestFederationRestoreFailed(String, String) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
requestFederationRestoreSucceeded(int, String) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
requestFederationRestoreSucceeded(String) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
requestFederationSave(String, double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
requestFederationSave(String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
requestFederationSave(String, LogicalTime) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
requestFederationSave(String) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
requestFederationSave(String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
requestFederationSave(String, byte[]) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
requestFederationSave(String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
requestFederationSave(String, LogicalTime) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
requestHandler - Variable in class org.portico.core.RTIConnection
 
requestObjectAttributeValueUpdate(int, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
requestObjectAttributeValueUpdate(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
requestObjectAttributeValueUpdate(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
requestRetraction(int, int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
requestRetraction(EventRetractionHandle) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
requestSink - Variable in class org.portico.core.fedex.Federation
 
requestSink - Variable in class org.portico.lrc.LRC
 
reserveObjectInstanceName(String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
resignAction - Variable in class org.portico.shared.msg.RTI_ResignFederation
 
resignedFederation(Federate) - Method in class org.portico.core.fedex.TimeManager
The given Federate has just resigned from the Federation.
resignFederate(String) - Method in class org.portico.core.fedex.Federation
Remove the joined federate from this federation.
resignFederationExecution(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
resignFederationExecution(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
resignFederationExecution(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
resignFederationExecution(ResignAction) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
retract(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
retract(EventRetractionHandle) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
retract(EventRetractionHandle) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
retract(MessageRetractionHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
roQueue - Variable in class org.portico.lrc.LRCQueue
 
router - Variable in class org.portico.core.fedex.Federate
 
rti - Variable in class org.portico.core.BootstrapManager
 
rti - Variable in class org.portico.core.fedex.Federation
 
rti - Variable in class org.portico.core.FedexFactory
 
rti - Variable in class org.portico.core.RTIConnection
 
RTI_AssociateForUpdates - Class in org.portico.shared.msg
This message represents a request to associate a group of attributes with a specified region so that when updates are sent out, subscribers are filtered based on those regions.
RTI_AssociateForUpdates() - Constructor for class org.portico.shared.msg.RTI_AssociateForUpdates
 
RTI_AssociateForUpdates(int, int, HashSet<Integer>) - Constructor for class org.portico.shared.msg.RTI_AssociateForUpdates
 
RTI_CreateFederation - Class in org.portico.shared.msg
Contains information relating to a request to create a new federation.
RTI_CreateFederation() - Constructor for class org.portico.shared.msg.RTI_CreateFederation
 
RTI_CreateFederation(String, URL) - Constructor for class org.portico.shared.msg.RTI_CreateFederation
 
RTI_CreateRegion - Class in org.portico.shared.msg
Indicate to the RTI that a new RegionInstance has been created for the sending federate.
RTI_CreateRegion() - Constructor for class org.portico.shared.msg.RTI_CreateRegion
 
RTI_CreateRegion(int, int) - Constructor for class org.portico.shared.msg.RTI_CreateRegion
 
RTI_DeleteObject - Class in org.portico.shared.msg
This message is a notification to the RTI that the object of the contained handle should be deleted.
RTI_DeleteObject() - Constructor for class org.portico.shared.msg.RTI_DeleteObject
 
RTI_DeleteObject(int, byte[]) - Constructor for class org.portico.shared.msg.RTI_DeleteObject
 
RTI_DeleteObject(int, byte[], double) - Constructor for class org.portico.shared.msg.RTI_DeleteObject
 
RTI_DeleteRegion - Class in org.portico.shared.msg
This class signals a requests to delete a region instance.
RTI_DeleteRegion(int) - Constructor for class org.portico.shared.msg.RTI_DeleteRegion
 
RTI_DestroyFederation - Class in org.portico.shared.msg
This message represents a request to destroy a federation of the supplied name.
RTI_DestroyFederation() - Constructor for class org.portico.shared.msg.RTI_DestroyFederation
 
RTI_DestroyFederation(String) - Constructor for class org.portico.shared.msg.RTI_DestroyFederation
 
RTI_DisableTimeConstrained - Class in org.portico.shared.msg
 
RTI_DisableTimeConstrained() - Constructor for class org.portico.shared.msg.RTI_DisableTimeConstrained
 
RTI_DisableTimeRegulation - Class in org.portico.shared.msg
 
RTI_DisableTimeRegulation() - Constructor for class org.portico.shared.msg.RTI_DisableTimeRegulation
 
RTI_EnableTimeConstrained - Class in org.portico.shared.msg
 
RTI_EnableTimeConstrained() - Constructor for class org.portico.shared.msg.RTI_EnableTimeConstrained
 
RTI_EnableTimeRegulation - Class in org.portico.shared.msg
This message represents a request to enable time regulation for the given federate.
RTI_EnableTimeRegulation() - Constructor for class org.portico.shared.msg.RTI_EnableTimeRegulation
 
RTI_EnableTimeRegulation(double, double) - Constructor for class org.portico.shared.msg.RTI_EnableTimeRegulation
 
RTI_HOME - Static variable in class org.portico.core.MainProperties
The location of the portico installation
RTI_JoinFederation - Class in org.portico.shared.msg
Contains information relevant to joining a federation.
RTI_JoinFederation() - Constructor for class org.portico.shared.msg.RTI_JoinFederation
 
RTI_JoinFederation(String, String) - Constructor for class org.portico.shared.msg.RTI_JoinFederation
 
RTI_LocalDelete - Class in org.portico.shared.msg
The given federate has informed that RTI that it basically wishes to undiscover an object instance.
RTI_LocalDelete() - Constructor for class org.portico.shared.msg.RTI_LocalDelete
 
RTI_LocalDelete(int) - Constructor for class org.portico.shared.msg.RTI_LocalDelete
 
RTI_ModifyLookahead - Class in org.portico.shared.msg
 
RTI_ModifyLookahead() - Constructor for class org.portico.shared.msg.RTI_ModifyLookahead
 
RTI_ModifyLookahead(double) - Constructor for class org.portico.shared.msg.RTI_ModifyLookahead
 
RTI_ModifyRegion - Class in org.portico.shared.msg
This reguest type is used to inform the RTI that a RegionInstance should be modified.
RTI_ModifyRegion(RegionInstance) - Constructor for class org.portico.shared.msg.RTI_ModifyRegion
 
RTI_ModifyRegion(Object) - Constructor for class org.portico.shared.msg.RTI_ModifyRegion
 
RTI_NAME - Static variable in class org.portico.shared.PorticoConstants
The official name for the RTI, used in the RTIFactory
RTI_NextEventRequest - Class in org.portico.shared.msg
This message represents a request to advance the time of the federate to a value equal to that of the next available TSO message.
RTI_NextEventRequest() - Constructor for class org.portico.shared.msg.RTI_NextEventRequest
 
RTI_NextEventRequest(double) - Constructor for class org.portico.shared.msg.RTI_NextEventRequest
 
RTI_NextEventRequest(double, boolean) - Constructor for class org.portico.shared.msg.RTI_NextEventRequest
 
RTI_PublishInteractionClass - Class in org.portico.shared.msg
 
RTI_PublishInteractionClass() - Constructor for class org.portico.shared.msg.RTI_PublishInteractionClass
 
RTI_PublishInteractionClass(int) - Constructor for class org.portico.shared.msg.RTI_PublishInteractionClass
 
RTI_PublishObjectClass - Class in org.portico.shared.msg
This message class contains the handle of the class and the attribute handles that the target federate wishes to publish.
RTI_PublishObjectClass() - Constructor for class org.portico.shared.msg.RTI_PublishObjectClass
 
RTI_PublishObjectClass(int, HashSet<Integer>) - Constructor for class org.portico.shared.msg.RTI_PublishObjectClass
 
RTI_QueryGALT - Class in org.portico.shared.msg
 
RTI_QueryGALT() - Constructor for class org.portico.shared.msg.RTI_QueryGALT
 
RTI_RegisterObject - Class in org.portico.shared.msg
This message is a notification of a request to register an object instance.
RTI_RegisterObject() - Constructor for class org.portico.shared.msg.RTI_RegisterObject
 
RTI_RegisterObject(int) - Constructor for class org.portico.shared.msg.RTI_RegisterObject
 
RTI_RegisterObject(int, String) - Constructor for class org.portico.shared.msg.RTI_RegisterObject
 
RTI_RegisterObject(int, int[], int[]) - Constructor for class org.portico.shared.msg.RTI_RegisterObject
 
RTI_RegisterObject(int, String, int[], int[]) - Constructor for class org.portico.shared.msg.RTI_RegisterObject
 
RTI_RequestClassUpdate - Class in org.portico.shared.msg
Request the update of all instances for a given class (or its subclasses) by the federates that own the instances.
RTI_RequestClassUpdate() - Constructor for class org.portico.shared.msg.RTI_RequestClassUpdate
 
RTI_RequestClassUpdate(int, Set<Integer>, byte[]) - Constructor for class org.portico.shared.msg.RTI_RequestClassUpdate
 
RTI_RequestClassUpdate(int, Set<Integer>, byte[], int) - Constructor for class org.portico.shared.msg.RTI_RequestClassUpdate
 
RTI_RequestMessage - Class in org.portico.shared.msg
This class should be the parent class of all request messages that start at the federate and are sent to the RTI.
RTI_RequestMessage() - Constructor for class org.portico.shared.msg.RTI_RequestMessage
 
RTI_RequestObjectUpdate - Class in org.portico.shared.msg
Request the update of the attributes for a given object instance by the federates that own them.
RTI_RequestObjectUpdate() - Constructor for class org.portico.shared.msg.RTI_RequestObjectUpdate
 
RTI_RequestObjectUpdate(int, HashSet<Integer>) - Constructor for class org.portico.shared.msg.RTI_RequestObjectUpdate
 
RTI_RequestObjectUpdate(int, HashSet<Integer>, byte[]) - Constructor for class org.portico.shared.msg.RTI_RequestObjectUpdate
 
RTI_ResignFederation - Class in org.portico.shared.msg
Message to RTI that a resign should occur.
RTI_ResignFederation() - Constructor for class org.portico.shared.msg.RTI_ResignFederation
 
RTI_ResignFederation(JResignAction) - Constructor for class org.portico.shared.msg.RTI_ResignFederation
 
RTI_SendInteraction - Class in org.portico.shared.msg
This message represents a request to send an interaction with the given set of parameters.
RTI_SendInteraction() - Constructor for class org.portico.shared.msg.RTI_SendInteraction
 
RTI_SendInteraction(int, byte[], HashMap<Integer, byte[]>) - Constructor for class org.portico.shared.msg.RTI_SendInteraction
 
RTI_SendInteraction(int, byte[], HashMap<Integer, byte[]>, int) - Constructor for class org.portico.shared.msg.RTI_SendInteraction
 
RTI_SendInteraction(int, byte[], HashMap<Integer, byte[]>, double) - Constructor for class org.portico.shared.msg.RTI_SendInteraction
 
RTI_SendInteraction(int, byte[], HashMap<Integer, byte[]>, int, double) - Constructor for class org.portico.shared.msg.RTI_SendInteraction
 
RTI_SubscribeInteractionClass - Class in org.portico.shared.msg
This message class represents an interaction subscription request.
RTI_SubscribeInteractionClass() - Constructor for class org.portico.shared.msg.RTI_SubscribeInteractionClass
 
RTI_SubscribeInteractionClass(int) - Constructor for class org.portico.shared.msg.RTI_SubscribeInteractionClass
 
RTI_SubscribeInteractionClass(int, int) - Constructor for class org.portico.shared.msg.RTI_SubscribeInteractionClass
 
RTI_SubscribeObjectClass - Class in org.portico.shared.msg
This message class contains the handle of the class and the attribute handles that the target federate wishes to subscribe to.
RTI_SubscribeObjectClass() - Constructor for class org.portico.shared.msg.RTI_SubscribeObjectClass
 
RTI_SubscribeObjectClass(int, HashSet<Integer>, boolean) - Constructor for class org.portico.shared.msg.RTI_SubscribeObjectClass
 
RTI_SubscribeObjectClass(int, HashSet<Integer>, boolean, int) - Constructor for class org.portico.shared.msg.RTI_SubscribeObjectClass
 
RTI_SyncAchieved - Class in org.portico.shared.msg
Signal to the RTI that the fedeate has achieved the sync point with the given label
RTI_SyncAchieved() - Constructor for class org.portico.shared.msg.RTI_SyncAchieved
 
RTI_SyncAchieved(String) - Constructor for class org.portico.shared.msg.RTI_SyncAchieved
 
RTI_SyncPointReg - Class in org.portico.shared.msg
This message represents a request to register a sync point with the federation
RTI_SyncPointReg() - Constructor for class org.portico.shared.msg.RTI_SyncPointReg
 
RTI_SyncPointReg(String, byte[]) - Constructor for class org.portico.shared.msg.RTI_SyncPointReg
 
RTI_SyncPointReg(String, byte[], HashSet<Integer>) - Constructor for class org.portico.shared.msg.RTI_SyncPointReg
 
RTI_TimeAdvanceRequest - Class in org.portico.shared.msg
This message is used to convey a time advance request.
RTI_TimeAdvanceRequest() - Constructor for class org.portico.shared.msg.RTI_TimeAdvanceRequest
 
RTI_TimeAdvanceRequest(double) - Constructor for class org.portico.shared.msg.RTI_TimeAdvanceRequest
 
RTI_TimeAdvanceRequest(double, boolean) - Constructor for class org.portico.shared.msg.RTI_TimeAdvanceRequest
 
RTI_UnassociateForUpdates - Class in org.portico.shared.msg
This message represents a request to unassociate a given region for all the attributes of the identified object instance that are currently associated with the region.
RTI_UnassociateForUpdates() - Constructor for class org.portico.shared.msg.RTI_UnassociateForUpdates
 
RTI_UnassociateForUpdates(int, int) - Constructor for class org.portico.shared.msg.RTI_UnassociateForUpdates
 
RTI_UnpublishInteractionClass - Class in org.portico.shared.msg
 
RTI_UnpublishInteractionClass() - Constructor for class org.portico.shared.msg.RTI_UnpublishInteractionClass
 
RTI_UnpublishInteractionClass(int) - Constructor for class org.portico.shared.msg.RTI_UnpublishInteractionClass
 
RTI_UnpublishObjectClass - Class in org.portico.shared.msg
 
RTI_UnpublishObjectClass() - Constructor for class org.portico.shared.msg.RTI_UnpublishObjectClass
 
RTI_UnpublishObjectClass(int) - Constructor for class org.portico.shared.msg.RTI_UnpublishObjectClass
 
RTI_UnpublishObjectClass(int, HashSet<Integer>) - Constructor for class org.portico.shared.msg.RTI_UnpublishObjectClass
 
RTI_UnsubscribeInteractionClass - Class in org.portico.shared.msg
This message class represents an interaction unsubscription request.
RTI_UnsubscribeInteractionClass() - Constructor for class org.portico.shared.msg.RTI_UnsubscribeInteractionClass
 
RTI_UnsubscribeInteractionClass(int) - Constructor for class org.portico.shared.msg.RTI_UnsubscribeInteractionClass
 
RTI_UnsubscribeInteractionClass(int, int) - Constructor for class org.portico.shared.msg.RTI_UnsubscribeInteractionClass
 
RTI_UnsubscribeObjectClass - Class in org.portico.shared.msg
 
RTI_UnsubscribeObjectClass() - Constructor for class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
RTI_UnsubscribeObjectClass(int) - Constructor for class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
RTI_UnsubscribeObjectClass(int, HashSet<Integer>) - Constructor for class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
RTI_UnsubscribeObjectClass(int, int) - Constructor for class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
RTI_UpdateAttributes - Class in org.portico.shared.msg
This message represents a request to update the values of a group of attributes contained in a specific object instance.
RTI_UpdateAttributes() - Constructor for class org.portico.shared.msg.RTI_UpdateAttributes
 
RTI_UpdateAttributes(int, byte[], HashMap<Integer, byte[]>) - Constructor for class org.portico.shared.msg.RTI_UpdateAttributes
 
RTI_UpdateAttributes(int, byte[], HashMap<Integer, byte[]>, double) - Constructor for class org.portico.shared.msg.RTI_UpdateAttributes
 
RTI_VERSION - Static variable in class org.portico.shared.PorticoConstants
The current version of the RTI
rtiamb - Variable in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
rtiButton - Variable in class org.portico.core.gui.ManagementGUI
 
rtiConnection - Variable in class org.portico.binding.jsop.rti.JSOPActiveConnection
 
RTIConnection - Class in org.portico.core
As discussed in the documentation on the wiki, the entire communications sub-system is abstracted from the rest of the RTI.
RTIConnection() - Constructor for class org.portico.core.RTIConnection
 
RTIExec - Class in org.portico.core
The {#link RTIExce} class is the main component that comprises the RTI.
RTIExec() - Constructor for class org.portico.core.RTIExec
Creates a new RTIExec, creating all its components at the same time (such as the BootstrapManager and the MulticastRegistry.
rtiexec - Variable in class org.portico.core.ShutdownHook
 
rtiLock - Variable in class org.portico.core.fedex.LockStore
 
rtiMenuItem - Variable in class org.portico.core.gui.ManagementGUI
 
RtiName() - Method in class org.portico.dlc.HLA13RTIFactory
 
RtiName() - Method in class org.portico.dlc.HLA1516RTIFactory
 
rtiPlugins - Variable in class org.portico.shared.plugin.LoadedLibrary
 
rtiPlugins - Variable in class org.portico.shared.plugin.PluginLocator
 
rtiReadLock - Variable in class org.portico.core.fedex.LockStore
 
rtiRunning - Variable in class org.portico.core.gui.ManagementGUI
 
RtiVersion() - Method in class org.portico.dlc.HLA13RTIFactory
 
RtiVersion() - Method in class org.portico.dlc.HLA1516RTIFactory
 
rtiWriteLock - Variable in class org.portico.core.fedex.LockStore
 
run() - Method in class org.portico.binding.jsop.lrc.JSOPClientConnection
As messages could come in from the RTI at any point, this method should be started in a new Thread to sit and listen for any communications.
run() - Method in class org.portico.binding.jsop.rti.JSOPActiveConnection
This method will gain access to the incoming and outgoing streams of the socket used to create this instance.
run() - Method in class org.portico.binding.jsop.rti.JSOPDaemon
This method will start listening on the server socket, creating a new JSOPActiveConnection for each client that contacts it.
run() - Method in class org.portico.core.EmbeddedExecutor.EEThread
 
run() - Method in class org.portico.core.fedex.ActionQueueProcessor
This method will first initialize the sink (through ActionQueueProcessor.initialize() and will then start it running.
run() - Method in class org.portico.core.fedex.CallbackQueueProcessor.CQProcessor
 
run() - Method in class org.portico.core.MulticastRegistry
Executes a loop listening for incoming requests and answering back with the appropriate information.
run() - Method in class org.portico.core.ShutdownHook
If the RTIExec associated with the shutdown hook is currently running, it will ask it to shutdown.
runConfigurator(String[]) - Method in class org.portico.core.config.CLConfigurator
Runs the configurator.
running - Variable in class org.portico.core.fedex.Federation
 
running - Variable in class org.portico.core.MulticastRegistry
 
running - Variable in class org.portico.core.RTIExec
 

S

scan(String, Logger) - Method in class org.portico.shared.plugin.PluginLocator
This method will scan the given directory for all jar files and will return a list of LoadedLibrary instances containing the information about any that were found, as long as they were not previously loaded (previously loaded files will be ignored).
scanForPluginData(LoadedLibrary, Logger) - Method in class org.portico.shared.plugin.PluginLocator
This method will scan the given library for any RTI or LRC plugin configuration data.
scanForPluginData(LoadedLibrary, String, String, Logger) - Method in class org.portico.shared.plugin.PluginLocator
This method performs the actual scanning.
scrollPane - Variable in class org.portico.core.gui.ManagementGUI
 
sendCallback(MessageContext) - Method in class org.portico.binding.jsop.rti.JSOPActiveConnection.JSOPServerConnection
Writes the request portion of the message down the socket connection.
sendCallback(MessageContext) - Method in class org.portico.binding.jvm.JVMServerConnection
Passes the given message over to the linked JVMClientConnection where it is given to the LRC for processing.
sendCallback(MessageContext) - Method in class org.portico.core.fedex.Federate
In order to verify thread-saftey, direct access to a federates connection is not provided.
sendCallback(MessageContext) - Method in class org.portico.core.fedex.mom.MomConnection
Receive callback messages from the RTI.
sendCallback(FED_ReflectAttributes, double) - Method in class org.portico.core.handlers.ACT_UpdateHandler
This method will queue the given callback and will log a message to record that it was sent.
sendCallback(MessageContext) - Method in class org.portico.core.RTIConnection
This method should be implemented by all subclasses in a manner specific to the communication mechanism that is in use.
sendInteraction(int, int[], byte[][], byte[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
sendInteraction(int, int[], byte[][], byte[], double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
sendInteraction(int, SuppliedParameters, byte[]) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
sendInteraction(int, SuppliedParameters, byte[], LogicalTime) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
sendInteraction(int, SuppliedParameters, byte[], String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
sendInteraction(int, SuppliedParameters, String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
sendInteraction(InteractionClassHandle, ParameterHandleValueMap, byte[]) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
sendInteraction(InteractionClassHandle, ParameterHandleValueMap, byte[], LogicalTime) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
sendInteractionWithRegion(int, int[], byte[][], byte[], Region) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
sendInteractionWithRegion(int, int[], byte[][], byte[], Region, double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
sendInteractionWithRegion(int, SuppliedParameters, byte[], Region) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
sendInteractionWithRegion(int, SuppliedParameters, byte[], Region, LogicalTime) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
sendInteractionWithRegion(int, SuppliedParameters, byte[], String, Region) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
sendInteractionWithRegion(int, SuppliedParameters, String, Region) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
sendInteractionWithRegions(InteractionClassHandle, ParameterHandleValueMap, RegionHandleSet, byte[]) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
sendInteractionWithRegions(InteractionClassHandle, ParameterHandleValueMap, RegionHandleSet, byte[], LogicalTime) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
sendMessage(MessageContext) - Method in class org.portico.binding.jsop.lrc.JSOPClientConnection
Sends the message to the RTI by writing the request to the outgoing stream.
sendMessage(MessageContext) - Method in class org.portico.binding.jvm.JVMClientConnection
Sends the given message to the RTI.
sendMessage(MessageContext) - Method in class org.portico.lrc.handlers.LRCMessageHandler
This method will take the given context and send it to the RTI.
sendMessage(MessageContext) - Method in class org.portico.lrc.LRCConnection
Any connection implementation must implement this method in the manner appropriate for the connection type.
sendRequest(RTI_RequestMessage) - Method in class org.portico.core.fedex.mom.MomManager
Process the given request message.
serialVersionUID - Static variable in class org.portico.core.gui.ManagementGUI
 
serialVersionUID - Static variable in class org.portico.core.msg.INT_NewSubscription
 
serialVersionUID - Static variable in class org.portico.core.msg.INT_ObjectRegistered
 
serialVersionUID - Static variable in exception org.portico.impl.hla13.fomparser.ParseException
 
serialVersionUID - Static variable in error org.portico.impl.hla13.fomparser.TokenMgrError
 
serialVersionUID - Static variable in class org.portico.impl.hla13.types.HLA13AttributeHandleSet
 
serialVersionUID - Static variable in class org.portico.impl.hla13.types.HLA13ByteArrayMap.Pair
 
serialVersionUID - Static variable in class org.portico.impl.hla13.types.HLA13ByteArrayMap
 
serialVersionUID - Static variable in class org.portico.impl.hla13.types.HLA13FederateHandleSet
 
serialVersionUID - Static variable in class org.portico.impl.hla13.types.HLA13Set
 
serialVersionUID - Static variable in class org.portico.impl.hla13.types.HLA13SuppliedAttributes
 
serialVersionUID - Static variable in class org.portico.impl.hla13.types.HLA13SuppliedParameters
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.DoubleTime
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.DoubleTimeFactory
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.DoubleTimeInterval
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.DoubleTimeIntervalFactory
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516AttributeHandle
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516AttributeHandleFactory
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516AttributeHandleSet
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516AttributeHandleSetFactory
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516AttributeHandleValueMap
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516AttributeHandleValueMapFactory
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516FederateHandle
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516FederateHandleFactory
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516FederateHandleSet
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516FederateHandleSetFactory
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516Handle
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516InteractionClassHandle
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516InteractionClassHandleFactory
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516ObjectClassHandle
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516ObjectClassHandleFactory
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516ObjectInstanceHandle
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516ObjectInstanceHandleFactory
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516ParameterHandle
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516ParameterHandleFactory
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516ParameterHandleValueMap
 
serialVersionUID - Static variable in class org.portico.impl.hla1516.types.HLA1516ParameterHandleValueMapFactory
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JArrayIndexOutOfBounds
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JAttributeNotDefined
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JAttributeNotOwned
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JAttributeNotPublished
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JConcurrentAccessAttempted
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JCouldNotOpenFED
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JDeletePrivilegeNotHeld
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JEnableTimeConstrainedPending
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JEnableTimeRegulationPending
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JErrorReadingFED
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JException
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JFederateAlreadyExecutionMember
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JFederateNotExecutionMember
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JFederateOwnsAttributes
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JFederatesCurrentlyJoined
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JFederationExecutionAlreadyExists
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JFederationExecutionDoesNotExist
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JFederationTimeAlreadyPassed
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JInteractionClassNotDefined
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JInteractionClassNotPublished
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JInteractionClassNotSubscribed
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JInteractionParameterNotDefined
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JInvalidExtents
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JInvalidFederationTime
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JInvalidLookahead
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JInvalidRegionContext
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JInvalidResignAction
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JObjectAlreadyRegistered
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JObjectClassNotDefined
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JObjectClassNotPublished
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JObjectClassNotSubscribed
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JObjectNotKnown
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JOwnershipAcquisitionPending
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JRegionInUse
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JRegionNotKnown
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JRestoreInProgress
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JRestoreNotRequested
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JRTIinternalError
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JSaveInProgress
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JSaveNotInitiated
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JSpaceNotDefined
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JSynchronizationLabelNotAnnounced
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JTimeAdvanceAlreadyInProgress
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JTimeConstrainedAlreadyEnabled
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JTimeConstrainedWasNotEnabled
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JTimeRegulationAlreadyEnabled
 
serialVersionUID - Static variable in exception org.portico.shared.compat.JTimeRegulationWasNotEnabled
 
serialVersionUID - Static variable in class org.portico.shared.model.ACInstance
 
serialVersionUID - Static variable in class org.portico.shared.model.ACMetadata
 
serialVersionUID - Static variable in class org.portico.shared.model.Dimension
 
serialVersionUID - Static variable in class org.portico.shared.model.Extent.Range
 
serialVersionUID - Static variable in class org.portico.shared.model.Extent
 
serialVersionUID - Static variable in class org.portico.shared.model.ICMetadata
 
serialVersionUID - Static variable in class org.portico.shared.model.ObjectModel
 
serialVersionUID - Static variable in class org.portico.shared.model.OCInstance
 
serialVersionUID - Static variable in class org.portico.shared.model.OCMetadata
 
serialVersionUID - Static variable in class org.portico.shared.model.PCMetadata
 
serialVersionUID - Static variable in class org.portico.shared.model.RegionInstance
 
serialVersionUID - Static variable in class org.portico.shared.model.Space
 
serialVersionUID - Static variable in class org.portico.shared.msg.EXT_Terminate
 
serialVersionUID - Static variable in class org.portico.shared.msg.EXT_TerminateLRC
 
serialVersionUID - Static variable in class org.portico.shared.msg.FED_AdvanceGranted
 
serialVersionUID - Static variable in class org.portico.shared.msg.FED_CallbackMessage
 
serialVersionUID - Static variable in class org.portico.shared.msg.FED_ConstrainedEnabled
 
serialVersionUID - Static variable in class org.portico.shared.msg.FED_DiscoverObject
 
serialVersionUID - Static variable in class org.portico.shared.msg.FED_ProvideUpdate
 
serialVersionUID - Static variable in class org.portico.shared.msg.FED_ReceiveInteraction
 
serialVersionUID - Static variable in class org.portico.shared.msg.FED_ReflectAttributes
 
serialVersionUID - Static variable in class org.portico.shared.msg.FED_RegulationEnabled
 
serialVersionUID - Static variable in class org.portico.shared.msg.FED_RemoveObject
 
serialVersionUID - Static variable in class org.portico.shared.msg.FED_Synchronized
 
serialVersionUID - Static variable in class org.portico.shared.msg.FED_SyncPointAnnounced
 
serialVersionUID - Static variable in class org.portico.shared.msg.FED_SyncPointRegResult
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_AssociateForUpdates
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_CreateFederation
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_CreateRegion
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_DeleteObject
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_DeleteRegion
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_DestroyFederation
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_DisableTimeConstrained
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_DisableTimeRegulation
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_EnableTimeConstrained
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_EnableTimeRegulation
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_JoinFederation
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_LocalDelete
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_ModifyLookahead
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_ModifyRegion
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_NextEventRequest
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_PublishInteractionClass
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_PublishObjectClass
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_QueryGALT
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_RegisterObject
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_RequestClassUpdate
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_RequestMessage
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_RequestObjectUpdate
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_ResignFederation
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_SendInteraction
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_SubscribeInteractionClass
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_SyncAchieved
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_SyncPointReg
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_TimeAdvanceRequest
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_UnassociateForUpdates
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_UnpublishInteractionClass
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_UnpublishObjectClass
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_UnsubscribeInteractionClass
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
serialVersionUID - Static variable in class org.portico.shared.msg.RTI_UpdateAttributes
 
server - Variable in class org.portico.binding.jvm.JVMClientConnection
 
serverConnection - Variable in class org.portico.shared.msg.RTI_JoinFederation
 
serverSocket - Variable in class org.portico.binding.jsop.rti.JSOPDaemon
 
setActive(boolean) - Method in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
setAdvancing() - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.setAdvancing(Federate, org.portico.core.fedex.TimeManager.TAR) passing TimeManager.TAR.REQUESTED.
setAdvancing(Federate, TimeManager.TAR) - Method in class org.portico.core.fedex.TimeManager
Changes the current advancing state of the given federate.
setAdvancing(boolean) - Method in class org.portico.lrc.LRCState
 
setAdvancingAvailable() - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.setAdvancing(Federate, org.portico.core.fedex.TimeManager.TAR) passing TimeManager.TAR.AVAILABLE
setAsync(boolean) - Method in class org.portico.lrc.LRCQueue
Enable or Disable asynchronous delivery.
setAsynchronousDelivery(boolean) - Method in class org.portico.lrc.LRCState
This will enable/disable asynchronous delivery.
setAttributeHandles(HashSet<Integer>) - Method in class org.portico.shared.msg.RTI_PublishObjectClass
 
setAttributeHandles(HashSet<Integer>) - Method in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
setAttributes(Set<Integer>) - Method in class org.portico.shared.msg.FED_ProvideUpdate
 
setAttributes(HashMap<Integer, byte[]>) - Method in class org.portico.shared.msg.FED_ReflectAttributes
 
setAttributes(HashSet<Integer>) - Method in class org.portico.shared.msg.RTI_AssociateForUpdates
 
setAttributes(ArrayList<Integer>) - Method in class org.portico.shared.msg.RTI_RegisterObject
 
setAttributes(Set<Integer>) - Method in class org.portico.shared.msg.RTI_RequestClassUpdate
 
setAttributes(HashSet<Integer>) - Method in class org.portico.shared.msg.RTI_RequestObjectUpdate
 
setAttributes(HashSet<Integer>) - Method in class org.portico.shared.msg.RTI_UnpublishObjectClass
 
setAttributes(HashSet<Integer>) - Method in class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
setAttributes(HashMap<Integer, byte[]>) - Method in class org.portico.shared.msg.RTI_UpdateAttributes
 
setClassHandle(int) - Method in class org.portico.core.msg.INT_NewSubscription
 
setClassHandle(int) - Method in class org.portico.shared.msg.RTI_PublishInteractionClass
 
setClassHandle(int) - Method in class org.portico.shared.msg.RTI_PublishObjectClass
 
setClassHandle(int) - Method in class org.portico.shared.msg.RTI_RegisterObject
 
setClassHandle(int) - Method in class org.portico.shared.msg.RTI_RequestClassUpdate
 
setClassHandle(int) - Method in class org.portico.shared.msg.RTI_SubscribeInteractionClass
 
setClassHandle(int) - Method in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
setClassHandle(int) - Method in class org.portico.shared.msg.RTI_UnpublishInteractionClass
 
setClassHandle(int) - Method in class org.portico.shared.msg.RTI_UnpublishObjectClass
 
setClassHandle(int) - Method in class org.portico.shared.msg.RTI_UnsubscribeInteractionClass
 
setClassHandle(int) - Method in class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
setConfigFile(String) - Static method in class org.portico.core.MainProperties
 
setConnection(Federation) - Method in class org.portico.core.fedex.Federate.MessageRouter
Update the connection
setConnection(RTIConnection) - Method in class org.portico.core.fedex.Federate
Sets this federates connection (only works if the given connection is not null).
setConstrained(boolean) - Method in class org.portico.lrc.LRCQueue
Informs the queue of an update to the constrained status of the federate.
setConstrained(LRCState.Status) - Method in class org.portico.lrc.LRCState
Enable/Disable time constrained.
setContainer(OCInstance) - Method in class org.portico.shared.model.ACInstance
 
setContainer(OCMetadata) - Method in class org.portico.shared.model.ACMetadata
 
setContainer(Space) - Method in class org.portico.shared.model.Dimension
 
setContainer(ICMetadata) - Method in class org.portico.shared.model.PCMetadata
 
setCurrentTime(double) - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.setCurrentTime(Federate, double)
setCurrentTime(Federate, double) - Method in class org.portico.core.fedex.TimeManager
Shortcut to set the current time on the time status for the given Federate
setCurrentTime(double) - Method in class org.portico.lrc.LRCState
 
setDebugStream(PrintStream) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
setDiagnosticRun(boolean) - Static method in class org.portico.core.MainProperties
 
setDiscoveredClass(int) - Method in class org.portico.shared.msg.FED_DiscoverObject
 
setEpsilon() - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
setExecutionName(String) - Method in class org.portico.core.RTIExec
Sets the execution name, this will only work if the configured switch has not yet been set to true (so that it can only be changed during the configuration process)
setExtent(Extent, int) - Method in class org.portico.shared.model.RegionInstance
Set the extent at the given index.
setFederate(Federate) - Method in class org.portico.core.msg.INT_NewSubscription
 
setFederateAmbassador(FederateAmbassador) - Method in class org.portico.impl.hla13.Impl13Helper
 
setFederateAmbassador(FederateAmbassador) - Method in class org.portico.impl.hla13.ImplJava1Helper
 
setFederateAmbassador(FederateAmbassador) - Method in class org.portico.impl.hla1516.Impl1516Helper
 
setFederateHandle(int) - Method in class org.portico.lrc.LRCState
 
setFederateName(String) - Method in class org.portico.lrc.LRCState
 
setFederateName(String) - Method in class org.portico.shared.msg.RTI_JoinFederation
 
setFederateTime(double) - Method in class org.portico.shared.msg.RTI_EnableTimeRegulation
 
setFederation(Federation) - Method in class org.portico.core.fedex.Federate
When this Federate joins a Federation, this method is called.
setFederationName(String) - Method in class org.portico.lrc.LRCState
 
setFederationName(String) - Method in class org.portico.shared.msg.RTI_CreateFederation
 
setFederationName(String) - Method in class org.portico.shared.msg.RTI_DestroyFederation
 
setFederationName(String) - Method in class org.portico.shared.msg.RTI_JoinFederation
 
setFinal() - Method in class org.portico.impl.hla13.types.DoubleTime
 
setFOM(ObjectModel) - Method in class org.portico.lrc.LRCState
 
setHandle(int) - Method in class org.portico.core.fedex.Federate
 
setHandle(int) - Method in class org.portico.shared.model.Dimension
 
setHandle(int) - Method in class org.portico.shared.model.OCInstance
 
setHandleSet(Set<Integer>) - Method in class org.portico.shared.msg.RTI_SyncPointReg
 
setInitial() - Method in class org.portico.impl.hla13.types.DoubleTime
 
setInstance(OCInstance) - Method in class org.portico.core.msg.INT_ObjectRegistered
 
setInteractionId(int) - Method in class org.portico.shared.msg.FED_ReceiveInteraction
 
setInteractionId(int) - Method in class org.portico.shared.msg.RTI_SendInteraction
 
setInteractionRoot(ICMetadata) - Method in class org.portico.shared.model.ObjectModel
Designate the given class as the interaction root of this FOM.
setInterval(double) - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
setJoined(boolean) - Method in class org.portico.core.fedex.Federate
 
setJoined(boolean) - Method in class org.portico.lrc.LRCState
 
setLabel(String) - Method in class org.portico.shared.msg.FED_Synchronized
 
setLabel(String) - Method in class org.portico.shared.msg.FED_SyncPointAnnounced
 
setLabel(String) - Method in class org.portico.shared.msg.FED_SyncPointRegResult
 
setLabel(String) - Method in class org.portico.shared.msg.RTI_SyncAchieved
 
setLabel(String) - Method in class org.portico.shared.msg.RTI_SyncPointReg
 
setLookahead(double) - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.setLookahead(Federate, double)
setLookahead(Federate, double) - Method in class org.portico.core.fedex.TimeManager
 
setLookahead(double) - Method in class org.portico.lrc.LRCState
 
setLookahead(double) - Method in class org.portico.shared.msg.RTI_EnableTimeRegulation
 
setLRCConnection(LRCConnection) - Method in class org.portico.lrc.LRC
 
setModel(ObjectModel) - Method in class org.portico.shared.model.OCMetadata
 
setModel(ObjectModel) - Method in class org.portico.shared.model.Space
 
setModel(ObjectModel) - Method in class org.portico.shared.msg.RTI_CreateFederation
 
setMulticastRegistry(boolean) - Static method in class org.portico.core.MainProperties
 
setName(String) - Method in class org.portico.shared.model.Dimension
 
setName(String) - Method in class org.portico.shared.model.OCInstance
 
setNera(boolean) - Method in class org.portico.shared.msg.RTI_NextEventRequest
 
setNewLookahead(double) - Method in class org.portico.shared.msg.RTI_ModifyLookahead
 
setNotAdvancing() - Method in class org.portico.core.fedex.FederateState
Wrapper to TimeManager.setAdvancing(Federate, org.portico.core.fedex.TimeManager.TAR) passing TimeManager.TAR.NONE
setNumberOfExtents(int) - Method in class org.portico.shared.msg.RTI_CreateRegion
 
setObjectHandle(int) - Method in class org.portico.shared.msg.FED_RemoveObject
 
setObjectHandle(int) - Method in class org.portico.shared.msg.RTI_AssociateForUpdates
 
setObjectHandle(int) - Method in class org.portico.shared.msg.RTI_DeleteObject
 
setObjectHandle(int) - Method in class org.portico.shared.msg.RTI_LocalDelete
 
setObjectHandle(int) - Method in class org.portico.shared.msg.RTI_UnassociateForUpdates
 
setObjectId(int) - Method in class org.portico.shared.msg.FED_ProvideUpdate
 
setObjectId(int) - Method in class org.portico.shared.msg.FED_ReflectAttributes
 
setObjectId(int) - Method in class org.portico.shared.msg.RTI_RequestObjectUpdate
 
setObjectId(int) - Method in class org.portico.shared.msg.RTI_UpdateAttributes
 
setObjectName(String) - Method in class org.portico.shared.msg.RTI_RegisterObject
 
setObjectRoot(OCMetadata) - Method in class org.portico.shared.model.ObjectModel
Designate the given class as the object root of this FOM.
setOInstance(OCInstance) - Method in class org.portico.shared.msg.FED_DiscoverObject
 
setOrder(Order) - Method in class org.portico.shared.model.ACMetadata
 
setOrder(Order) - Method in class org.portico.shared.model.ICMetadata
 
setOwner(int) - Method in class org.portico.shared.model.ACInstance
The federate handle of the owning federate.
setParameters(HashMap<Integer, byte[]>) - Method in class org.portico.shared.msg.FED_ReceiveInteraction
 
setParameters(HashMap<Integer, byte[]>) - Method in class org.portico.shared.msg.RTI_SendInteraction
 
setParent(ICMetadata) - Method in class org.portico.shared.model.ICMetadata
 
setParent(OCMetadata) - Method in class org.portico.shared.model.OCMetadata
Set the parent of this class
setPluginDirectory(String) - Static method in class org.portico.core.MainProperties
 
setPorticoHome(String) - Static method in class org.portico.core.MainProperties
 
setPrintFom(boolean) - Static method in class org.portico.core.MainProperties
 
setProperty(String, Object) - Method in class org.portico.core.fedex.FederateState
Add a property to the state.
setProperty(String, Object) - Method in class org.portico.core.fedex.FederationState
Add a property to the state.
setProperty(String, Object) - Method in class org.portico.lrc.LRCState
Add a property to the state.
setRange(Dimension, Extent.Range) - Method in class org.portico.shared.model.Extent
Sets the Extent.Range for the given Dimension in this Extent.
setRange(int, Extent.Range) - Method in class org.portico.shared.model.Extent
Sets the Extent.Range for the given dimension handle in this Extent.
setRangeBounds(RegionHandle, DimensionHandle, RangeBounds) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
setRangeLowerBound(int, int, long) - Method in class org.portico.impl.hla13.types.HLA13Region
Modify lower bound of extent along indicated dimension.
setRangeLowerBound(int, int, long) - Method in class org.portico.impl.hla13.types.Java1Region
Modify lower bound of extent along indicated dimension.
setRangeLowerBound(int, long) - Method in class org.portico.shared.model.Extent
Sets the lower bound for the range associated with the given dimension in this extent.
setRangeLowerBound(int, int, long) - Method in class org.portico.shared.model.RegionInstance
Modify lower bound of extent along indicated dimension.
setRangeUpperBound(int, int, long) - Method in class org.portico.impl.hla13.types.HLA13Region
Modify upper bound of extent along indicated dimension.
setRangeUpperBound(int, int, long) - Method in class org.portico.impl.hla13.types.Java1Region
Modify upper bound of extent along indicated dimension.
setRangeUpperBound(int, long) - Method in class org.portico.shared.model.Extent
Sets the upper bound for the range associated with the given dimension in this extent.
setRangeUpperBound(int, int, long) - Method in class org.portico.shared.model.RegionInstance
Modify upper bound of extent along indicated dimension.
setRegion(RegionInstance) - Method in class org.portico.shared.model.ACInstance
 
setRegion(RegionInstance) - Method in class org.portico.shared.msg.RTI_ModifyRegion
 
setRegionToken(int) - Method in class org.portico.shared.msg.RTI_AssociateForUpdates
 
setRegionToken(int) - Method in class org.portico.shared.msg.RTI_SendInteraction
 
setRegionToken(int) - Method in class org.portico.shared.msg.RTI_SubscribeInteractionClass
 
setRegionToken(int) - Method in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
setRegionToken(int) - Method in class org.portico.shared.msg.RTI_UnassociateForUpdates
 
setRegionToken(int) - Method in class org.portico.shared.msg.RTI_UnsubscribeInteractionClass
 
setRegionToken(int) - Method in class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
setRegionTokens(ArrayList<Integer>) - Method in class org.portico.shared.msg.RTI_RegisterObject
 
setRegulating(LRCState.Status) - Method in class org.portico.lrc.LRCState
 
setRequestedTime(double) - Method in class org.portico.lrc.LRCState
 
setRequestHandler(IMessageHandler) - Method in class org.portico.core.RTIConnection
This is called automatically by the framework when the connection is attached to a federate.
setResignAction(JResignAction) - Method in class org.portico.shared.msg.RTI_ResignFederation
 
setRtiExecution(RTIExec) - Method in class org.portico.core.RTIConnection
Like RTIConnection.setRequestHandler(IMessageHandler), this method is called automatically by the framework.
setServerConnection(Object) - Method in class org.portico.shared.msg.RTI_JoinFederation
 
setShutdownHook(boolean) - Static method in class org.portico.core.MainProperties
 
setSpace(Space) - Method in class org.portico.shared.model.ACMetadata
 
setSpace(Space) - Method in class org.portico.shared.model.ICMetadata
 
setSpaceHandle(int) - Method in class org.portico.shared.msg.RTI_CreateRegion
 
setSpecHelper(ISpecHelper) - Method in class org.portico.lrc.LRC
 
setStrictBootstrapStartup(boolean) - Static method in class org.portico.core.MainProperties
 
setSuccess(boolean) - Method in class org.portico.shared.msg.FED_SyncPointRegResult
 
setTabSize(int) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
setTag(byte[]) - Method in class org.portico.shared.msg.FED_ProvideUpdate
 
setTag(byte[]) - Method in class org.portico.shared.msg.FED_ReceiveInteraction
 
setTag(byte[]) - Method in class org.portico.shared.msg.FED_ReflectAttributes
 
setTag(byte[]) - Method in class org.portico.shared.msg.FED_RemoveObject
 
setTag(byte[]) - Method in class org.portico.shared.msg.FED_SyncPointAnnounced
 
setTag(byte[]) - Method in class org.portico.shared.msg.RTI_DeleteObject
 
setTag(byte[]) - Method in class org.portico.shared.msg.RTI_RequestClassUpdate
 
setTag(byte[]) - Method in class org.portico.shared.msg.RTI_RequestObjectUpdate
 
setTag(byte[]) - Method in class org.portico.shared.msg.RTI_SendInteraction
 
setTag(byte[]) - Method in class org.portico.shared.msg.RTI_SyncPointReg
 
setTag(byte[]) - Method in class org.portico.shared.msg.RTI_UpdateAttributes
 
setTara(boolean) - Method in class org.portico.shared.msg.RTI_TimeAdvanceRequest
 
setTargetFederate(String) - Method in class org.portico.shared.msg.FED_CallbackMessage
 
setTargetFederate(String) - Method in class org.portico.shared.msg.RTI_RequestMessage
 
setTicking(boolean) - Method in class org.portico.lrc.LRCState
 
setTime(double) - Method in class org.portico.impl.hla13.types.DoubleTime
 
setTime(double) - Method in class org.portico.impl.hla1516.types.DoubleTime
 
setTime(double) - Method in class org.portico.impl.hla1516.types.DoubleTimeInterval
 
setTime(double) - Method in class org.portico.shared.msg.FED_AdvanceGranted
 
setTime(double) - Method in class org.portico.shared.msg.FED_ConstrainedEnabled
 
setTime(double) - Method in class org.portico.shared.msg.FED_RegulationEnabled
 
setTime(double) - Method in class org.portico.shared.msg.RTI_NextEventRequest
 
setTime(double) - Method in class org.portico.shared.msg.RTI_TimeAdvanceRequest
 
setTimestamp(double) - Method in class org.portico.shared.msg.FED_CallbackMessage
 
setTimestamp(double) - Method in class org.portico.shared.msg.RTI_RequestMessage
 
setTo(LogicalTime) - Method in class org.portico.impl.hla13.types.DoubleTime
 
setTo(LogicalTimeInterval) - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
setToken(int) - Method in class org.portico.shared.model.RegionInstance
Set the unique handle for this region instance
setToString(Set<Integer>) - Static method in class org.portico.shared.PorticoConstants
This is a helper method that will convert a set of integers (presumed to be handles) into a String that lists them in the format: {1,2,3,x}
setTransport(Transport) - Method in class org.portico.shared.model.ACMetadata
 
setTransport(Transport) - Method in class org.portico.shared.model.ICMetadata
 
setType(ACMetadata) - Method in class org.portico.shared.model.ACInstance
 
setType(OCMetadata) - Method in class org.portico.shared.model.OCInstance
 
setURL(URL) - Method in class org.portico.shared.msg.RTI_CreateFederation
 
setUseDefaultConfig(boolean) - Static method in class org.portico.core.MainProperties
 
setUseMom(boolean) - Static method in class org.portico.core.MainProperties
 
setZero() - Method in class org.portico.impl.hla13.types.DoubleTimeInterval
 
shutdown() - Method in class org.portico.binding.jsop.rti.JSOPActiveConnection
Interrupts the running thread and gets it to close the socket connection and shutdown.
shutdown() - Method in class org.portico.binding.jsop.rti.JSOPDaemon
This method will close the daemon's server socket (provided that it is active).
shutdown() - Method in class org.portico.core.Bootstrap
This method will invoke the Bootstrap.stopBootstrap() method, the implementation of which has to be provided by the concrete class.
shutdown() - Method in class org.portico.core.fedex.CallbackQueueProcessor
This method will shutdown all of the threads managed by the processor.
shutdown() - Method in class org.portico.core.fedex.Federation
This method will stop the internal processing threads for this federation.
shutdown() - Method in class org.portico.core.gui.ManagementGUI
Do any cleanup necessary before exiting.
shutdown() - Method in class org.portico.core.MulticastRegistry
This method shuts down the multicast registry.
shutdown() - Method in class org.portico.core.RTIExec
This method contains all the shutdown processing fo the RTI execution.
SHUTDOWN_ON_END - Static variable in class org.portico.core.EmbeddedExecutor
 
ShutdownHook - Class in org.portico.core
Instances of this class should be registered as shutdown hooks so that when an execution exists, the active RTI executions can be shutdown.
ShutdownHook(RTIExec) - Constructor for class org.portico.core.ShutdownHook
 
SimpleCharStream - Class in org.portico.impl.hla13.fomparser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.portico.impl.hla13.fomparser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.portico.impl.hla13.fomparser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.portico.impl.hla13.fomparser.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.portico.impl.hla13.fomparser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.portico.impl.hla13.fomparser.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.portico.impl.hla13.fomparser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.portico.impl.hla13.fomparser.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class org.portico.impl.hla13.fomparser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.portico.impl.hla13.fomparser.SimpleCharStream
 
SINGLE_LINE_COMMENT - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
sink - Variable in class org.portico.core.fedex.ActionQueueProcessor
 
size() - Method in class org.portico.core.BootstrapManager
Return the number of bootstraps registered in this manager
size() - Method in class org.portico.impl.hla13.types.HLA13ByteArrayMap
 
size() - Method in class org.portico.impl.hla13.types.HLA13ReceivedInteraction
 
size() - Method in class org.portico.impl.hla13.types.HLA13ReflectedAttributes
 
size() - Method in class org.portico.impl.hla13.types.HLA13Set
 
SkipLexicalActions(Token) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
socket - Variable in class org.portico.binding.jsop.rti.JSOPActiveConnection
 
SOCKET_TIMEOUT - Static variable in class org.portico.binding.jsop.JSOPConstants
This is the timeout value set on the sockets used for sending messages to/from the RTI.
space(ObjectModel) - Method in class org.portico.impl.hla13.fomparser.FOM
 
SPACE - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
space - Variable in class org.portico.shared.model.ACMetadata
 
space - Variable in class org.portico.shared.model.ICMetadata
 
Space - Class in org.portico.shared.model
 
Space(String, int) - Constructor for class org.portico.shared.model.Space
 
spaceHandle - Variable in class org.portico.shared.model.RegionInstance
 
spaceHandle - Variable in class org.portico.shared.msg.RTI_CreateRegion
 
spaces(ObjectModel) - Method in class org.portico.impl.hla13.fomparser.FOM
ROUTING SPACE PRODUCTIONS
SPACES - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
spaces - Variable in class org.portico.shared.model.ObjectModel
 
specialConstructor - Variable in exception org.portico.impl.hla13.fomparser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.portico.impl.hla13.fomparser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
start() - Method in class org.portico.core.fedex.CallbackQueueProcessor
This method will start each of the threads managed by the processor running
START_BOOTSTRAPS_STRICT - Static variable in class org.portico.core.MainProperties
Generally, bootstrap failures are not fatal to the RTI.
startBootstrap() - Method in class org.portico.binding.jsop.rti.JSOPBootstrap
This will start a new JSOPDaemon.
startBootstrap() - Method in class org.portico.binding.jvm.JVMBootstrap
Puts this bootstrap in the static JVMBootstrap.INSTANCE variable within this class.
startBootstrap() - Method in class org.portico.core.Bootstrap
This method tells the component that it is time to start up.
startBootstrap(Bootstrap) - Method in class org.portico.core.BootstrapManager
Starts the given bootstrap.
startBootstraps() - Method in class org.portico.core.BootstrapManager
This method will attempt to start all the contains bootstraps that have not yet been started.
startBootstrapsStrict() - Method in class org.portico.core.BootstrapManager
This method is the same as startBootstraps() in that it will only attempt to start any bootstraps that have not already been started.
startGUI(boolean) - Static method in class org.portico.core.gui.ManagementGUI
This method will create the management GUI singleton and store it.
startRegistrationForObjectClass(int, int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
startRegistrationForObjectClass(int) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
startup() - Method in class org.portico.binding.jsop.lrc.JSOPClientConnection
This method will connect to the RTI and set up the input and output streams that communication will flow over.
startup() - Method in class org.portico.binding.jvm.JVMClientConnection
Doesn't do anything in the JVM connection
startup() - Method in class org.portico.core.fedex.Federation
This method will start the internal processing threads for this federation.
startup() - Method in class org.portico.core.MulticastRegistry
Start the multicast registry.
startup() - Method in class org.portico.core.RTIExec
This method contains all the startup processing for the RTI execution (post-configuration).
startup() - Method in class org.portico.lrc.LRCConnection
This method is called when the connection is first started.
state - Variable in class org.portico.core.fedex.Federate
 
state - Variable in class org.portico.core.fedex.Federation
 
state - Variable in class org.portico.core.fedex.Repository
 
state - Variable in class org.portico.core.handlers.CoreMessageHandler
 
state - Variable in class org.portico.impl.hla13.Impl13Helper
 
state - Variable in class org.portico.impl.hla13.ImplJava1Helper
 
state - Variable in class org.portico.impl.hla1516.Impl1516Helper
 
state - Variable in class org.portico.lrc.handlers.LRCMessageHandler
 
state - Variable in class org.portico.lrc.LRC
 
state - Variable in class org.portico.lrc.LRCInstanceRepository
 
STATIC_LEXER_ERROR - Static variable in error org.portico.impl.hla13.fomparser.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
staticFlag - Static variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
stopBootstrap() - Method in class org.portico.binding.jsop.rti.JSOPBootstrap
This method is called when it is time for the Bootstrap to shutdown.
stopBootstrap() - Method in class org.portico.binding.jvm.JVMBootstrap
This method is empty in JVMBootstrap
stopBootstrap() - Method in class org.portico.core.Bootstrap
This method tells the component that it is time to shut down.
stopBootstraps() - Method in class org.portico.core.BootstrapManager
This method will ask all the contained bootstraps to shutdown and cleanup.
stopRegistrationForObjectClass(int, int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
stopRegistrationForObjectClass(int) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
STRING - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
StringRenderer - Class in org.portico.shared.model
This class will take an ObjectModel and render it as a String (complete with proper indentation and the like)
StringRenderer() - Constructor for class org.portico.shared.model.StringRenderer
 
stringToBytes(String) - Method in class org.portico.shared.msg.RTI_RequestMessage
 
stringValue() - Method in class org.portico.impl.hla13.fomparser.FOM
 
strip1516Crap(String) - Static method in class org.portico.shared.model.MOMHelper
This method will remove "HLA" from the front of any provided string and return the resulting string.
subscribe(MessageContext, Federate) - Method in class org.portico.core.handlers.REQ_SubscribeInteractionHandler
 
subscribe(MessageContext, Federate) - Method in class org.portico.core.handlers.REQ_SubscribeObjectHandler
 
subscribe(MessageContext) - Method in class org.portico.lrc.handlers.REQ_SubscribeInteractionHandler
Attempt to inform the RTI that the federate wishes to subscribe to the given interaction class.
subscribe(MessageContext) - Method in class org.portico.lrc.handlers.REQ_SubscribeObjectHandler
Handle a request to subscribe to a set of attributes for a specific object class.
subscribedIC - Variable in class org.portico.lrc.LRCInterestManager
 
subscribedOC - Variable in class org.portico.lrc.LRCInterestManager
 
subscribeIC(int) - Method in class org.portico.lrc.LRCInterestManager
 
subscribeIC(int, int) - Method in class org.portico.lrc.LRCInterestManager
Add a subscription interest in the interaction class for the associated region.
subscribeInteractionClass(Federate, int) - Method in class org.portico.core.fedex.InterestManager
Register a subscription interest in the interaction class represented by the given handle for the given federate.
subscribeInteractionClass(Federate, int, RegionInstance) - Method in class org.portico.core.fedex.InterestManager
Registers a subscription interest in the identified interaction class for the given federate.
subscribeInteractionClass(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
subscribeInteractionClass(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
subscribeInteractionClass(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
subscribeInteractionClass(InteractionClassHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
subscribeInteractionClassPassively(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
subscribeInteractionClassPassively(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
subscribeInteractionClassPassively(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
subscribeInteractionClassPassively(InteractionClassHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
subscribeInteractionClassPassivelyWithRegion(int, Region) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
subscribeInteractionClassPassivelyWithRegion(int, Region) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
subscribeInteractionClassPassivelyWithRegion(int, Region) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
subscribeInteractionClassPassivelyWithRegions(InteractionClassHandle, RegionHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
subscribeInteractionClassWithRegion(int, Region) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
subscribeInteractionClassWithRegion(int, Region) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
subscribeInteractionClassWithRegion(int, Region) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
subscribeInteractionClassWithRegions(InteractionClassHandle, RegionHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
subscribeLogMessage(String, int, int, Federate) - Method in class org.portico.core.handlers.REQ_SubscribeInteractionHandler
I've put the log message generation into a seprate method because it just obscures the handler code otherwise.
subscribeObjectClass(Federate, int, Set<Integer>) - Method in class org.portico.core.fedex.InterestManager
Add a subscription interest for the given federate in the given class.
subscribeObjectClassAttributes(int, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
subscribeObjectClassAttributes(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
subscribeObjectClassAttributes(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
subscribeObjectClassAttributes(ObjectClassHandle, AttributeHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
subscribeObjectClassAttributesPassively(int, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
subscribeObjectClassAttributesPassively(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
subscribeObjectClassAttributesPassively(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
subscribeObjectClassAttributesPassively(ObjectClassHandle, AttributeHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
subscribeObjectClassAttributesPassivelyWithRegion(int, Region, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
subscribeObjectClassAttributesPassivelyWithRegion(int, Region, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
subscribeObjectClassAttributesPassivelyWithRegion(int, Region, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
subscribeObjectClassAttributesPassivelyWithRegions(ObjectClassHandle, AttributeSetRegionSetPairList) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
subscribeObjectClassAttributesWithRegion(int, Region, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
subscribeObjectClassAttributesWithRegion(int, Region, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
subscribeObjectClassAttributesWithRegion(int, Region, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
subscribeObjectClassAttributesWithRegions(ObjectClassHandle, AttributeSetRegionSetPairList) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
subscribeObjectClassWithDDM(Federate, int, Set<Integer>, RegionInstance) - Method in class org.portico.core.fedex.InterestManager
Add a subscription interest for the given attributes and associate it with the supplied region.
subscribeOC(int, Set<Integer>) - Method in class org.portico.lrc.LRCInterestManager
Registers a new subscription for the federate regarding the given attributes for the given class handle.
subscribeOC(int, Set<Integer>, int) - Method in class org.portico.lrc.LRCInterestManager
Registers a new subscription for the federate regarding the given attributes for the given class handle and associates that subscription with the given region.
subscribeWithDDM(MessageContext, RTI_SubscribeObjectClass, Federate) - Method in class org.portico.core.handlers.REQ_SubscribeObjectHandler
This method is much the same as the regular subscribe method, except that it handles the subscription process when DDM information is provided with the subscription.
subscribeWithDDM(MessageContext, RTI_SubscribeObjectClass) - Method in class org.portico.lrc.handlers.REQ_SubscribeObjectHandler
This method handles subscription requests that include DDM information.
subtract(LogicalTime) - Method in class org.portico.impl.hla13.types.DoubleTime
Will return an interval whose value is the subtraction of this logical time and the given logical time.
subtract(LogicalTimeInterval) - Method in class org.portico.impl.hla1516.types.DoubleTime
Returns a LogicalTime whose value is (this - val).
subtract(LogicalTimeInterval) - Method in class org.portico.impl.hla1516.types.DoubleTimeInterval
Returns a LogicalTimeInterval whose value is (this - subtrahend).
success(MessageContext) - Method in class org.portico.core.handlers.CoreMessageHandler
Puts a SuccessMessage (see the commons) in the context.
success(MessageContext, Bag<String, Object>) - Method in class org.portico.core.handlers.CoreMessageHandler
Puts a SuccessMessage (see the commons) in the context and puts the given properties in it.
success(MessageContext, Object) - Method in class org.portico.core.handlers.CoreMessageHandler
Puts a SuccessMessage (see the commons) in the context and binds the given object to the "result" key in the properties.
success(MessageContext) - Method in class org.portico.lrc.handlers.LRCMessageHandler
Puts a SuccessMessage (see the commons) in the context.
success(MessageContext, Bag<String, Object>) - Method in class org.portico.lrc.handlers.LRCMessageHandler
Puts a SuccessMessage (see the commons) in the context and puts the given properties in it.
success(MessageContext, Object) - Method in class org.portico.lrc.handlers.LRCMessageHandler
Puts a SuccessMessage (see the commons) in the context and binds the given object to the "result" key in the properties.
success - Variable in class org.portico.shared.msg.FED_SyncPointRegResult
 
SwitchTo(int) - Method in class org.portico.impl.hla13.fomparser.FOMTokenManager
 
SYMBOL - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
synchronizationPointAchieved(String) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
synchronizationPointAchieved(String) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
synchronizationPointAchieved(String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
synchronizationPointAchieved(String) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
synchronizationPointAchieved(MessageContext) - Method in class org.portico.lrc.handlers.REQ_SyncPointHandler
This method handles requests from a federate to signal to the federation that it has achieved a sync point.
synchronizationPointRegistrationFailed(int, String) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
synchronizationPointRegistrationFailed(String) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
synchronizationPointRegistrationSucceeded(int, String) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
synchronizationPointRegistrationSucceeded(String) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
syncLock - Variable in class org.portico.core.fedex.LockStore
 
syncManager - Variable in class org.portico.core.fedex.FederationState
 
syncPointAnnounced(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
syncPointAnnounced(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
syncPointAnnounced(RequestMessage) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
SyncPointManager - Class in org.portico.core.fedex
This class handlers the sync point management for a given federation.
SyncPointManager(Federation, FederationState) - Constructor for class org.portico.core.fedex.SyncPointManager
 
SyncPointManager.Point - Class in org.portico.core.fedex
This class actually represents a specific synchronization point.
SyncPointManager.Point(String, byte[]) - Constructor for class org.portico.core.fedex.SyncPointManager.Point
Create a new federation-wide synchronization point with the given label and tag
SyncPointManager.Point(String, byte[], Set<Federate>) - Constructor for class org.portico.core.fedex.SyncPointManager.Point
Create a new limited synchronization point witht the given label and tag.
syncPointRegResult(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
syncPointRegResult(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
syncPointRegResult(RequestMessage) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
syncPoints - Variable in class org.portico.core.fedex.FederateState
 
syncPoints - Variable in class org.portico.core.handlers.CoreMessageHandler
 
syncPoints - Variable in class org.portico.lrc.LRCState
 

T

tabSize - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
tag - Variable in class org.portico.core.fedex.SyncPointManager.Point
 
tag - Variable in class org.portico.shared.msg.FED_ProvideUpdate
 
tag - Variable in class org.portico.shared.msg.FED_ReceiveInteraction
 
tag - Variable in class org.portico.shared.msg.FED_ReflectAttributes
 
tag - Variable in class org.portico.shared.msg.FED_RemoveObject
 
tag - Variable in class org.portico.shared.msg.FED_SyncPointAnnounced
 
tag - Variable in class org.portico.shared.msg.RTI_DeleteObject
 
tag - Variable in class org.portico.shared.msg.RTI_RequestClassUpdate
 
tag - Variable in class org.portico.shared.msg.RTI_RequestObjectUpdate
 
tag - Variable in class org.portico.shared.msg.RTI_SendInteraction
 
tag - Variable in class org.portico.shared.msg.RTI_SyncPointReg
 
tag - Variable in class org.portico.shared.msg.RTI_UpdateAttributes
 
tara - Variable in class org.portico.shared.msg.RTI_TimeAdvanceRequest
 
target - Variable in class org.portico.core.gui.ManagementGUI.RedirectedOutputStream
 
targetFederate - Variable in class org.portico.shared.msg.FED_CallbackMessage
 
targetFederate - Variable in class org.portico.shared.msg.RTI_RequestMessage
 
template - Variable in class org.portico.core.FedexFactory
 
textArea - Variable in class org.portico.core.gui.ManagementGUI
 
theLRC - Variable in class org.portico.lrc.LRCState
 
threads - Variable in class org.portico.core.EmbeddedExecutor
 
threads - Variable in class org.portico.core.fedex.CallbackQueueProcessor
 
tick() - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
tick(double, double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
tick() - Method in class org.portico.impl.hla13.Default13RTIAmbassador
Keeps processing the callback queue until it is empty (regardless of how long that takes)
tick(double, double) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
tick() - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
tick(double, double) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
tick() - Method in class org.portico.impl.hla13.Impl13Helper
 
tick(double, double) - Method in class org.portico.impl.hla13.Impl13Helper
 
tick() - Method in class org.portico.impl.hla13.ImplJava1Helper
 
tick(double, double) - Method in class org.portico.impl.hla13.ImplJava1Helper
 
tick() - Method in class org.portico.lrc.LRC
This method will take some time to poll for any messages waiting to be processed in the LRC.
tick(double, double) - Method in class org.portico.lrc.LRC
Process the callback queue for the given amount of time (in seconds).
ticking - Variable in class org.portico.lrc.LRCState
 
tickNanos(long) - Method in class org.portico.lrc.LRC
Do some tick processing at least the given amount of time (in nanoseconds).
tickNanosSingle(long) - Method in class org.portico.lrc.LRC
This tick() implementation is meant to support the 1516-style evoke single callback facility.
tickProcess(FED_CallbackMessage) - Method in class org.portico.lrc.LRC
Passes the given message to the callback sink (wrapped up in a context)
tickSingle(double) - Method in class org.portico.lrc.LRC
Try and process a single callback.
time - Variable in class org.portico.impl.hla13.types.DoubleTime
 
time - Variable in class org.portico.impl.hla1516.types.DoubleTime
 
time - Variable in class org.portico.impl.hla1516.types.DoubleTimeInterval
 
time - Variable in class org.portico.shared.msg.FED_AdvanceGranted
 
time - Variable in class org.portico.shared.msg.FED_ConstrainedEnabled
 
time - Variable in class org.portico.shared.msg.FED_RegulationEnabled
 
time - Variable in class org.portico.shared.msg.RTI_NextEventRequest
 
time - Variable in class org.portico.shared.msg.RTI_TimeAdvanceRequest
 
timeAdvanceGrant(int, double) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
timeAdvanceGrant(LogicalTime) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
timeAdvanceGranted(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_CallbackHandler
 
timeAdvanceGranted(RequestMessage) - Method in class org.portico.impl.hla13.handlers.CLB_Java1CallbackHandler
 
timeAdvanceGranted(RequestMessage) - Method in class org.portico.impl.hla1516.handlers.CLB_CallbackHandler
 
timeAdvanceRequest(double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
timeAdvanceRequest(LogicalTime) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
timeAdvanceRequest(byte[]) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
timeAdvanceRequest(LogicalTime) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
timeAdvanceRequest(MessageContext) - Method in class org.portico.lrc.handlers.REQ_TimeAdvanceHandler
Runs all the necessary status checks.
timeAdvanceRequestAvailable(double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
timeAdvanceRequestAvailable(LogicalTime) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
timeAdvanceRequestAvailable(byte[]) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
timeAdvanceRequestAvailable(LogicalTime) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
timeConstrainedEnabled(int, double) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
timeConstrainedEnabled(LogicalTime) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
timeCurrent - Variable in class org.portico.lrc.LRCState
 
timeLock - Variable in class org.portico.core.fedex.LockStore
 
timeManager - Variable in class org.portico.core.fedex.FederateState
 
timeManager - Variable in class org.portico.core.fedex.FederationState
 
TimeManager - Class in org.portico.core.fedex
In order to maintain some kind of central control over time and to reduce the risk of race conditions, this class is charged with taking care of time-related tasks.
TimeManager(FederationState) - Constructor for class org.portico.core.fedex.TimeManager
Create the manager and associate it with the given FederationState.
timeManager - Variable in class org.portico.core.handlers.ACT_TimeAdvancementHandler
 
timeManager - Variable in class org.portico.core.handlers.ACT_TimeStatusHandler
 
timeManager - Variable in class org.portico.core.handlers.CoreMessageHandler
 
timeManager - Variable in class org.portico.core.handlers.REQ_TimeStatusHandler
 
TimeManager.TAR - Enum in org.portico.core.fedex
 
TimeManager.TAR() - Constructor for enum org.portico.core.fedex.TimeManager.TAR
 
TimeManager.TimeStatus - Class in org.portico.core.fedex
This class contains a bunch of information outlining the current time related status of a particular Federate.
TimeManager.TimeStatus(Federate) - Constructor for class org.portico.core.fedex.TimeManager.TimeStatus
 
timeRegulationEnabled(int, double) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
timeRegulationEnabled(LogicalTime) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
timeRequested - Variable in class org.portico.lrc.LRCState
 
timestamp - Variable in class org.portico.shared.msg.FED_CallbackMessage
 
timestamp - Variable in class org.portico.shared.msg.RTI_RequestMessage
 
timeStatus - Variable in class org.portico.core.fedex.TimeManager
 
toCpp - Variable in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
toJavaMap() - Method in class org.portico.impl.hla13.types.HLA13ByteArrayMap
Non-standard method to help ease some insanity.
toJavaMap() - Method in class org.portico.impl.hla13.types.HLA13ReceivedInteraction
 
toJavaMap() - Method in class org.portico.impl.hla13.types.HLA13ReflectedAttributes
 
toJavaMap(AttributeHandleValueMap) - Static method in class org.portico.impl.hla1516.types.HLA1516AttributeHandleValueMap
 
toJavaMap(ParameterHandleValueMap) - Static method in class org.portico.impl.hla1516.types.HLA1516ParameterHandleValueMap
 
toJavaSet() - Method in class org.portico.impl.hla13.types.HLA13Set
Non-standard method to help address the insanity
toJavaSet(AttributeHandleSet) - Static method in class org.portico.impl.hla1516.types.HLA1516AttributeHandleSet
 
toJavaSet(FederateHandleSet) - Static method in class org.portico.impl.hla1516.types.HLA1516FederateHandleSet
 
token - Variable in class org.portico.impl.hla13.fomparser.FOM
 
Token - Class in org.portico.impl.hla13.fomparser
Describes the input token stream.
Token() - Constructor for class org.portico.impl.hla13.fomparser.Token
 
token_source - Variable in class org.portico.impl.hla13.fomparser.FOM
 
tokenBegin - Variable in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
tokenCount - Variable in class org.portico.core.fedex.RegionStore
 
tokenImage - Static variable in interface org.portico.impl.hla13.fomparser.FOMConstants
 
tokenImage - Variable in exception org.portico.impl.hla13.fomparser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.portico.impl.hla13.fomparser
 
TokenMgrError() - Constructor for error org.portico.impl.hla13.fomparser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.portico.impl.hla13.fomparser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.portico.impl.hla13.fomparser.TokenMgrError
 
toPorticoRegion(Region) - Static method in class org.portico.impl.hla13.types.HLA13Region
This method will take a region as the HLA1.3 type and attempt to convert and extract from it the wrapped RegionInstance.
toPorticoRegion(Region) - Static method in class org.portico.impl.hla13.types.Java1Region
This method will take a region as the HLA1.3(java1) type and attempt to convert and extract from it the wrapped RegionInstance.
toRTI - Variable in class org.portico.binding.jsop.lrc.JSOPClientConnection
 
toString() - Method in class org.portico.core.fedex.Federate
Just returns the federate name
toString() - Method in class org.portico.impl.hla13.fomparser.Token
Returns the image.
toString() - Method in class org.portico.impl.hla13.types.DoubleTime
 
toString() - Method in class org.portico.impl.hla13.types.HLA13Set
 
toString() - Method in class org.portico.impl.hla1516.types.DoubleTime
 
toString() - Method in class org.portico.impl.hla1516.types.DoubleTimeInterval
 
toString() - Method in class org.portico.impl.hla1516.types.HLA1516Handle
 
toString() - Method in class org.portico.shared.model.ICMetadata
 
toString() - Method in class org.portico.shared.model.ObjectModel
 
toString() - Method in class org.portico.shared.model.OCMetadata
 
toString() - Method in class org.portico.shared.model.RegionInstance
 
toString() - Method in class org.portico.shared.model.Space
 
toString() - Method in class org.portico.shared.plugin.LoadedLibrary
 
toVerboseString() - Method in class org.portico.shared.model.RegionInstance
Generates a verbose string outlining the current state of the region.
transport() - Method in class org.portico.impl.hla13.fomparser.FOM
SUPPORTING PRODUCTIONS
transport - Variable in class org.portico.shared.model.ACMetadata
 
transport - Variable in class org.portico.shared.model.ICMetadata
 
Transport - Enum in org.portico.shared.model
Enumeration representing the transport of the various FOM types
Transport() - Constructor for enum org.portico.shared.model.Transport
 
tsoQueue - Variable in class org.portico.lrc.LRCQueue
 
turnInteractionsOff(int, int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
turnInteractionsOff(int) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
turnInteractionsOn(int, int) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
turnInteractionsOn(int) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
turnLoggingOff() - Static method in class org.portico.core.RTIExec
This method will turn all Portico logging off.
turnLoggingOn(String) - Static method in class org.portico.core.RTIExec
This method will turn Portico logging on and set the level to the given parameter.
turnUpdatesOffForObjectInstance(int, int, int[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
turnUpdatesOffForObjectInstance(int, AttributeHandleSet) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
turnUpdatesOnForObjectInstance(int, int, int[]) - Method in class org.portico.impl.cpp13.FederateAmbassadorLink
 
turnUpdatesOnForObjectInstance(int, AttributeHandleSet) - Method in class org.portico.impl.cpp13.ProxyFederateAmbassador
 
type - Variable in class org.portico.shared.model.ACInstance
 
type - Variable in class org.portico.shared.model.OCInstance
 

U

unassociate(RTI_UnassociateForUpdates, MessageContext) - Method in class org.portico.core.handlers.REQ_AssociateRegionHandler
This method is the reverse of REQ_AssociateRegionHandler.associate(RTI_AssociateForUpdates, MessageContext).
unassociate(RTI_UnassociateForUpdates, MessageContext) - Method in class org.portico.lrc.handlers.REQ_AssociateRegionHandler
This method is the reverse of REQ_AssociateRegionHandler.associate(RTI_AssociateForUpdates, MessageContext).
unassociateRegionForUpdates(Region, int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
unassociateRegionForUpdates(Region, int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
unassociateRegionForUpdates(Region, int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
unassociateRegionsForUpdates(ObjectInstanceHandle, AttributeSetRegionSetPairList) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
unconditionalAttributeOwnershipDivestiture(int, int[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
unconditionalAttributeOwnershipDivestiture(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
unconditionalAttributeOwnershipDivestiture(int, AttributeHandleSet) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
unconditionalAttributeOwnershipDivestiture(ObjectInstanceHandle, AttributeHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
undiscoverAllInstances(Federate) - Method in class org.portico.core.fedex.Repository
Undiscover all instances discovered by the given federate.
undiscoverInstance(Federate, int) - Method in class org.portico.core.fedex.Repository
Remove any record of a discovery for the given federate with regard to the instance of the given handle
unlock() - Method in class org.portico.core.fedex.InterestManager
This method calls unlock on the interest manager's lock.
unlock(LockStore.LockType) - Method in class org.portico.core.fedex.LockStore
This method releases the specified lock.
unlock() - Method in class org.portico.core.fedex.RegionStore
This method calls unlock on the RegionStore lock.
unlock() - Method in class org.portico.core.fedex.Repository
This method calls unlock on the repository lock.
unlock() - Method in class org.portico.core.fedex.SyncPointManager
This method calls unlock on the sync manager's lock.
unlock() - Method in class org.portico.core.fedex.TimeManager
This method calls unlock on the time manager's lock.
unlock() - Method in class org.portico.shared.model.ObjectModel
Unlocks this model so that changes can be made once again
unlockBRL() - Method in class org.portico.core.fedex.LockStore
This method attempt to unlock the "Big RTI Lock".
unpublish(MessageContext, Federate) - Method in class org.portico.core.handlers.REQ_PublishInteractionHandler
 
unpublish(MessageContext, Federate) - Method in class org.portico.core.handlers.REQ_PublishObjectHandler
 
unpublish(MessageContext) - Method in class org.portico.lrc.handlers.REQ_PublishInteractionHandler
Attempt to inform the RTI that the federate wishes to no longer publish the given interaction class.
unpublish(MessageContext) - Method in class org.portico.lrc.handlers.REQ_PublishObjectHandler
This method handles requests to stop publishing a specific object class.
unpublishIC(int) - Method in class org.portico.lrc.LRCInterestManager
 
unpublishImplicit(MessageContext, int, String) - Method in class org.portico.lrc.handlers.REQ_PublishObjectHandler
This method converts what was an object class publication request with 0-attributes into an object class unpublication request.
unpublishInteractionClass(Federate, int) - Method in class org.portico.core.fedex.InterestManager
This method will remove any publication interest in the given interaction class for the given federate.
unpublishInteractionClass(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
unpublishInteractionClass(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
unpublishInteractionClass(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
unpublishInteractionClass(InteractionClassHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
unpublishObjectClass(Federate, int) - Method in class org.portico.core.fedex.InterestManager
This method will remove any publication of the given class for the given federate.
unpublishObjectClass(Federate, int, Set<Integer>) - Method in class org.portico.core.fedex.InterestManager
This method will remove any publication of the given attributes within the given class for the given federate.
unpublishObjectClass(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
unpublishObjectClass(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
unpublishObjectClass(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
unpublishObjectClass(ObjectClassHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
unpublishObjectClassAttributes(ObjectClassHandle, AttributeHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
unpublishOC(int) - Method in class org.portico.lrc.LRCInterestManager
Removes any publication for the given class handle.
unpublishOC(int, Set<Integer>) - Method in class org.portico.lrc.LRCInterestManager
Removes the publication interest in the given attributes of the given class.
unregister(String) - Method in class org.portico.core.MulticastRegistry
Unregister the information for the given key.
unsubscribe(MessageContext, Federate) - Method in class org.portico.core.handlers.REQ_SubscribeInteractionHandler
 
unsubscribe(MessageContext, Federate) - Method in class org.portico.core.handlers.REQ_SubscribeObjectHandler
 
unsubscribe(MessageContext) - Method in class org.portico.lrc.handlers.REQ_SubscribeInteractionHandler
Attempt to inform the RTI that the federate wishes to no longer subscribe the given interaction class.
unsubscribe(MessageContext) - Method in class org.portico.lrc.handlers.REQ_SubscribeObjectHandler
This method handles requests to remove a subscription for a specific object class (or a subset of attributes within that class).
unsubscribeDDM(MessageContext, RTI_UnsubscribeObjectClass) - Method in class org.portico.lrc.handlers.REQ_SubscribeObjectHandler
This method handles an unsubscribe request when DDM information is used.
unsubscribeIC(int) - Method in class org.portico.lrc.LRCInterestManager
This method will remove all subscription interests in the given interaction class.
unsubscribeIC(int, int) - Method in class org.portico.lrc.LRCInterestManager
This method will disassociate the identified region with the interaction subscription, but it will never remove the subscription entirely.
unsubscribeImplicit(MessageContext, int, String) - Method in class org.portico.lrc.handlers.REQ_SubscribeObjectHandler
This method converts a previous subscription request that contained 0-attributes into an unsubscribe request (RTI_UnsubscribeObjectClass) for the identified class.
unsubscribeImplicitDDM(MessageContext, int, String, int) - Method in class org.portico.lrc.handlers.REQ_SubscribeObjectHandler
Same as REQ_SubscribeObjectHandler.unsubscribeImplicit(MessageContext, int, String) except that it can include region data.
unsubscribeInteractionClass(Federate, int) - Method in class org.portico.core.fedex.InterestManager
Remove any subscription interest in the interaction class of the given handle for the federate.
unsubscribeInteractionClass(Federate, int, RegionInstance) - Method in class org.portico.core.fedex.InterestManager
Remove the supplied region from the set of those associated with the federates interest in the interaction class.
unsubscribeInteractionClass(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
unsubscribeInteractionClass(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
unsubscribeInteractionClass(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
unsubscribeInteractionClass(InteractionClassHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
unsubscribeInteractionClassWithRegion(int, Region) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
unsubscribeInteractionClassWithRegion(int, Region) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
unsubscribeInteractionClassWithRegion(int, Region) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
unsubscribeInteractionClassWithRegions(InteractionClassHandle, RegionHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
unsubscribeLogMessage(String, int, int, Federate) - Method in class org.portico.core.handlers.REQ_SubscribeInteractionHandler
I've put the log message generation into a seprate method because it just obscures the handler code otherwise.
unsubscribeObjectClass(Federate, int) - Method in class org.portico.core.fedex.InterestManager
Thie method will remove any existing subscription interest in the given class for the given federate.
unsubscribeObjectClass(Federate, int, Set<Integer>) - Method in class org.portico.core.fedex.InterestManager
This method will remove any subscription of the given attributes within the given class for the given federate.
unsubscribeObjectClass(int) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
unsubscribeObjectClass(int) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
unsubscribeObjectClass(int) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
unsubscribeObjectClass(ObjectClassHandle) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
unsubscribeObjectClassAttributes(ObjectClassHandle, AttributeHandleSet) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
unsubscribeObjectClassAttributesWithRegions(ObjectClassHandle, AttributeSetRegionSetPairList) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
unsubscribeObjectClassWithDDM(Federate, int, RegionInstance) - Method in class org.portico.core.fedex.InterestManager
This method will remove any existing subscription for given class when it is coupled with the given region.
unsubscribeObjectClassWithDDM(Federate, int, Set<Integer>, RegionInstance) - Method in class org.portico.core.fedex.InterestManager
This method will remove any subscription the federate has in the given attributes, OR all the attributes associated with the given region.
unsubscribeObjectClassWithRegion(int, Region) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
unsubscribeObjectClassWithRegion(int, Region) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
unsubscribeObjectClassWithRegion(int, Region) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
unsubscribeOC(int) - Method in class org.portico.lrc.LRCInterestManager
Removes any subscription for the given class handle.
unsubscribeOC(int, int) - Method in class org.portico.lrc.LRCInterestManager
Same as LRCInterestManager.unpublishOC(int) except that it only removes the subscription to any attributes with the given region.
unsubscribeOC(int, Set<Integer>) - Method in class org.portico.lrc.LRCInterestManager
Removes the subscription interest in the given attributes of the given class.
unsubscribeOC(int, Set<Integer>, int) - Method in class org.portico.lrc.LRCInterestManager
Removes the subscription interest in the given attributes of the given class for the given region.
unsubscribeWithDDM(MessageContext, RTI_UnsubscribeObjectClass, Federate) - Method in class org.portico.core.handlers.REQ_SubscribeObjectHandler
This method is an alternate version of REQ_SubscribeObjectHandler.unsubscribe(MessageContext, Federate) that takes DDM region information into account.
updateAttributeValues(int, int[], byte[][], byte[]) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
updateAttributeValues(int, int[], byte[][], byte[], double) - Method in class org.portico.impl.cpp13.ProxyRTIAmbassador
 
updateAttributeValues(int, SuppliedAttributes, byte[]) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
updateAttributeValues(int, SuppliedAttributes, byte[], LogicalTime) - Method in class org.portico.impl.hla13.Default13RTIAmbassador
 
updateAttributeValues(int, SuppliedAttributes, byte[], String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
updateAttributeValues(int, SuppliedAttributes, String) - Method in class org.portico.impl.hla13.DefaultJava1RTIAmbassador
 
updateAttributeValues(ObjectInstanceHandle, AttributeHandleValueMap, byte[]) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
updateAttributeValues(ObjectInstanceHandle, AttributeHandleValueMap, byte[], LogicalTime) - Method in class org.portico.impl.hla1516.Default1516RTIAmbassador
 
UpdateLineColumn(char) - Method in class org.portico.impl.hla13.fomparser.SimpleCharStream
 
upperBound - Variable in class org.portico.shared.model.Extent.Range
 
USE_DEAFULT_CONFIG - Static variable in class org.portico.core.MainProperties
Should Portico process the default configuration file first?
USE_MOM - Static variable in class org.portico.core.MainProperties
Should the MOM be enabled for new federations or not?
USE_MULTICAST_REGISTRY - Static variable in class org.portico.core.MainProperties
Should the discovery registry be started?
USE_Q_NAMES - Static variable in class org.portico.shared.PorticoConstants
Should the ObjectModel types return their qualified names from toString()?
USE_SHUTDOWN_HOOK - Static variable in class org.portico.core.MainProperties
Will portico use a shutdown hook for proper cleanup or not?
useDefaultConfig() - Static method in class org.portico.core.MainProperties
 
useMom() - Static method in class org.portico.core.MainProperties
 
useMulticastRegsitry() - Static method in class org.portico.core.MainProperties
 
usesDDM() - Method in class org.portico.lrc.LRCInterestManager.RegionSubscription
 
usesDDM() - Method in class org.portico.shared.msg.RTI_RegisterObject
Returns true if this message has associated DDM region information, false otherwise.
usesDDM() - Method in class org.portico.shared.msg.RTI_RequestClassUpdate
 
usesDDM() - Method in class org.portico.shared.msg.RTI_SendInteraction
Returns true is DDM information has been supplied with this message, false if it is just a vanilla interaciton sending request.
usesDDM() - Method in class org.portico.shared.msg.RTI_SubscribeInteractionClass
Returns true is DDM information has been supplied with this message, false if it is just a vanilla subscription request.
usesDDM() - Method in class org.portico.shared.msg.RTI_SubscribeObjectClass
 
usesDDM() - Method in class org.portico.shared.msg.RTI_UnsubscribeInteractionClass
Returns true is DDM information has been supplied with this message, false if it is just a vanilla unsubscribe request.
usesDDM() - Method in class org.portico.shared.msg.RTI_UnsubscribeObjectClass
 
useShutdownHook() - Static method in class org.portico.core.MainProperties
 

V

validate(int) - Method in class org.portico.lrc.handlers.REQ_PublishInteractionHandler
This method will verify that the interaction class exists in the FOM.
validate(int, Set<Integer>) - Method in class org.portico.lrc.handlers.REQ_PublishObjectHandler
This method will verify that the object class exists in the FOM, and that each of the attribute handles represents an attribute that exists for the object class.
validate(int) - Method in class org.portico.lrc.handlers.REQ_SubscribeInteractionHandler
This method will verify that the interaction class exists in the FOM.
validateDDM(ICMetadata, int) - Method in class org.portico.lrc.handlers.REQ_SubscribeInteractionHandler
This method will validate the DDM portion of a request.
validateDDM(int, int, Set<Integer>) - Method in class org.portico.lrc.handlers.REQ_SubscribeObjectHandler
This method will validate the DDM related parts of a subscription request.
validatedHandle(AttributeHandle) - Static method in class org.portico.impl.hla1516.types.HLA1516Handle
 
validatedHandle(FederateHandle) - Static method in class org.portico.impl.hla1516.types.HLA1516Handle
 
validatedHandle(ObjectClassHandle) - Static method in class org.portico.impl.hla1516.types.HLA1516Handle
 
validatedHandle(InteractionClassHandle) - Static method in class org.portico.impl.hla1516.types.HLA1516Handle
 
validatedHandle(ParameterHandle) - Static method in class org.portico.impl.hla1516.types.HLA1516Handle
 
validatedHandle(ObjectInstanceHandle) - Static method in class org.portico.impl.hla1516.types.HLA1516Handle
 
validateHandles(int, Set<Integer>) - Method in class org.portico.lrc.handlers.REQ_SubscribeObjectHandler
This method will verify that the object class exists in the FOM, and that each of the attribute handles represents an attribute that exists for the object class.
validateICPublished(int, Set<Integer>) - Method in class org.portico.lrc.handlers.REQ_InteractionHandler
This method will validate that the given interaction class exists in the FOM and is being published by the federate associated with this LRC.
validatePublished(int) - Method in class org.portico.lrc.handlers.REQ_PublishInteractionHandler
This method validates that the given interaction class is published by this federate
validatePublished(int) - Method in class org.portico.lrc.handlers.REQ_PublishObjectHandler
This method validates that the given object class is published by this federate
validateRegion(ICMetadata, int) - Method in class org.portico.lrc.handlers.REQ_InteractionHandler
Validate that the region is known to the federate, and that it is valid for the class of interaction that is being sent.
validateRegion(int) - Method in class org.portico.lrc.handlers.REQ_SubscribeObjectHandler
Makes sure the region is valid (that we know about it).
validateSubscribed(int) - Method in class org.portico.lrc.handlers.REQ_SubscribeInteractionHandler
This method validates that the given interaction class is subscribed by this federate
validateSubscribed(int) - Method in class org.portico.lrc.handlers.REQ_SubscribeObjectHandler
Validates that the given object class is subscribed by this federate
validNotification(String, int) - Method in class org.portico.shared.MulticastLookup
Returns true if this is a valid notification (that is, it is a response and has the same serial number as the one we sent
value - Variable in class org.portico.impl.hla13.types.HLA13ByteArrayMap.Pair
 
value - Variable in enum org.portico.shared.compat.JResignAction
 
valueOf(String) - Static method in enum org.portico.core.fedex.LockStore.LockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.portico.core.fedex.TimeManager.TAR
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.portico.lrc.LRCState.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.portico.lrc.LRCState.SyncPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.portico.shared.compat.JResignAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.portico.shared.HLAVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.portico.shared.model.MOMHelper.Federate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.portico.shared.model.MOMHelper.Federation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.portico.shared.model.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.portico.shared.model.Transport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.portico.shared.plugin.LoadedLibrary.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.portico.core.fedex.LockStore.LockType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.portico.core.fedex.TimeManager.TAR
Returns an array containing the constants of this enum type, in the order they're declared.
values - Variable in class org.portico.impl.hla13.types.HLA13ReceivedInteraction
 
values - Variable in class org.portico.impl.hla13.types.HLA13ReflectedAttributes
 
values() - Static method in enum org.portico.lrc.LRCState.Status
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.portico.lrc.LRCState.SyncPoint
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.portico.shared.compat.JResignAction
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.portico.shared.HLAVersion
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.portico.shared.model.MOMHelper.Federate
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.portico.shared.model.MOMHelper.Federation
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.portico.shared.model.Order
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.portico.shared.model.Transport
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.portico.shared.plugin.LoadedLibrary.Type
Returns an array containing the constants of this enum type, in the order they're declared.
version - Variable in class org.portico.lrc.LRC
 
version - Variable in class org.portico.shared.model.ObjectModel
 
vsafeQualifiedName - Variable in class org.portico.shared.model.ICMetadata
 
vsafeQualifiedName - Variable in class org.portico.shared.model.OCMetadata
 

W

windowClosing(WindowEvent) - Method in class org.portico.core.gui.ManagementGUI
The window is closing, trigger an RTI shutdown
workerThread - Variable in class org.portico.core.MulticastRegistry
 
write(int) - Method in class org.portico.core.gui.ManagementGUI.RedirectedOutputStream
 
writeExternal(ObjectOutput) - Method in class org.portico.shared.msg.FED_AdvanceGranted
 
writeExternal(ObjectOutput) - Method in class org.portico.shared.msg.FED_CallbackMessage
 
writeExternal(ObjectOutput) - Method in class org.portico.shared.msg.FED_DiscoverObject
 
writeExternal(ObjectOutput) - Method in class org.portico.shared.msg.FED_ReceiveInteraction
 
writeExternal(ObjectOutput) - Method in class org.portico.shared.msg.FED_ReflectAttributes
 
writeExternal(ObjectOutput) - Method in class org.portico.shared.msg.RTI_AssociateForUpdates
 
writeExternal(ObjectOutput) - Method in class org.portico.shared.msg.RTI_DeleteObject
 
writeExternal(ObjectOutput) - Method in class org.portico.shared.msg.RTI_RegisterObject
 
writeExternal(ObjectOutput) - Method in class org.portico.shared.msg.RTI_RequestMessage
 
writeExternal(ObjectOutput) - Method in class org.portico.shared.msg.RTI_SendInteraction
 
writeExternal(ObjectOutput) - Method in class org.portico.shared.msg.RTI_TimeAdvanceRequest
 
writeExternal(ObjectOutput) - Method in class org.portico.shared.msg.RTI_UpdateAttributes
 
writeObject(ObjectOutputStream) - Method in class org.portico.shared.msg.FED_CallbackMessage
 
writeObject(ObjectOutputStream) - Method in class org.portico.shared.msg.RTI_RequestMessage
 

X

XMLConfigurator - Class in org.portico.core.config
This class drives the main configuration process for Portico.
XMLConfigurator() - Constructor for class org.portico.core.config.XMLConfigurator
 

Z

ZERO - Static variable in class org.portico.impl.hla13.types.DoubleTimeInterval
 

_

_createRegion(Federate, int, int) - Method in class org.portico.core.fedex.RegionStore
This method performs the actual RegionInstance creation.
_lookup(String) - Method in class org.portico.shared.MulticastLookup
This method performs the lookup described in MulticastLookup.lookup(String)
_registerInstance(Federate, OCMetadata, String) - Method in class org.portico.core.fedex.Repository
I factor this out into a separate method because it is just too much code to wrap in a try/finally block
_startBootstraps(boolean) - Method in class org.portico.core.BootstrapManager
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z _
copyright The Portico Project 2008.