A C D E F G H I J L M O P R S T U V

A

add(CooccurrenceMatrix<T>) - Method in class com.huddletrends.common.model.CooccurrenceMatrix
 
add(T) - Method in class com.huddletrends.common.model.CooccurrenceMatrix
 
add(T, int) - Method in class com.huddletrends.common.model.CooccurrenceMatrix
 
addFilter(Filter) - Method in class com.huddletrends.common.collector.receiver.TweetReceiver
 
addTweetListener(ReceiverListener) - Method in class com.huddletrends.common.collector.receiver.TweetReceiver
 

C

check(String) - Method in interface com.huddletrends.common.collector.receiver.filter.Filter
 
check(String) - Method in class com.huddletrends.common.collector.receiver.filter.language.LanguageFilter
 
com.huddletrends.common - package com.huddletrends.common
 
com.huddletrends.common.collector.processor - package com.huddletrends.common.collector.processor
 
com.huddletrends.common.collector.processor.model - package com.huddletrends.common.collector.processor.model
 
com.huddletrends.common.collector.processor.parser - package com.huddletrends.common.collector.processor.parser
 
com.huddletrends.common.collector.processor.parser.modifier - package com.huddletrends.common.collector.processor.parser.modifier
 
com.huddletrends.common.collector.processor.persistence - package com.huddletrends.common.collector.processor.persistence
 
com.huddletrends.common.collector.receiver - package com.huddletrends.common.collector.receiver
 
com.huddletrends.common.collector.receiver.filter - package com.huddletrends.common.collector.receiver.filter
 
com.huddletrends.common.collector.receiver.filter.language - package com.huddletrends.common.collector.receiver.filter.language
 
com.huddletrends.common.collector.receiver.twitter.model - package com.huddletrends.common.collector.receiver.twitter.model
 
com.huddletrends.common.dao - package com.huddletrends.common.dao
 
com.huddletrends.common.dao.jdbc - package com.huddletrends.common.dao.jdbc
 
com.huddletrends.common.manipulator - package com.huddletrends.common.manipulator
 
com.huddletrends.common.manipulator.filter - package com.huddletrends.common.manipulator.filter
 
com.huddletrends.common.manipulator.filter.twitter - package com.huddletrends.common.manipulator.filter.twitter
 
com.huddletrends.common.model - package com.huddletrends.common.model
 
com.huddletrends.common.model.helper - package com.huddletrends.common.model.helper
 
com.huddletrends.common.model.matrix - package com.huddletrends.common.model.matrix
 
CooccurrenceMatrix<T extends UnorderedTupel<?>> - Class in com.huddletrends.common.model
 
CooccurrenceMatrix() - Constructor for class com.huddletrends.common.model.CooccurrenceMatrix
 
CooccurrenceMatrixPrinter - Class in com.huddletrends.common.model.helper
 
CooccurrenceMatrixPrinter(CooccurrenceMatrix<? extends Tupel<?>>) - Constructor for class com.huddletrends.common.model.helper.CooccurrenceMatrixPrinter
 
CooccurrenceResult - Class in com.huddletrends.common.collector.processor.model
 
CooccurrenceResult(CooccurrenceMatrix<? extends UnorderedTupel<?>>, long, long) - Constructor for class com.huddletrends.common.collector.processor.model.CooccurrenceResult
 
CooccurrenceResultDAO - Interface in com.huddletrends.common.dao
 

D

destroy() - Method in class com.huddletrends.common.ProcessorServlet
 

E

equals(Object) - Method in class com.huddletrends.common.model.matrix.UnorderedTupel
 

F

Filter - Interface in com.huddletrends.common.collector.receiver.filter
 
Filter - Class in com.huddletrends.common.manipulator.filter
 
Filter(Filter.Code) - Constructor for class com.huddletrends.common.manipulator.filter.Filter
 
Filter.Code - Enum in com.huddletrends.common.manipulator.filter
 
FilterException - Exception in com.huddletrends.common.collector.receiver.filter
 
FilterException(LangDetectException) - Constructor for exception com.huddletrends.common.collector.receiver.filter.FilterException
 

G

GenerateAccessToken - Class in com.huddletrends.common
 
GenerateAccessToken() - Constructor for class com.huddletrends.common.GenerateAccessToken
 
generateResult(String, boolean) - Method in class com.huddletrends.common.manipulator.filter.Filter
 
get() - Method in interface com.huddletrends.common.dao.CooccurrenceResultDAO
 
get() - Method in class com.huddletrends.common.dao.jdbc.JDBCCooccurrenceResultDAO
 
getCode() - Method in class com.huddletrends.common.manipulator.Manipulator.Result
 
getEndTime() - Method in class com.huddletrends.common.collector.processor.model.CooccurrenceResult
 
getMatrix() - Method in class com.huddletrends.common.collector.processor.model.CooccurrenceResult
 
getMessage() - Method in class com.huddletrends.common.model.Message
 
getName() - Method in class com.huddletrends.common.HelloWorldController
 
getOutput() - Method in class com.huddletrends.common.model.helper.CooccurrenceMatrixPrinter
 
getStartTime() - Method in class com.huddletrends.common.collector.processor.model.CooccurrenceResult
 
getText() - Method in class com.huddletrends.common.manipulator.Manipulator.Result
 
getToken1() - Method in class com.huddletrends.common.model.matrix.Tupel
 
getToken2() - Method in class com.huddletrends.common.model.matrix.Tupel
 

H

hashCode() - Method in class com.huddletrends.common.model.matrix.UnorderedTupel
 
HelloWorldController - Class in com.huddletrends.common
A typical simple backing bean, that is backed to helloWorld.xhtml
HelloWorldController() - Constructor for class com.huddletrends.common.HelloWorldController
default empty constructor

I

init() - Method in class com.huddletrends.common.ProcessorServlet
 
insert(CooccurrenceResult) - Method in interface com.huddletrends.common.dao.CooccurrenceResultDAO
 
insert(CooccurrenceResult) - Method in class com.huddletrends.common.dao.jdbc.JDBCCooccurrenceResultDAO
 

J

JDBCCooccurrenceResultDAO - Class in com.huddletrends.common.dao.jdbc
 
JDBCCooccurrenceResultDAO(DataSourceTransactionManager) - Constructor for class com.huddletrends.common.dao.jdbc.JDBCCooccurrenceResultDAO
 

L

LanguageFilter - Class in com.huddletrends.common.collector.receiver.filter.language
 
LanguageFilter() - Constructor for class com.huddletrends.common.collector.receiver.filter.language.LanguageFilter
 
LanguageFilter(ArrayList<String>) - Constructor for class com.huddletrends.common.collector.receiver.filter.language.LanguageFilter
 
LanguageFilterException - Exception in com.huddletrends.common.collector.receiver.filter.language
 
LanguageFilterException(LangDetectException) - Constructor for exception com.huddletrends.common.collector.receiver.filter.language.LanguageFilterException
 
languageMap - Variable in class com.huddletrends.common.collector.receiver.filter.language.LanguageFilter
 
LengthLongerThanFilter - Class in com.huddletrends.common.manipulator.filter
 
LengthLongerThanFilter(Filter.Code, int) - Constructor for class com.huddletrends.common.manipulator.filter.LengthLongerThanFilter
 
LengthShorterThanFilter - Class in com.huddletrends.common.manipulator.filter
 
LengthShorterThanFilter(Filter.Code, int) - Constructor for class com.huddletrends.common.manipulator.filter.LengthShorterThanFilter
 
LowerCaseModifier - Class in com.huddletrends.common.collector.processor.parser.modifier
 
LowerCaseModifier() - Constructor for class com.huddletrends.common.collector.processor.parser.modifier.LowerCaseModifier
 

M

main(String[]) - Static method in class com.huddletrends.common.GenerateAccessToken
 
Manipulator - Interface in com.huddletrends.common.manipulator
 
Manipulator.Code - Enum in com.huddletrends.common.manipulator
 
Manipulator.Result<E extends java.lang.Enum<E>> - Class in com.huddletrends.common.manipulator
 
Manipulator.Result(String, E) - Constructor for class com.huddletrends.common.manipulator.Manipulator.Result
 
matchCode - Variable in class com.huddletrends.common.manipulator.filter.Filter
 
Matrix<T extends Tupel<?>,V> - Class in com.huddletrends.common.model.matrix
 
Matrix() - Constructor for class com.huddletrends.common.model.matrix.Matrix
 
Message - Class in com.huddletrends.common.model
 
Message(String) - Constructor for class com.huddletrends.common.model.Message
 
MessageCooccurrenceMatrix - Class in com.huddletrends.common.collector.processor.parser
 
MessageCooccurrenceMatrix(Message) - Constructor for class com.huddletrends.common.collector.processor.parser.MessageCooccurrenceMatrix
 
MessageProcessor - Class in com.huddletrends.common.collector.processor.parser
 
MessageProcessor() - Constructor for class com.huddletrends.common.collector.processor.parser.MessageProcessor
 
Modifier - Interface in com.huddletrends.common.collector.processor.parser.modifier
 

O

onDeletionNotice(StatusDeletionNotice) - Method in class com.huddletrends.common.collector.receiver.TweetReceiver
 
onException(Exception) - Method in class com.huddletrends.common.collector.receiver.TweetReceiver
 
onMatrixResult(CooccurrenceResult) - Method in interface com.huddletrends.common.collector.processor.parser.ParserResultListener
 
onMatrixResult(CooccurrenceResult) - Method in class com.huddletrends.common.collector.processor.parser.ParserWorkerPool
 
onMatrixResult(CooccurrenceResult) - Method in class com.huddletrends.common.collector.processor.Processor
 
onMessage(Message) - Method in interface com.huddletrends.common.collector.processor.parser.Parser
 
onMessage(Message) - Method in class com.huddletrends.common.collector.processor.parser.ParserWorker
 
onMessage(Message) - Method in class com.huddletrends.common.collector.processor.parser.ParserWorkerPool
 
onMessage(Message) - Method in class com.huddletrends.common.collector.processor.Processor
 
onMessage(Message) - Method in interface com.huddletrends.common.collector.receiver.ReceiverListener
 
onScrubGeo(long, long) - Method in class com.huddletrends.common.collector.receiver.TweetReceiver
 
onStatus(Status) - Method in class com.huddletrends.common.collector.receiver.TweetReceiver
 
onTrackLimitationNotice(int) - Method in class com.huddletrends.common.collector.receiver.TweetReceiver
 

P

Parser - Interface in com.huddletrends.common.collector.processor.parser
 
ParserResultListener - Interface in com.huddletrends.common.collector.processor.parser
 
ParserWorker - Class in com.huddletrends.common.collector.processor.parser
 
ParserWorker(ParserResultListener) - Constructor for class com.huddletrends.common.collector.processor.parser.ParserWorker
 
ParserWorkerPool - Class in com.huddletrends.common.collector.processor.parser
 
ParserWorkerPool(ParserResultListener) - Constructor for class com.huddletrends.common.collector.processor.parser.ParserWorkerPool
 
Persistence - Interface in com.huddletrends.common.collector.processor.persistence
 
PersistenceWorker - Class in com.huddletrends.common.collector.processor.persistence
 
PersistenceWorker() - Constructor for class com.huddletrends.common.collector.processor.persistence.PersistenceWorker
 
PersistenceWorkerPool - Class in com.huddletrends.common.collector.processor.persistence
 
PersistenceWorkerPool() - Constructor for class com.huddletrends.common.collector.processor.persistence.PersistenceWorkerPool
 
process(Message) - Method in class com.huddletrends.common.collector.processor.parser.MessageProcessor
 
process(String) - Method in class com.huddletrends.common.collector.processor.parser.modifier.LowerCaseModifier
 
process(String) - Method in interface com.huddletrends.common.collector.processor.parser.modifier.Modifier
 
process(String) - Method in class com.huddletrends.common.collector.processor.parser.modifier.TrailingSpecialCharRemover
 
process(String) - Method in class com.huddletrends.common.manipulator.filter.Filter
 
process(String) - Method in class com.huddletrends.common.manipulator.filter.LengthLongerThanFilter
 
process(String) - Method in class com.huddletrends.common.manipulator.filter.LengthShorterThanFilter
 
process(String) - Method in class com.huddletrends.common.manipulator.filter.StopwordFilter
 
process(String) - Method in class com.huddletrends.common.manipulator.filter.twitter.TwitterHashtagFilter
 
process(String) - Method in class com.huddletrends.common.manipulator.filter.twitter.TwitterReplyReferenceFilter
 
process(String) - Method in class com.huddletrends.common.manipulator.filter.URLFilter
 
process(String) - Method in interface com.huddletrends.common.manipulator.Manipulator
 
Processor - Class in com.huddletrends.common.collector.processor
 
Processor() - Constructor for class com.huddletrends.common.collector.processor.Processor
 
ProcessorServlet - Class in com.huddletrends.common
 
ProcessorServlet() - Constructor for class com.huddletrends.common.ProcessorServlet
 
put(T, Integer) - Method in class com.huddletrends.common.model.CooccurrenceMatrix
 
putAll(Map<? extends T, ? extends Integer>) - Method in class com.huddletrends.common.model.CooccurrenceMatrix
 

R

ReceiverListener - Interface in com.huddletrends.common.collector.receiver
 
removeTweetListener(ReceiverListener) - Method in class com.huddletrends.common.collector.receiver.TweetReceiver
 
run() - Method in class com.huddletrends.common.collector.processor.parser.ParserWorker
 
run() - Method in class com.huddletrends.common.collector.processor.persistence.PersistenceWorker
 
RunnablePersistence - Interface in com.huddletrends.common.collector.processor.persistence
 

S

send() - Method in class com.huddletrends.common.HelloWorldController
Method that is backed to a submit button of a form.
service(ServletRequest, ServletResponse) - Method in class com.huddletrends.common.ProcessorServlet
 
setName(String) - Method in class com.huddletrends.common.HelloWorldController
 
StopwordFilter - Class in com.huddletrends.common.manipulator.filter
 
StopwordFilter(Filter.Code, String) - Constructor for class com.huddletrends.common.manipulator.filter.StopwordFilter
 
submitResult(CooccurrenceResult) - Method in interface com.huddletrends.common.collector.processor.persistence.Persistence
 
submitResult(CooccurrenceResult) - Method in class com.huddletrends.common.collector.processor.persistence.PersistenceWorker
 
submitResult(CooccurrenceResult) - Method in class com.huddletrends.common.collector.processor.persistence.PersistenceWorkerPool
 

T

token1 - Variable in class com.huddletrends.common.model.matrix.Tupel
 
token2 - Variable in class com.huddletrends.common.model.matrix.Tupel
 
toString() - Method in class com.huddletrends.common.collector.receiver.filter.language.LanguageFilter
 
toString() - Method in class com.huddletrends.common.model.matrix.Matrix
 
toString() - Method in class com.huddletrends.common.model.matrix.Tupel
 
TrailingSpecialCharRemover - Class in com.huddletrends.common.collector.processor.parser.modifier
 
TrailingSpecialCharRemover() - Constructor for class com.huddletrends.common.collector.processor.parser.modifier.TrailingSpecialCharRemover
 
Tupel<T> - Class in com.huddletrends.common.model.matrix
 
Tupel(T, T) - Constructor for class com.huddletrends.common.model.matrix.Tupel
 
Tweet - Class in com.huddletrends.common.collector.receiver.twitter.model
 
Tweet(Status) - Constructor for class com.huddletrends.common.collector.receiver.twitter.model.Tweet
 
TweetReceiver - Class in com.huddletrends.common.collector.receiver
 
TweetReceiver() - Constructor for class com.huddletrends.common.collector.receiver.TweetReceiver
 
TwitterHashtagFilter - Class in com.huddletrends.common.manipulator.filter.twitter
 
TwitterHashtagFilter(Filter.Code) - Constructor for class com.huddletrends.common.manipulator.filter.twitter.TwitterHashtagFilter
 
TwitterReplyReferenceFilter - Class in com.huddletrends.common.manipulator.filter.twitter
 
TwitterReplyReferenceFilter(Filter.Code) - Constructor for class com.huddletrends.common.manipulator.filter.twitter.TwitterReplyReferenceFilter
 

U

UnorderedTupel<T> - Class in com.huddletrends.common.model.matrix
 
UnorderedTupel(T, T) - Constructor for class com.huddletrends.common.model.matrix.UnorderedTupel
 
URLFilter - Class in com.huddletrends.common.manipulator.filter
 
URLFilter(Filter.Code) - Constructor for class com.huddletrends.common.manipulator.filter.URLFilter
 

V

valueOf(String) - Static method in enum com.huddletrends.common.manipulator.filter.Filter.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.huddletrends.common.manipulator.Manipulator.Code
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.huddletrends.common.manipulator.filter.Filter.Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.huddletrends.common.manipulator.Manipulator.Code
Returns an array containing the constants of this enum type, in the order they are declared.

A C D E F G H I J L M O P R S T U V

Copyright © 2011. All Rights Reserved.