Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
AbstractAccompliceService
- Class in
ist.palcom.visualization
AbstractAccompliceService(String, String, String, DeviceContext)
- Constructor for class ist.palcom.visualization.
AbstractAccompliceService
AbstractDevice
- Class in
ist.palcom.device
The base class of a PalCom device.
AbstractDevice(String)
- Constructor for class ist.palcom.device.
AbstractDevice
WARNING!
AbstractDevice(String, DeviceID)
- Constructor for class ist.palcom.device.
AbstractDevice
This constructor can be used by simulated devices that uses their own DeviceID and not the one stored in the file system.
AbstractDeviceContext
- Class in
ist.palcom.device
AbstractDeviceContext(DeviceID, PalcomScheduler)
- Constructor for class ist.palcom.device.
AbstractDeviceContext
AbstractDeviceContext(DeviceID, PalcomScheduler, String)
- Constructor for class ist.palcom.device.
AbstractDeviceContext
AbstractDeviceDeclFilter
- Class in
ist.palcom.contingency.manager.filters.decl
AbstractDeviceDeclFilter()
- Constructor for class ist.palcom.contingency.manager.filters.decl.
AbstractDeviceDeclFilter
AbstractDeviceFactory
- Class in
ist.palcom.simulated.device.factory
Abstract base class for a factory that can create simulated devices with persistent identities (identities that survive computer reboots).
AbstractDeviceFactory(URL)
- Constructor for class ist.palcom.simulated.device.factory.
AbstractDeviceFactory
AbstractFilter
<
E
> - Class in
ist.palcom.contingency.manager.utils
Implements the filter method of the IFilter
interface to filter out elements from the list satisfying some condition.
AbstractFilter()
- Constructor for class ist.palcom.contingency.manager.utils.
AbstractFilter
AbstractHandler
- Class in
ist.palcom.hgraph
AbstractHandler implements the basics of the Handler interface, such as getname, and tostring
AbstractHandler(String, String)
- Constructor for class ist.palcom.hgraph.
AbstractHandler
Constructs a Handler with a name, a description and a list of signatures
AbstractHandler(int, String, String)
- Constructor for class ist.palcom.hgraph.
AbstractHandler
AbstractInvokator
- Class in
ist.palcom.hgraph
Abstractinvokator implements the basic functionality of Invokator, such as invoke and log
AbstractInvokator(IHgraphNode, String, String)
- Constructor for class ist.palcom.hgraph.
AbstractInvokator
AbstractInvokator(int, IHgraphNode, String, String)
- Constructor for class ist.palcom.hgraph.
AbstractInvokator
AbstractListener
- Class in
ist.palcom.hgraph
AbstractListener implements the basic functionality of the Listener interface
AbstractListener(String, String, Path)
- Constructor for class ist.palcom.hgraph.
AbstractListener
AbstractMediaManager
- Class in
ist.palcom.mal
AbstractMediaManager is the central class which hides details about different media and protocols (such as UDP or IR).
AbstractMediaManager(PalcomScheduler, PalcomThread)
- Constructor for class ist.palcom.mal.
AbstractMediaManager
Default AbstractMediaManager constructor.
AbstractMediaManager.DistributorThread
- Class in
ist.palcom.mal
Thread for receiving MessageArrayWithURLEvents and distributing them to interested listeners.
AbstractMediaManager.DistributorThread()
- Constructor for class ist.palcom.mal.
AbstractMediaManager.DistributorThread
AbstractResourceAddress
- Class in
ist.palcom.resource.descriptor
AbstractResourceAddress()
- Constructor for class ist.palcom.resource.descriptor.
AbstractResourceAddress
AbstractRoutingManager
- Class in
ist.palcom.routing.util
This class is work in progress :-)
AbstractRoutingManager(PalcomScheduler, MediaManager, RoutingPubSubManager, URN)
- Constructor for class ist.palcom.routing.util.
AbstractRoutingManager
Create a new Routing manager.
AbstractRoutingManager2
- Class in
ist.palcom.routing
Abstract class for a routing manager, implements RoutingManager.
AbstractRoutingManager2(PalcomScheduler)
- Constructor for class ist.palcom.routing.
AbstractRoutingManager2
AbstractRoutingManager2.ChoppedMessageHandler
- Class in
ist.palcom.routing
Handles chopping and reassembling of messages
AbstractRoutingManager2.CommunicationKey
- Class in
ist.palcom.routing
Class for describing a key for the reliable communication between two parties
AbstractRoutingManager2.CommunicationKey(String, String)
- Constructor for class ist.palcom.routing.
AbstractRoutingManager2.CommunicationKey
AbstractRoutingManager2.ReliableMessageHandler
- Class in
ist.palcom.routing
Handles reliable messages
AbstractRoutingMessage
- Class in
ist.palcom.routing.util.messages
AbstractRoutingMessage(byte[])
- Constructor for class ist.palcom.routing.util.messages.
AbstractRoutingMessage
AbstractService
- Class in
ist.palcom.services
AbstractService is the superclass of all services written in the framework.
AbstractService(DeviceContext, String, boolean, boolean, byte, String, boolean, String, String, LocalSID)
- Constructor for class ist.palcom.services.
AbstractService
Create a new service instance.
AbstractService(DeviceContext, String, boolean, boolean, byte, String, boolean, String, String, ServiceProxy, LocalSID)
- Constructor for class ist.palcom.services.
AbstractService
AbstractService(DeviceContext, String, boolean, boolean, String, boolean, String, String, ServiceProxy, LocalSID, Topic)
- Constructor for class ist.palcom.services.
AbstractService
Constructor for Broadcast services.
AbstractService(DeviceContext, String, boolean, boolean, String, boolean, String, String, ServiceProxy, LocalSID, GroupID)
- Constructor for class ist.palcom.services.
AbstractService
Constructor for Groupcast services.
AbstractService(DeviceContext, String, boolean, boolean, byte, String, boolean, String, String, ServiceProxy)
- Constructor for class ist.palcom.services.
AbstractService
AbstractService(DeviceContext, String, boolean, boolean, byte, String, boolean, String, String)
- Constructor for class ist.palcom.services.
AbstractService
AbstractServiceDecl
- Class in
ist.palcom.resource.descriptor
AbstractServiceDecl()
- Constructor for class ist.palcom.resource.descriptor.
AbstractServiceDecl
AbstractServiceDeclFilter
- Class in
ist.palcom.contingency.manager.filters.decl
AbstractServiceDeclFilter()
- Constructor for class ist.palcom.contingency.manager.filters.decl.
AbstractServiceDeclFilter
AbstractSimulatedDeviceGUI
- Class in
ist.palcom.simulated.device
This abstract class is intended to be used as the basis for a simulated device.
AbstractSimulatedDeviceGUI(String, DeviceID)
- Constructor for class ist.palcom.simulated.device.
AbstractSimulatedDeviceGUI
AbstractSimulatedDeviceGUI.WindowClosingHandler
- Class in
ist.palcom.simulated.device
A WindowListener that will dispose the JFrame and close the AbstractDevice as the window closes.
AbstractSimulatedDeviceGUI.WindowClosingHandler()
- Constructor for class ist.palcom.simulated.device.
AbstractSimulatedDeviceGUI.WindowClosingHandler
AbstractStorage
- Class in
ist.palcom.storage.pfs
AbstractStorage.java AbstractStorage defines the minimal implementation of a palcom filesystem ie open, close, read, write.
AbstractStorage()
- Constructor for class ist.palcom.storage.pfs.
AbstractStorage
AbstractSwingDisplayUDPDevice
- Class in
ist.palcom.visualization
AbstractSwingDisplayUDPDevice(String, DeviceID)
- Constructor for class ist.palcom.visualization.
AbstractSwingDisplayUDPDevice
AbstractUDPDevice
- Class in
ist.palcom.device
An AbstractDevice that uses UDP.
AbstractUDPDevice(String, DeviceID)
- Constructor for class ist.palcom.device.
AbstractUDPDevice
AbstractUDPDevice(String)
- Constructor for class ist.palcom.device.
AbstractUDPDevice
AbstractXMLRepresentable
- Class in
ist.palcom.resource.descriptor
AbstractXMLRepresentable()
- Constructor for class ist.palcom.resource.descriptor.
AbstractXMLRepresentable
accept(File)
- Method in class ist.palcom.simulated.incubator.utils.
ExtensionFileFilter
accompliceInCommandName
- Variable in class ist.palcom.visualization.
AbstractAccompliceService
accompliceOutCommandName
- Variable in class ist.palcom.visualization.
AbstractAccompliceService
Action
- Class in
ist.palcom.resource.descriptor
Action()
- Constructor for class ist.palcom.resource.descriptor.
Action
actionListeners
- Variable in class ist.palcom.simulated.device.widgets.
ClickableArea
actionPerformed(ActionEvent)
- Method in class ist.palcom.palbox.
PalBoxDeviceGUI
actionPerformed(ActionEvent)
- Method in class ist.palcom.services.screencapturer.
ScreenDisplayGUI
actionPerformed(ActionEvent)
- Method in class ist.palcom.simulated.device.
AbstractSimulatedDeviceGUI
ActionWithParams
- Class in
ist.palcom.resource.descriptor
ActionWithParams()
- Constructor for class ist.palcom.resource.descriptor.
ActionWithParams
ActionWithParams(String, List)
- Constructor for class ist.palcom.resource.descriptor.
ActionWithParams
Activator
- Class in
ist.palcom.rcpbrowser
The activator class controls the plug-in life cycle
Activator()
- Constructor for class ist.palcom.rcpbrowser.
Activator
The constructor
actualType()
- Method in class ist.palcom.resource.descriptor.
ParamUse
actualType()
- Method in class ist.palcom.resource.descriptor.
Use
actualType()
- Method in class ist.palcom.resource.descriptor.
VariableUse
actualType_visited
- Variable in class ist.palcom.resource.descriptor.
ParamUse
actualType_visited
- Variable in class ist.palcom.resource.descriptor.
Use
actualType_visited
- Variable in class ist.palcom.resource.descriptor.
VariableUse
ADD
- Static variable in class ist.palcom.assemblies.
ResourceResponseEvent
add(Object)
- Method in class ist.palcom.collections.
LinearSet
add(String, MediaManager)
- Method in class ist.palcom.mal.
CompoundMediaManager
Add a manager handling a specific protocol, The protocol is the protocol part of the URLs, such as "datagram" for UDP or "http" for HTTP.
add(ASTNode)
- Method in class ist.palcom.resource.descriptor.
List
add(Object)
- Method in class ist.palcom.services.location.palgpsparser.datatypes.
Vector
add(UIComponent)
- Method in class ist.palcom.simulated.handheld.browser.ui.
UIContainer
add(int, String)
- Method in class ist.palcom.simulated.mstone.
DiabetesService
add(DiabetesTest)
- Method in class ist.palcom.simulated.mstone.
DiabetesStorage
add(Persistent)
- Method in class ist.palcom.storage.persistent.
PersistentStore
Add an object to the PersistentStore
add(Taggable)
- Method in class ist.palcom.storage.tags.
TaggedPersistentStore
add(Component)
- Method in class ist.palcom.visualization.engines.swing.
PaintSurface
add(Component)
- Method in class ist.palcom.visualization.engines.swing.widgets.custom.
PalWindow
addAction(Action)
- Method in class ist.palcom.resource.descriptor.
EventHandlerClause
addActionListener(ActionListener)
- Method in class ist.palcom.simulated.device.widgets.
ClickableArea
addAssemblyTab()
- Method in class ist.palcom.simulated.incubator.browser.
AssemblyPanel
addASTtoList(ArrayList)
- Method in class ist.palcom.resource.descriptor.
ASTNode
Hack to add a whole (sub)tree to an ArrayList
addChangeListener(DeviceTreeChangeListener)
- Method in class ist.palcom.localnetworkview.
PalcomDeviceTree
addChild(ASTNode)
- Method in class ist.palcom.resource.descriptor.
ASTNode
addChild(ASTNode)
- Method in class ist.palcom.resource.descriptor.
List
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.connections.
Connect
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.device.
Reply
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.device.
Request
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.discovery.
InfoEvent
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
AbstractXMLRepresentable
The implementation up here is empty.
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
AddressPart
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
AltServiceDeclList
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
CommandInfo
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
ConnectionDecl
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
ConnectionDeclList
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
DeviceAddress
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
DeviceDecl
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
DeviceDeclList
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
DeviceID
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
DeviceUse
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
EventHandlerClause
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
EventHandlerList
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
EventHandlerScript
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
GroupInfo
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
InvokeAction
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
LocalServiceIDReply
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
LocalServiceIDRequest
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
PRDAssemblyD
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
PRDAssemblyVer
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
PRDConnectionList
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
PRDConnectionListReply
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
PRDDevice
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
PRDDeviceReply
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
PRDServiceFMDescription
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
PRDServiceFMDescriptionReply
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
PRDServiceList
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
PRDServiceListReply
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
SelfTestAction
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
SendMessageAction
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
ServiceAddress
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
ServiceDecl
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
ServiceDeclList
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
ServiceDescription
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
ServiceInfo
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
ServiceInstanceID
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
ServiceInstanceIDReply
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
ServiceUse
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
SingleServiceDecl
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
SynthesizedService
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
SynthesizedServiceList
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
SynthesizedServiceUse
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
TemporaryAddress
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
UnboundServiceDecl
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
UnboundServiceDeclList
addChildFromXMLElement(XMLRepresentable)
- Method in class ist.palcom.resource.descriptor.
VariableList
addChildFromXMLElement(XMLRepresentable)
- Method in interface ist.palcom.xml.
XMLRepresentable
Add child as a child of the element.
addChildSiblingReference(String, String)
- Method in class ist.palcom.hgraph.
SiblingFunc
Creates a new child sibling reference and adds it to the local map.
addCommand(ASTNode)
- Method in class ist.palcom.eclipse.browserplugin.
PalcomBrowserPlugin
enqueue a command to be displayed in a new view
addConnection(Connection)
- Method in class ist.palcom.resource.descriptor.
ConnectionList
addConnection(ServiceInfo, PRDAssemblyVer)
- Static method in class ist.palcom.simulated.incubator.utils.
AssemblyEditor
Adds a ConnectionDecl for a service (customer or provider) to an assembly.
addConnection(PRDConnection, PRDAssemblyVer)
- Method in class ist.palcom.simulated.incubator.utils.
AssemblyEditor
addConnectionDecl(ConnectionDecl)
- Method in class ist.palcom.resource.descriptor.
ConnectionDeclList
addConnectionInfo(ConnectionInfo)
- Method in class ist.palcom.resource.descriptor.
ConnectionInfoList
addConnectivityListener(PalcomThread)
- Method in class ist.palcom.services.tilessimulator.communication.
IRMediaManager
addControlInfo(ControlInfo)
- Method in class ist.palcom.resource.descriptor.
GroupInfo
addControlInfo(ControlInfo)
- Method in class ist.palcom.resource.descriptor.
PRDServiceFMDescription
addControlItem(ControlItem)
- Method in class ist.palcom.resource.descriptor.
Group
addControlItem(ControlItem)
- Method in class ist.palcom.resource.descriptor.
ServiceProxy
addControlItemAndInfo(ControlItem)
- Method in class ist.palcom.resource.descriptor.
Group
addControlItemAndInfo(ControlItem)
- Method in class ist.palcom.resource.descriptor.
ServiceProxy
AddDeclCommandEvent
- Class in
ist.palcom.assemblies
AddDeclCommandEvent(PRDAssemblyVer, PRDData)
- Constructor for class ist.palcom.assemblies.
AddDeclCommandEvent
addDevice(Device)
- Method in class ist.palcom.resource.descriptor.
Network
addDevice(DisplayDevice, Point)
- Method in class ist.palcom.simulated.incubator.browser.
OverviewTab
addDevice(Device, PRDAssemblyVer)
- Method in class ist.palcom.simulated.incubator.utils.
AssemblyEditor
Add a device to an assembly
addDeviceDecl(DeviceDecl)
- Method in class ist.palcom.resource.descriptor.
DeviceDeclList
addDeviceToScenario(DeviceID, String)
- Method in class ist.palcom.simulated.device.factory.
AbstractDeviceFactory
Adds the device to the scenario.
addDisconnectReceiver(PalcomThread)
- Method in class ist.palcom.connections.
UnicastConnection
Add a PalcomThread that will be notified when the connection is disconnected.
addElement(Object)
- Method in class ist.palcom.eclipse.browserplugin.views.
BrowserView
addElement(String)
- Method in class ist.palcom.eclipse.browserplugin.views.
HelloEditView
addElement(String, String)
- Method in class ist.palcom.eclipse.browserplugin.views.
HelloEditView
addElement(Object)
- Method in class ist.palcom.eclipse.browserplugin.views.
HelloEditView
addElement(Object)
- Method in interface ist.palcom.localnetworkview.
DeviceAndServiceListener
addElement(Object)
- Method in class ist.palcom.simulated.incubator.
Incubator
addErrorHandler(PalcomThread)
- Method in class ist.palcom.communication.
CommunicationManager
Subscribe to error events from all media managers.
addErrorHandler(PalcomThread)
- Method in class ist.palcom.mal.
AbstractMediaManager
Subscribe to error events from this media manager.
addErrorHandler(PalcomPriorityThread)
- Method in class ist.palcom.mal.
CompoundMediaManager
Adds the error handler to all registered managers, and cached for further reference
addErrorHandler(PalcomThread)
- Method in interface ist.palcom.mal.
MediaManager
Subscribe to error events from this media manager.
addErrorHandler(PalcomThread)
- Method in class ist.palcom.rascal.
RascalMediaManager
addErrorHandler(PalcomThread)
- Method in class ist.palcom.routing.
AbstractRoutingManager2
addErrorHandler(PalcomThread)
- Method in class ist.palcom.routing.
BasicRoutingManager
addErrorHandler(PalcomThread)
- Method in interface ist.palcom.routing.
RoutingManager
addErrorHandler(PalcomThread)
- Method in class ist.palcom.routing.util.
AbstractRoutingManager
addErrorHandler(PalcomThread)
- Method in class ist.palcom.routing.util.
SimpleRoutingManager
Subscribe to error events from all media managers.
addEvent(CommandInfo, PRDAssemblyVer)
- Static method in class ist.palcom.simulated.incubator.utils.
AssemblyEditor
Add an event to the assembly
addEventHandlerClause(EventHandlerClause)
- Method in class ist.palcom.resource.descriptor.
EventHandlerList
addExceptionMapping(String, Object)
- Method in class ist.palcom.base.
System
addGroupID(GroupIDNode)
- Method in class ist.palcom.resource.descriptor.
GroupcastGroupIDList
addHandler(Handler, Path)
- Method in class ist.palcom.hgraph.
FuncFunc
Adds a handler to the node.
addInCommandReceiver(PalcomThread)
- Method in class ist.palcom.resource.descriptor.
ServiceProxy
Add a receiver for InCommands invoked on this ServiceProxy.
addInCommandReceiver(PalcomThread)
- Method in class ist.palcom.services.poetry.
DisplayerControlProvider
Add a PalcomThread that will receive in-commands sent to this provider.
addInCommandReceiver(PalcomThread)
- Method in class ist.palcom.services.poetry.
GeneratorControlProvider
Add a PalcomThread that will receive in-commands sent to this provider.
addInfo(Info)
- Method in class ist.palcom.assembly.manager.
InfoMonitor
addInfo(GroupIDInfo)
- Method in class ist.palcom.resource.descriptor.
GroupIDNode
addInfo(TopicInfo)
- Method in class ist.palcom.resource.descriptor.
TopicNode
addInfoListener(InfoListener)
- Method in interface ist.palcom.info.
InfoHandler
Adds a listener for InfoEvents posted after the list changes.
addInfoListener(InfoListener)
- Method in class ist.palcom.info.
ModifiableInfoHandler
addInvokator(Invokator, Path)
- Method in class ist.palcom.hgraph.
FuncFunc
Adds an invokator to the node
addLink(String, int, String, int)
- Method in class ist.palcom.services.tilessimulator.gui.
Pool
Adds a link between tiles.
addListener(Listener, Path)
- Method in class ist.palcom.hgraph.
FuncFunc
Adds a listener to the node
addListener(CommandEventListener)
- Method in class ist.palcom.services.
CommandListenerThread
addListOfServicesAtDeviceLevel(ArrayList, PRDSubList)
- Method in class ist.palcom.assemblies.
AssemblyDeviceContext
addListOfServicesAtDeviceLevel(ArrayList, PRDSubList)
- Method in class ist.palcom.device.
AbstractDeviceContext
Adds subList to the service list located at the highest level, direct under the device.
addListOfServicesAtDeviceLevel(ArrayList, PRDSubList)
- Method in interface ist.palcom.device.
DeviceContext
Adds subList to the service list located at the highest level, direct under the device.
addListOfServicesAtDeviceLevel(ArrayList, PRDSubList)
- Method in class ist.palcom.services.overview.
PalOverviewBrowserDeviceContext
addListOfServicesToList(LocalSID, ArrayList, PRDSubList)
- Method in class ist.palcom.assemblies.
AssemblyDeviceContext
addListOfServicesToList(LocalSID, ArrayList, PRDSubList)
- Method in class ist.palcom.device.
AbstractDeviceContext
Adds subList to the service list idenfitied by listLocalSID.
addListOfServicesToList(LocalSID, ArrayList, PRDSubList)
- Method in interface ist.palcom.device.
DeviceContext
Adds subList to the service list idenfitied by listLocalSID.
addListOfServicesToList(LocalSID, ArrayList, PRDSubList)
- Method in class ist.palcom.services.overview.
PalOverviewBrowserDeviceContext
addLocalPeer(URN, Selector)
- Method in class ist.palcom.routing.util.
DSDVRoutingManager
Add a peer to the DSDV-table and ensure no duplicates.
addLookupPath(String)
- Method in class ist.palcom.base.
System
Add a (file system) path where classes are looked up on calls to
System.newInstance(String, Object[])
.
addMediaManager(MediaManager)
- Method in class ist.palcom.routing.util.
SimpleRoutingManager
Add another mediamanager and start to listen for events from it.
addMessageReceiver(PalcomThread)
- Method in class ist.palcom.connections.
Connection
addNeighborLines(TilePeer)
- Method in class ist.palcom.services.tilessimulator.gui.
PoolPanel
addNewDevice(DeviceProperties)
- Method in class ist.palcom.simulated.incubator.browser.
StationaryDeviceMenu
addNode(Object)
- Method in class ist.palcom.eclipse.browserplugin.
DeviceTreeContentProvider
addNode(Object)
- Method in class ist.palcom.localnetworkview.
PalcomDeviceTree
addNode is inserts newly discovered services and connections into the tree.
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.assemblies.
AssemblyDeviceContext
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.communication.
CommunicationManager
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.connections.
Connection
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.connections.
ConnectionsManager
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.device.
AbstractDeviceContext
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.device.
RemoteConnectManager
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.discovery.
DiscoveryManager
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.hgraph.
HgraphNode
addNodeChild(IHgraphNode, Path)
- Method in interface ist.palcom.hgraph.
IHgraphNode
Adds a child to the node's private list of children.
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.hgraph.manager.
HgraphManager
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.messaging.
PointToPointManager
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.pubsub.
PubSubManager
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.resource.descriptor.
PRDData
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.routing.
AbstractRoutingManager2
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.routing.util.
AbstractRoutingManager
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.services.
AbstractService
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.services.location.compass.
BTCompass
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.services.overview.
PalOverviewBrowserDeviceContext
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.visualization.engines.swing.
SwingVisualizationEngine
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.visualization.manager.
TypeManager
addNodeChild(IHgraphNode, Path)
- Method in class ist.palcom.visualization.manager.
VisualizationManager
addOutCommandReceiver(PalcomThread)
- Method in class ist.palcom.resource.descriptor.
ServiceProxy
Add a receiver for OutCommands received at this ServiceProxy.
addOutCommandView(OutCommandView)
- Method in class ist.palcom.eclipse.browserplugin.
PalcomBrowserPlugin
addOutEventListener(OutEventListener)
- Method in class ist.palcom.device.
DeviceIO
addOutEventListener(OutEventListener)
- Method in interface ist.palcom.device.
IDeviceIO
Register a listener for events from the palcom side.
addParam(Param)
- Method in class ist.palcom.resource.descriptor.
Command
addParamAndInfo(Param)
- Method in class ist.palcom.resource.descriptor.
Command
addParamInfo(ParamInfo)
- Method in class ist.palcom.resource.descriptor.
CommandInfo
addParamValue(Use)
- Method in class ist.palcom.resource.descriptor.
ActionWithParams
addParamValue(Use)
- Method in class ist.palcom.resource.descriptor.
InvokeAction
addParamValue(Use)
- Method in class ist.palcom.resource.descriptor.
SelfTestAction
addParamValue(Use)
- Method in class ist.palcom.resource.descriptor.
SendMessageAction
addPart(Message)
- Method in class ist.palcom.mal.
Message
addPart(Message)
- Method in class ist.palcom.mal.
MultiPartMessage
addPeer(DSDVPeer)
- Method in class ist.palcom.routing.util.
DSDVTable
addPRDAssemblyVer(PRDAssemblyVer)
- Method in class ist.palcom.resource.descriptor.
PRDAssemblyD
addPRDConnection(PRDConnection)
- Method in class ist.palcom.resource.descriptor.
PRDConnectionList
addPRDService(PRDService)
- Method in class ist.palcom.resource.descriptor.
PRDServiceList
addPRDServiceListItem(PRDServiceListItem)
- Method in class ist.palcom.resource.descriptor.
PRDServiceList
addPRDSubList(PRDSubList)
- Method in class ist.palcom.resource.descriptor.
PRDServiceList
addRange(TextPresentation, int, int, TextAttribute)
- Method in class ist.palcom.eclipse.xml.editors.
NonRuleBasedDamagerRepairer
Adds style information to the given text presentation.
addReliableNodeAndSend(AbstractRoutingManager2.CommunicationKey, String, Message)
- Method in class ist.palcom.routing.
AbstractRoutingManager2.ReliableMessageHandler
Called when sending a reliable message.
addressingManager
- Variable in class ist.palcom.device.
AbstractDeviceContext
addressMatches(AbstractResourceAddress)
- Method in class ist.palcom.resource.descriptor.
SubList
addressMatches_AbstractResourceAddress_visited
- Variable in class ist.palcom.resource.descriptor.
SubList
AddressPart
- Class in
ist.palcom.resource.descriptor
AddressPart()
- Constructor for class ist.palcom.resource.descriptor.
AddressPart
AddressPart(DeviceID, String)
- Constructor for class ist.palcom.resource.descriptor.
AddressPart
AddressUse
- Class in
ist.palcom.resource.descriptor
AddressUse()
- Constructor for class ist.palcom.resource.descriptor.
AddressUse
AddressUse(String)
- Constructor for class ist.palcom.resource.descriptor.
AddressUse
addScreenComponent(JComponent)
- Method in class ist.palcom.simulated.handheld.
HandheldGUI
addScreenComponent(JComponent)
- Method in class ist.palcom.simulated.incubator.
IncubatorGUI
addService(ASTNode)
- Method in class ist.palcom.eclipse.browserplugin.
PalcomBrowserPlugin
enqueue a service to be displayed in a new view
addService(ServiceListPart)
- Method in class ist.palcom.resource.descriptor.
Device
addService(ServiceListPart)
- Method in class ist.palcom.resource.descriptor.
SubList
addService(Service, PRDAssemblyVer)
- Method in class ist.palcom.simulated.incubator.utils.
AssemblyEditor
Add a service to an assembly
addServiceAtDeviceLevel(Service)
- Method in class ist.palcom.assemblies.
AssemblyDeviceContext
addServiceAtDeviceLevel(Service)
- Method in class ist.palcom.device.
AbstractDeviceContext
Adds a service to the device.
addServiceAtDeviceLevel(Service)
- Method in interface ist.palcom.device.
DeviceContext
Adds a service to the device.
addServiceAtDeviceLevel(Service)
- Method in class ist.palcom.services.overview.
PalOverviewBrowserDeviceContext
addServiceDecl(AltServiceDecl)
- Method in class ist.palcom.resource.descriptor.
AltServiceDeclList
addServiceDecl(ServiceDecl)
- Method in class ist.palcom.resource.descriptor.
ServiceDeclList
addServiceDescriptionView(ServiceDescriptionView)
- Method in class ist.palcom.eclipse.browserplugin.
PalcomBrowserPlugin
addServiceInfoListItem(ServiceInfoListItem)
- Method in class ist.palcom.resource.descriptor.
ServiceInfoList
addServiceProxyListener(PalcomThread)
- Method in class ist.palcom.services.
AbstractService
Add a listener for received ServiceProxies, for established connections to providers.
addServiceToList(Service, LocalSID)
- Method in class ist.palcom.assemblies.
AssemblyDeviceContext
addServiceToList(Service, LocalSID)
- Method in class ist.palcom.device.
AbstractDeviceContext
Adds a service to a service list identified by listLocalSID.
addServiceToList(Service, LocalSID)
- Method in interface ist.palcom.device.
DeviceContext
Adds a service to a service list identified by listLocalSID.
addServiceToList(Service, LocalSID)
- Method in class ist.palcom.services.overview.
PalOverviewBrowserDeviceContext
addSiblingReference(SiblingReference)
- Method in class ist.palcom.hgraph.
SiblingFunc
Adds a sibling reference to the local sibling reference map.
addSwingComponentsForChildrenToSwingContainer(JComponent)
- Method in class ist.palcom.simulated.handheld.browser.ui.
UIContainer
addSynthesizedService(SynthesizedService)
- Method in class ist.palcom.resource.descriptor.
SynthesizedServiceList
addTilePeer(TilePeer)
- Method in class ist.palcom.services.tilessimulator.gui.
Pool
addTilePeer(TilePeer)
- Method in class ist.palcom.services.tilessimulator.gui.
PoolPanel
addToAssembly(Assembly)
- Method in class ist.palcom.resource.descriptor.
AbstractXMLRepresentable
addToAssembly(Assembly)
- Method in class ist.palcom.resource.descriptor.
ConnectionDecl
addToAssembly(Assembly)
- Method in class ist.palcom.resource.descriptor.
DeviceDecl
addToAssembly(Assembly)
- Method in class ist.palcom.resource.descriptor.
ServiceDecl
addToMetadata(IIOImage, String)
- Method in class ist.palcom.simulated.geotagger.
JPEGHandler
Adds text to the metadata of iioImage, as a metadata comment.
addTopic(TopicNode)
- Method in class ist.palcom.resource.descriptor.
BroadcastTopicList
addToServiceList(DeviceContext, PRDSubList)
- Method in class ist.palcom.service.manager.
UnboundService
addToServiceProxy(Command)
- Method in class ist.palcom.visualization.
AbstractAccompliceService
addUI(ServiceProxy)
- Method in class ist.palcom.simulated.handheld.browser.
BrowserPanel
Add a UI for a service description.
addUICommand(ServiceProxy)
- Method in class ist.palcom.simulated.incubator.browser.
AssemblyPanel
addUIs(ServiceProxy)
- Method in class ist.palcom.simulated.incubator.browser.
BrowserPanel
Add a UI for a service description.
addUnboundServiceDecl(UnboundServiceDecl)
- Method in class ist.palcom.resource.descriptor.
UnboundServiceDeclList
addValue(Value, Path)
- Method in class ist.palcom.hgraph.
ValueFunc
Adds a value to the local list of inspectable values.
addVariableDecl(VariableDecl)
- Method in class ist.palcom.resource.descriptor.
VariableList
addVersion(PRDAssemblyVer)
- Method in class ist.palcom.resource.descriptor.
PRDAssemblyD
Add a version to the PRDAssemblyD, if it matches previously set name/version or name is unset.
AInfoEvent
- Class in
ist.palcom.resourceAddressing
AInfoEvent(Info, boolean)
- Constructor for class ist.palcom.resourceAddressing.
AInfoEvent
AISListener
- Interface in
ist.palcom.services.ais
AISReader
- Class in
ist.palcom.services.ais.source
Reads AIS information from a hardware receiver using the serial port interface.
AISReader(String)
- Constructor for class ist.palcom.services.ais.source.
AISReader
AISReaderService
- Class in
ist.palcom.services.ais
Service for sending ship information (obtained from the AIS system) to subscribers.
AISReaderService(DeviceContext, AISSource)
- Constructor for class ist.palcom.services.ais.
AISReaderService
AISSource
- Interface in
ist.palcom.services.ais.source
A source of actual AIS information.
ALARM
- Static variable in class ist.palcom.simulated.incubator.utils.
DeviceProperties
ALARM
- Static variable in class ist.palcom.simulated.incubator.utils.
MyFont
AlarmHRHRDevice
- Class in
ist.palcom.services.alarmhrhr
Device that take two input values (Heartrate) and provide two different alarmstates depending on the relation between the two values.
AlarmHRHRDevice(String, DeviceID)
- Constructor for class ist.palcom.services.alarmhrhr.
AlarmHRHRDevice
AlarmHRHRService
- Class in
ist.palcom.services.alarmhrhr
AlarmHRHRService(DeviceContext)
- Constructor for class ist.palcom.services.alarmhrhr.
AlarmHRHRService
AlarmService
- Class in
ist.palcom.services.incubator.alarm
This service accepts a message as input and prints it in the alert window.
AlarmService(DeviceContext, AlarmWindow)
- Constructor for class ist.palcom.services.incubator.alarm.
AlarmService
AlarmWindow
- Class in
ist.palcom.services.incubator.alarm
This class implements the alert window.
AlarmWindow()
- Constructor for class ist.palcom.services.incubator.alarm.
AlarmWindow
alert(String)
- Method in class ist.palcom.services.incubator.alarm.
AlarmWindow
allConnectionsEstablished()
- Method in class ist.palcom.assemblies.
Assembly
for self-test
allowURN(URN)
- Method in class ist.palcom.assemblies.
UpdateStateMachine
allProximityHistory()
- Method in class ist.palcom.services.proximity.
NFCModule
This method returns a list of all objects currently in proximity.
altitude
- Variable in class ist.palcom.services.location.palgpsparser.datatypes.
GPGGARecord
altitudeUnit
- Variable in class ist.palcom.services.location.palgpsparser.datatypes.
GPGGARecord
AltServiceDecl
- Class in
ist.palcom.resource.descriptor
AltServiceDecl(Identifier, DeviceUse, ServiceAddress, String)
- Constructor for class ist.palcom.resource.descriptor.
AltServiceDecl
AltServiceDecl()
- Constructor for class ist.palcom.resource.descriptor.
AltServiceDecl
AltServiceDecl(Identifier, DeviceUse, ServiceID, String, String)
- Constructor for class ist.palcom.resource.descriptor.
AltServiceDecl
AltServiceDeclList
- Class in
ist.palcom.resource.descriptor
AltServiceDeclList()
- Constructor for class ist.palcom.resource.descriptor.
AltServiceDeclList
AltServiceDeclList(List)
- Constructor for class ist.palcom.resource.descriptor.
AltServiceDeclList
Answer
- Class in
ist.palcom.contingency.manager.events
Deprecated.
Answer(Query)
- Constructor for class ist.palcom.contingency.manager.events.
Answer
Deprecated.
Answer(Query, Object)
- Constructor for class ist.palcom.contingency.manager.events.
Answer
Deprecated.
answer
- Variable in class ist.palcom.contingency.manager.events.query.
Query
append(Object)
- Method in class ist.palcom.base.
StringBuilder
append(int)
- Method in class ist.palcom.base.
StringBuilder
appendChar(char)
- Method in class ist.palcom.base.
StringBuilder
Application
- Class in
ist.palcom.rcpbrowser
This class controls all aspects of the application's execution
Application()
- Constructor for class ist.palcom.rcpbrowser.
Application
ApplicationActionBarAdvisor
- Class in
ist.palcom.rcpbrowser
An action bar advisor is responsible for creating, adding, and disposing of the actions added to a workbench window.
ApplicationActionBarAdvisor(IActionBarConfigurer)
- Constructor for class ist.palcom.rcpbrowser.
ApplicationActionBarAdvisor
ApplicationLauncherGUI
- Class in
ist.palcom.applicationlauncher
PalCom Application Launcher for launching PalCom services from a jar file and PalCom assemblies.
ApplicationLauncherGUI()
- Constructor for class ist.palcom.applicationlauncher.