| Package | Description |
|---|---|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.bridge.mock |
This package provides a completely 'virtual' implementation of the bridge.
|
| org.mmbase.bridge.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicNode
Basic implementation of Node.
|
class |
BasicNodeManager
This class represents a node's type information object - what used to be the 'builder'.
|
class |
BasicRelation |
class |
BasicRelationManager |
class |
VirtualNode
Implementation of Node.
|
class |
VirtualNodeManager
This class represents a virtual node type information object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockNode
MockNodes belong to a
MockCloud. |
class |
MockNodeManager
Straight-forward implementation of NodeManager based on a Map with DataType's.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNodeManager
Abstract implementation of NodeManager, to minimalize the implementation of a virtual one.
|
class |
MapNode<V>
A bridge Node based on a
Map. |
class |
MapNodeManager
A bridge NodeManager based on a Map of node values.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}