org.reflext.api.relationship
Interface TypeRelationship<T1 extends TypeInfo,T2 extends TypeInfo>

All Known Implementing Classes:
SubType

public interface TypeRelationship<T1 extends TypeInfo,T2 extends TypeInfo>

Version:
$Revision$
Author:
Julien Viet

Field Summary
static TypeRelationship<TypeInfo,TypeInfo> SUB_TYPE
           
 
Method Summary
 boolean isSatisfied(T1 t1, T2 t2)
           
 

Field Detail

SUB_TYPE

static final TypeRelationship<TypeInfo,TypeInfo> SUB_TYPE
Method Detail

isSatisfied

boolean isSatisfied(T1 t1,
                    T2 t2)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.