org.jrdf.query.relation.operation
Interface NadicJoin

All Superinterfaces:
Operation
All Known Implementing Classes:
NadicJoinImpl

public interface NadicJoin
extends Operation

Merely a marker interface - used to differentiate between two types of join. A join that combines n-relations.

Version:
$Revision: 1804 $
Author:
Andrew Newman

Method Summary
 Relation join(Set<Relation> relation)
           
 

Method Detail

join

Relation join(Set<Relation> relation)