com.metsci.glimpse.dspl.util
Class DsplSliceUtils.SlicePattern

java.lang.Object
  extended by com.metsci.glimpse.dspl.util.DsplSliceUtils.SlicePattern
Direct Known Subclasses:
DsplSliceUtils.SimpleSlicePattern
Enclosing class:
DsplSliceUtils

public abstract static class DsplSliceUtils.SlicePattern
extends java.lang.Object


Constructor Summary
DsplSliceUtils.SlicePattern()
           
 
Method Summary
 java.util.List<Slice> find(DataSet dataset)
           
abstract  boolean matches(Slice slice)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DsplSliceUtils.SlicePattern

public DsplSliceUtils.SlicePattern()
Method Detail

matches

public abstract boolean matches(Slice slice)
                         throws javax.xml.bind.JAXBException,
                                java.io.IOException,
                                DsplException
Throws:
javax.xml.bind.JAXBException
java.io.IOException
DsplException

find

public java.util.List<Slice> find(DataSet dataset)
                           throws javax.xml.bind.JAXBException,
                                  java.io.IOException,
                                  DsplException
Throws:
javax.xml.bind.JAXBException
java.io.IOException
DsplException


Copyright © 2012 Metron, Inc.. All Rights Reserved.