Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.respect.test.* (2)

alice.respect: Javadoc index of package alice.respect.


Package Samples:

alice.respect.test

Classes:

UserLocal: this is the basic class for developing tuple media local user in this case the user is local to the daemon (which is unique inside a java VM) this class serves as both acceptor and connector; it is used to access only one tuple centre
Reactor: this class defines the ReSpecT tuple centre reactor component. the specified reactions are parsed and executed using tuProlog engines.
TupleCentreVM: Defines a Respect LogicTuple Centre VM. The main that makes the difference is the Respect Reactor instantiated as tuple medium reactor.
AgentId: agent identifier for logic tuple centres, described in term of string name. As logic tuple, it is represented by the name itself.
TRSetImpl: Naive implementation of the TRSet interface, defining the behaviour of the component that manages triggered reactions.
EventSetImpl: Naive implementation of the EventSet interface, defining the behaviour of the component managin vm events storage.
TupleSetImpl: Naive implementation of the TupleSet interface, defining the behaviour of the component managin tuple storage.
Library: this tuProlog library defines the behaviour of ReSpecT primitives, used inside ReSpecT sources.
ActivityLibrary: It's a tuprolog library used by prolog agent spawned as PrologActivity from ReSpecT source.
TupleCentreId: tuple centre identifier for logic tuple centres, described in term of a name (string)
LogicReaction: Defines the reaction type managed by ReSpect Reactor (logic reactions).
ActivitySpawner: Base class for the activity (Java and Prolog) spawner of ReSpecT.
JavaSpawner: Defines the spawner of Java activities from ReSpecT sources.
PrologSpawner: Defines the spawner of prolog activities from ReSpecT code.
OutTCActivity: Base class defining Activity spawnable from ReSpecT code.
OutTCSpawner: Defines the OutTC activity spawnable from ReSpecT code.
PrologActivity: Defines the prolog agent spawnable from ReSpecT code.
JavaActivity: Defines the java agent spawnable from ReSpecT code.
TupleCentre: Standalone running tuple centre vm
ReactionTest
TestRespectActivity

Home | Contact Us | Privacy Policy | Terms of Service