org.openrdf.elmo
Interface Mergeable

All Known Implementing Classes:
SesameContainer, SesameContainerDisabler, SesameList

public interface Mergeable

Implemented by all behaviours that can be merged into an Object outside of the managed entities.

Author:
James Leigh

Method Summary
 void merge(Object source)
          Initialises the values of this instance with none-null values of the source Object.
 

Method Detail

merge

void merge(Object source)
Initialises the values of this instance with none-null values of the source Object.

Parameters:
source -


Copyright © 2004-2008 Aduna. All Rights Reserved.