cfa.vo.iris.sed
Interface IXSed

All Superinterfaces:
IList<IXSegment>, Iterable<IXSegment>
All Known Implementing Classes:
XSed

public interface IXSed
extends IList<IXSegment>

Author:
olaurino

Method Summary
 void addAttachment(String attachmentId, Object attachment)
           
 IList<IPoint> filterPoints(IPredicate<IPoint> predicate, String id)
           
 IList<IXSegment> filterSegments(IPredicate<IXSegment> predicate, String id)
           
 Object getAttachment(String attachmentId)
           
 void removeAttachment(String attachmentId)
           
 void setFluxUnits()
           
 void setSpectralUnits()
           
 
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

filterSegments

IList<IXSegment> filterSegments(IPredicate<IXSegment> predicate,
                                String id)

filterPoints

IList<IPoint> filterPoints(IPredicate<IPoint> predicate,
                           String id)

setSpectralUnits

void setSpectralUnits()

setFluxUnits

void setFluxUnits()

addAttachment

void addAttachment(String attachmentId,
                   Object attachment)

getAttachment

Object getAttachment(String attachmentId)

removeAttachment

void removeAttachment(String attachmentId)


Copyright © 2013. All rights reserved.