org.expasy.jpl.commons.base
Interface DomainOfDefinition<T>

Type Parameters:
T - the object type to defined domain of definition on.
All Known Implementing Classes:
Interval

public interface DomainOfDefinition<T>

The DomainOfDefinition interface has to be implemented by all class that defines specific domain of definition.

Version:
1.0
Author:
nikitin

Method Summary
 boolean contains(T t)
           
 

Method Detail

contains

boolean contains(T t)
Returns:
true if -object belongs to domain of definition


Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.