Package edu.memphis.ccrg.lida.framework.shared

Contains classes related to common data structures used in the framework.

See:
          Description

Interface Summary
Link A link connects two Linkable objects.
Linkable A object that can have links attached to it.
LinkCategory Specifies the category of a Link.
Node Node represents a Concept in LIDA.
NodeStructure A NodeStructure holds a collection of Nodes an Links.
RefractoryPeriod Implementors of this interface can have a refractory period.
 

Class Summary
ConcurrentHashSet<E> Thread-safe HashSet based on a ConcurrentHashMap
ElementFactory Standard factory for the basic elements of the framework.
ExtendedId Generalized Id for Both Nodes and Links.
LinkImpl A Link that connects a Node to a Linkable (Node or Link).
NodeImpl Default Node Implementation
NodeStructureImpl Default implementation of NodeStructure.
UnmodifiableNodeStructureImpl An immutable NodeStructureImpl.
 

Package edu.memphis.ccrg.lida.framework.shared Description

Contains classes related to common data structures used in the framework.