org.openrdf.repository.object.traits
Interface Mergeable

All Known Implementing Classes:
RDFList, RDFSContainer, RDFSContainerDisabler

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)
           throws RepositoryException
Initialises the values of this instance with none-null values of the source Object.

Parameters:
source -
Throws:
RepositoryException


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.