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

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

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


Constructor Summary
DsplSliceUtils.ConceptPattern()
           
 
Method Summary
 Concept findDimension(Slice slice)
           
 java.util.List<Concept> findDimensions(Slice slice)
           
 Concept findMetric(Slice slice)
           
 java.util.List<Concept> findMetrics(Slice slice)
           
abstract  boolean matches(Concept concept)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DsplSliceUtils.ConceptPattern

public DsplSliceUtils.ConceptPattern()
Method Detail

matches

public abstract boolean matches(Concept concept)

findDimensions

public java.util.List<Concept> findDimensions(Slice slice)
                                       throws javax.xml.bind.JAXBException,
                                              java.io.IOException,
                                              DsplException
Throws:
javax.xml.bind.JAXBException
java.io.IOException
DsplException

findMetrics

public java.util.List<Concept> findMetrics(Slice slice)
                                    throws javax.xml.bind.JAXBException,
                                           java.io.IOException,
                                           DsplException
Throws:
javax.xml.bind.JAXBException
java.io.IOException
DsplException

findDimension

public Concept findDimension(Slice slice)
                      throws javax.xml.bind.JAXBException,
                             java.io.IOException,
                             DsplException
Throws:
javax.xml.bind.JAXBException
java.io.IOException
DsplException

findMetric

public Concept findMetric(Slice slice)
                   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.