| Home >> All >> org >> alicebot >> server >> core >> [ targeting Javadoc ] |
Source code: org/alicebot/server/core/targeting/TargetExtensions.java
1 // Decompiled by Jad v1.5.8c. Copyright 2001 Pavel Kouznetsov. 2 // Jad home page: http://www.geocities.com/kpdus/jad.html 3 // Decompiler options: packimports(3) 4 5 package org.alicebot.server.core.targeting; 6 7 import java.util.LinkedList; 8 import org.alicebot.server.core.util.StringTripleMatrix; 9 10 public class TargetExtensions extends StringTripleMatrix 11 { 12 13 public TargetExtensions() 14 { 15 } 16 17 public LinkedList getPatterns() 18 { 19 return getFirsts(); 20 } 21 22 public LinkedList getThats() 23 { 24 return getSeconds(); 25 } 26 27 public LinkedList getTopics() 28 { 29 return getThirds(); 30 } 31 }