com.sdm.quasar.client.core.data.structure
Class BaseNode

java.lang.Object
  extended bycom.sdm.quasar.client.core.data.structure.Node
      extended bycom.sdm.quasar.client.core.data.structure.BaseNode
All Implemented Interfaces:
SystemInfoProvider

public class BaseNode
extends Node

Defines a node that does contain a value.

Version:
1.0
Author:
Thomas Wolf, sd&m AG, Bernd Olleck, sd&m AG

Constructor Summary
BaseNode(java.lang.String key, java.lang.Class type)
          Constructor
 
Methods inherited from class com.sdm.quasar.client.core.data.structure.Node
collectSystemInfo, getKey, getSourceNodeKeys, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseNode

public BaseNode(java.lang.String key,
                java.lang.Class type)
Constructor

Parameters:
key - the key of the node
type - the type of the value that this node represents