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

java.lang.Object
  extended by org.jactr.tools.grapher.core.selector.AbstractNameSelector<org.jactr.core.chunk.IChunk>
      extended by org.jactr.tools.grapher.core.selector.ChunkSelector
All Implemented Interfaces:
ISelector<org.jactr.core.chunk.IChunk>

public class ChunkSelector
extends AbstractNameSelector<org.jactr.core.chunk.IChunk>


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

Constructor Detail

ChunkSelector

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

add

public void add(ISelector selector)