org.alicebot.server.core.targeting
Class TargetExtensions

java.lang.Object
  extended by org.alicebot.server.core.util.StringTripleMatrix
      extended by org.alicebot.server.core.targeting.TargetExtensions

public class TargetExtensions
extends StringTripleMatrix

Represents the extensions of a target.

Since:
4.1.5
Author:
Noel Bush

Constructor Summary
TargetExtensions()
          Creates a new TargetExtensions.
 
Method Summary
 java.util.LinkedList getPatterns()
          Returns the extension patterns
 java.util.LinkedList getThats()
          Returns the extension thats
 java.util.LinkedList getTopics()
          Returns the extension topics
 
Methods inherited from class org.alicebot.server.core.util.StringTripleMatrix
add, addAll, contains, ensureSize, getAll, getFirsts, getSeconds, getThirds, iterator, listIterator, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetExtensions

public TargetExtensions()
Creates a new TargetExtensions.

Method Detail

getPatterns

public java.util.LinkedList getPatterns()
Returns the extension patterns

Returns:
the extension patterns

getThats

public java.util.LinkedList getThats()
Returns the extension thats

Returns:
the extension thats

getTopics

public java.util.LinkedList getTopics()
Returns the extension topics

Returns:
the extension topics