Index

C D E G M N P S T 
All Classes and Interfaces|All Packages|Serialized Form

C

ContextTest - Class in nl.tudelft.simulation.dsol.naming.context
Tests the context.
ContextTest() - Constructor for class nl.tudelft.simulation.dsol.naming.context.ContextTest
 
ContextTest.TestObject - Class in nl.tudelft.simulation.dsol.naming.context
Test object with ToString() method.
ContextTestPubSub - Class in nl.tudelft.simulation.dsol.naming.context
Tests the context's publish / subscribe mechanism.
ContextTestPubSub() - Constructor for class nl.tudelft.simulation.dsol.naming.context.ContextTestPubSub
 
ContextTestPubSub.TestEventListener - Class in nl.tudelft.simulation.dsol.naming.context
EventListener to test received events.
ContextTestPubSub.TestObject - Class in nl.tudelft.simulation.dsol.naming.context
Test object with ToString() method.
ContextTestUtil - Class in nl.tudelft.simulation.dsol.naming.context
ContextTestUtil.java.
ContextTreeTest - Class in nl.tudelft.simulation.dsol.naming.context
Tests the context where larger parts of the tree are evaluated.
ContextTreeTest() - Constructor for class nl.tudelft.simulation.dsol.naming.context.ContextTreeTest
 

D

DemoClient - Class in nl.tudelft.simulation.dsol.naming.demo
DemoClient sets up a connection to the remote context at DemoServer and periodically prints the results.
DemoClient() - Constructor for class nl.tudelft.simulation.dsol.naming.demo.DemoClient
 
DemoServer - Class in nl.tudelft.simulation.dsol.naming.demo
DemoServer sets up a context with a few items and subcontexts to which a DemoClient can subscribe.
DemoServer() - Constructor for class nl.tudelft.simulation.dsol.naming.demo.DemoServer
 
DemoServerInterface - Interface in nl.tudelft.simulation.dsol.naming.demo
DemoServerInterface.java.
destroyInitialEventContext(InitialEventContext) - Static method in class nl.tudelft.simulation.dsol.naming.context.ContextTestUtil
Destroy the initialEventContext so next tests are not confronted with an already existing initial event context.

E

EventContextTest - Class in nl.tudelft.simulation.dsol.naming.context.event
EventContextTest.java.
EventContextTest() - Constructor for class nl.tudelft.simulation.dsol.naming.context.event.EventContextTest
 
EventContextTest.TestEventListener - Class in nl.tudelft.simulation.dsol.naming.context.event
EventListener to test received events.
EventContextTest.TestObject - Class in nl.tudelft.simulation.dsol.naming.context.event
Test object with ToString() method.
EXIT_EVENT - Static variable in interface nl.tudelft.simulation.dsol.naming.demo.DemoServerInterface
the exit event.

G

getEventListenerMap() - Method in class nl.tudelft.simulation.dsol.naming.demo.DemoServer
getField() - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTestPubSub.TestObject
 
getField() - Method in class nl.tudelft.simulation.dsol.naming.context.event.EventContextTest.TestObject
 
getReceivedEvent() - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTestPubSub.TestEventListener
 
getReceivedEvent() - Method in class nl.tudelft.simulation.dsol.naming.context.event.EventContextTest.TestEventListener
 

M

main(String[]) - Static method in class nl.tudelft.simulation.dsol.naming.demo.DemoClient
 
main(String[]) - Static method in class nl.tudelft.simulation.dsol.naming.demo.DemoServer
 

N

nl.tudelft.simulation.dsol.naming.context - package nl.tudelft.simulation.dsol.naming.context
 
nl.tudelft.simulation.dsol.naming.context.event - package nl.tudelft.simulation.dsol.naming.context.event
 
nl.tudelft.simulation.dsol.naming.demo - package nl.tudelft.simulation.dsol.naming.demo
 
notify(Event) - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTestPubSub.TestEventListener
notify(Event) - Method in class nl.tudelft.simulation.dsol.naming.context.event.EventContextTest.TestEventListener
notify(Event) - Method in class nl.tudelft.simulation.dsol.naming.demo.DemoClient

P

print(ContextInterface, int) - Static method in class nl.tudelft.simulation.dsol.naming.demo.DemoServer
recursively print the context to stdout.

S

setExpectingNotification(boolean) - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTestPubSub.TestEventListener
 
setExpectingNotification(boolean) - Method in class nl.tudelft.simulation.dsol.naming.context.event.EventContextTest.TestEventListener
 
setField(String) - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTestPubSub.TestObject
 
setField(String) - Method in class nl.tudelft.simulation.dsol.naming.context.event.EventContextTest.TestObject
 

T

testContext() - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTest
test for different types of context.
testContext(ContextInterface, ContextInterface, boolean) - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTest
test basics for a Context.
testContextBindUnbind(ContextInterface, ContextInterface, String, int, ContextInterface) - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTest
test bind, rebind and unbind, get, exists, keySet, values, bindings for a Context.
testContextEvents(ContextInterface) - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTestPubSub
test basics for a Context.
testContextName() - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTest
test the ContextName object
testContextPubSub() - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTestPubSub
test for different types of context.
testContextTree() - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTreeTest
test for different types of context.
testContextTree(ContextInterface) - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTreeTest
test basics for a Context Tree.
testContextUtil(ContextInterface) - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTreeTest
test ContextUtil methods for a Context Tree.
testEventContextImplKeys() - Method in class nl.tudelft.simulation.dsol.naming.context.event.EventContextTest
Test the ContextEventProducerImpl class.
testEventContextPubSub() - Method in class nl.tudelft.simulation.dsol.naming.context.event.EventContextTest
Test the context scope pub/sub mechanism of the EventContext.
TestEventListener() - Constructor for class nl.tudelft.simulation.dsol.naming.context.ContextTestPubSub.TestEventListener
 
TestEventListener(ContextScope) - Constructor for class nl.tudelft.simulation.dsol.naming.context.event.EventContextTest.TestEventListener
 
testNullEventContext(InitialEventContext) - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTest
test the non-initialized InitialEventContext.
TestObject(String) - Constructor for class nl.tudelft.simulation.dsol.naming.context.ContextTest.TestObject
 
TestObject(String) - Constructor for class nl.tudelft.simulation.dsol.naming.context.ContextTestPubSub.TestObject
 
TestObject(String) - Constructor for class nl.tudelft.simulation.dsol.naming.context.event.EventContextTest.TestObject
 
testSubContext(ContextInterface, ContextInterface) - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTest
test create and destroy for a subContext.
toString() - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTest.TestObject
toString() - Method in class nl.tudelft.simulation.dsol.naming.context.ContextTestPubSub.TestObject
toString() - Method in class nl.tudelft.simulation.dsol.naming.context.event.EventContextTest.TestObject
toString() - Method in class nl.tudelft.simulation.dsol.naming.demo.DemoServer
 
C D E G M N P S T 
All Classes and Interfaces|All Packages|Serialized Form