cfa.vo.iris.sed
Interface IXSegment<T extends IPoint>

All Superinterfaces:
IList<T>, Iterable<T>
All Known Implementing Classes:
XSegment

public interface IXSegment<T extends IPoint>
extends IList<T>

Author:
olaurino

Method Summary
 void add(IXSed sed)
           
 IList<T> filter(IPredicate<T> predicate, String id)
           
 IList<IXSed> getSeds()
           
 
Methods inherited from interface cfa.vo.iris.utils.IList
add, add, addAll, addAll, get, getId, isEmpty, remove, setId, size
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getSeds

IList<IXSed> getSeds()

add

void add(IXSed sed)

filter

IList<T> filter(IPredicate<T> predicate,
                String id)


Copyright © 2013. All rights reserved.