Uses of Interface
com.vii.brillien.kernel.axiom.transport.Communication

Packages that use Communication
com.vii.brillien.kernel.axiom   
com.vii.brillien.kernel.axiom.atomic   
com.vii.brillien.kernel.axiom.atomic.component   
com.vii.brillien.kernel.axiom.transport   
 

Uses of Communication in com.vii.brillien.kernel.axiom
 

Classes in com.vii.brillien.kernel.axiom with type parameters of type Communication
 interface Aspirer<C extends Communication,R>
          Brillien represents the probelms of real world as a free communications' flow.
 interface Presence<C extends Communication,R>
          Brillien represents the probelms of real world as a free communications' flow.
 interface Sensor<C extends Communication>
          Brillien represents the probelms of real world as a free communications' flow.
 

Uses of Communication in com.vii.brillien.kernel.axiom.atomic
 

Classes in com.vii.brillien.kernel.axiom.atomic with type parameters of type Communication
 interface Commander<P extends PresenceManager,C extends Communication,R>
          Commander is a central management object in Brillien.
 interface Context<P extends Presence,C extends Communication,R>
          Context is a special Unit type providing a metalevel collapsing set functionality extended by sharing services.
 interface Flow<P extends Presence,C extends Communication,R>
          Flow are the high-level component to provide flow-related functionality.
 interface Presence<C extends Communication,R>
          This is the most basic extension of the axiomatic Presence term.
 interface PresenceManager<P extends Presence,C extends Communication>
          Instantiation manager interface, factory-like interface according the environment of the component like: used libraries, component version, transaction management, instance management type, etc.
 interface Unit<P extends Presence,C extends Communication,R>
          Set-like Presence type.
 

Uses of Communication in com.vii.brillien.kernel.axiom.atomic.component
 

Classes in com.vii.brillien.kernel.axiom.atomic.component with type parameters of type Communication
 interface CharacteristicFunction<P extends Presence,C extends Communication,R>
          For every Unit presence, a CharacteristicFunction is defined to decide whether a Presence object is element of the set or not These type of Presence has main role in subset creation too.
 interface EquivalenceRelation<P extends Presence,C extends Communication,R>
          This interface represents EquivalenceRelation for subset creation or classification operation
 interface OrderRelation<P extends Presence,C extends Communication,R>
          This interface represents an order relation for set ordering.
 

Uses of Communication in com.vii.brillien.kernel.axiom.transport
 

Classes in com.vii.brillien.kernel.axiom.transport with type parameters of type Communication
 interface Mediator<C extends Communication,T>
          Mediator type to collect all communication sending request invoked by Presences and to delegate to the communication realizing subsystem.
 interface MessageProcessor<C extends Communication>
          Represents a Runnable type, which is the key part of the notification mechanism in Brillien.
 

Methods in com.vii.brillien.kernel.axiom.transport with parameters of type Communication
 boolean Communication.isAnswerTo(Communication msg)
           
 



Copyright © 2012. All Rights Reserved.