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)
          Copies the non-null values from the source Object into this instance.
 

Method Detail

merge

void merge(Object source)
Copies the non-null values from the source Object into this instance.

Parameters:
source -


Copyright © 2004-2008 Aduna. All Rights Reserved.