org.molwind.model
Interface PartialMatch

All Known Implementing Classes:
BaseRelationship, PartOf

public interface PartialMatch

PartialMatch represents an interface for relationships that can be matched partially.

Version:
1.0
Author:
Oliver Karch

Method Summary
 boolean matches(Relationship relation)
          Match the given relationship.
 

Method Detail

matches

boolean matches(Relationship relation)
Match the given relationship.

Parameters:
relation - the relationship to match
Returns:
true if this relationship matches the given one


Copyright © 2008-2010. All Rights Reserved.