org.jactr.tools.grapher.core.selector
Class ChunkTypeSelector

java.lang.Object
  extended by org.jactr.tools.grapher.core.selector.AbstractNameSelector<org.jactr.core.chunktype.IChunkType>
      extended by org.jactr.tools.grapher.core.selector.ChunkTypeSelector
All Implemented Interfaces:
ISelector<org.jactr.core.chunktype.IChunkType>

public class ChunkTypeSelector
extends AbstractNameSelector<org.jactr.core.chunktype.IChunkType>


Constructor Summary
ChunkTypeSelector(java.lang.String regex)
           
 
Method Summary
 void add(ISelector selector)
           
 IProbeContainer install(org.jactr.core.chunktype.IChunkType element, IProbeContainer container)
           
 
Methods inherited from class org.jactr.tools.grapher.core.selector.AbstractNameSelector
add, getGroupId, matches, setGroupId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkTypeSelector

public ChunkTypeSelector(java.lang.String regex)
Method Detail

add

public void add(ISelector selector)

install

public IProbeContainer install(org.jactr.core.chunktype.IChunkType element,
                               IProbeContainer container)
Specified by:
install in interface ISelector<org.jactr.core.chunktype.IChunkType>
Overrides:
install in class AbstractNameSelector<org.jactr.core.chunktype.IChunkType>