A B C D E F G H I J K L M N O P R S T U V W X Y Z

A

AbstractEntityConstraint - class org.datamanager.kernel.AbstractEntityConstraint.
This class is an abstract EntityConstraint.
AbstractEntityConstraint() - Constructor for class org.datamanager.kernel.AbstractEntityConstraint
 
AbstractEventConstraint - class org.datamanager.kernel.AbstractEventConstraint.
This class is an abstract EventConstraint class.
AbstractEventConstraint() - Constructor for class org.datamanager.kernel.AbstractEventConstraint
 
accepts(DataManagerEvent) - Method in interface org.datamanager.constraint.EventConstraint
Reports whether a given event fits the set of events defined by this constraint.
accepts(DataManagerEvent) - Method in class org.datamanager.kernel.AbstractEventConstraint
The accepts() method required by the EventConstraint interface.
accepts(Entity) - Method in interface org.datamanager.constraint.EntityConstraint
Reports whether a given entity fits the set of Entities defined by this constraint.
accepts(Entity) - Method in class org.datamanager.kernel.AbstractEntityConstraint
The accepts() method is required by the EntityConstraint interface.
actionPerformed(ActionEvent) - Method in class org.datamanager.simpleton.WebAndNewsSearchSimpleton
From the ActionListener interface.
actionPerformed(ActionEvent) - Method in class org.datamanager.tools.ViewPool
 
activate() - Method in class org.datamanager.simpleton.EntityNavigateUI
 
ActiveEntityValue - interface org.datamanager.activeentityvalue.ActiveEntityValue.
This interface represents an ActiveEntityValue.
add(DataManagerEvent) - Method in class org.datamanager.kernel.Pool
Adds an event to the Pool.
add(double) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
add(double) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
add(Entity) - Method in class org.datamanager.kernel.Pool
Links an entity to the Pool.
add(Entity) - Method in class org.datamanager.tools.EntityList
Adds the specified entity to the list.
add(Entity) - Method in interface org.datamanager.clustering.Cluster
 
add(int, Entity) - Method in class org.datamanager.tools.EntityList
Inserts a entity at the specified index.
add(int, Object) - Method in class org.datamanager.passiveentityvalue.VectorEntityValue
 
add(Number) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
add(NumericEntityValue) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
add(NumericEntityValue) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
add(Simpleton.Information) - Method in class org.datamanager.kernel.SimpletonList
Adds a LoadableSimpletonEntityValue as an attribute of the simpleton list Entity.
addBase(Identifier) - Method in class org.datamanager.kernel.CachingProxyEntity
 
addBase(Identifier) - Method in class org.datamanager.kernel.Entity
Add an Entity to the list of bases.
addElement(Object) - Method in class org.datamanager.passiveentityvalue.VectorEntityValue
 
addEmail(Entity) - Method in class org.datamanager.simpleton.TabularEmailDisplay.EmailTableModel
Adds the given Entity (which is expected to represent an email) to the table.
addEntities(Entity[]) - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Adds a provided array of Entities to this panel.
addEntities(Entity[]) - Method in interface org.datamanager.clustering.Cluster
 
addEntities(EntityList) - Method in class org.datamanager.tools.EntityList
Append the specified list to the list.
addEntity(Entity) - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Adds the provided single entity to this panel and to the clustering strategy.
addEntity(Entity) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Adds an entity to the pool.
addEntity(Entity) - Method in interface org.datamanager.clustering.strategy.ClusteringStrategy
This is for strategies that require entities to be added in advance of similarity check.
addEntity(Entity) - Method in class org.datamanager.clustering.strategy.lsa.LsaStrategy
Adds the entity and words within to the Document by Term matrix.
addEntity(Entity) - Method in class org.datamanager.clustering.strategy.bayes.NaiveBayesStrategy
Satisfying interface.
addEntity(Entity) - Method in class org.datamanager.clustering.strategy.gsquared.GSquaredStrategy
Satisfying interface.
AddEntityPoolEvent - class org.datamanager.event.AddEntityPoolEvent.
This event is fired when Pool.add(Entity) is invoked.
AddEntityPoolEvent(EventGenerator, Entity) - Constructor for class org.datamanager.event.AddEntityPoolEvent
The public constructor used to create an AddEntityPoolEvent.
AddEntityWorker - class org.datamanager.tools.kernelproxy.AddEntityWorker.
Adds an entity the kernel's pool.
AddEntityWorker(Entity) - Constructor for class org.datamanager.tools.kernelproxy.AddEntityWorker
Creates a new Worker with the given entity
addEvent(DataManagerEvent) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Add a DataManagerEvent to the pool.
AddEventWorker - class org.datamanager.tools.kernelproxy.AddEventWorker.
Adds an event to the Kernel's pool.
AddEventWorker(DataManagerEvent) - Constructor for class org.datamanager.tools.kernelproxy.AddEventWorker
Adds a new event to the pool.
addIgnore(String) - Static method in class org.datamanager.tools.Debug
 
addTarget(String) - Static method in class org.datamanager.tools.Debug
 
addToEmailTableModel(Entity) - Method in class org.datamanager.simpleton.TabularEmailDisplay
Adds an Entity to the EmailTableModel.
addWords(Entity, WordFrequencyMapEntityValue) - Method in class org.datamanager.clustering.matrix.DocumentTermMatrixImpl
Adds words from the provided WordFrequencyMapEntityValue to the document term matrix.
addWords(Entity, WordFrequencyMapEntityValue) - Method in interface org.datamanager.clustering.matrix.DocumentTermMatrix
Adds the (word, frequency) pairs in newWords associated with the given document.
ALTAVISTA - Static variable in class org.datamanager.event.WebSearchRequestEvent
 
AndEntityConstraint - class org.datamanager.constraint.AndEntityConstraint.
AndEntityConstraint matches all entities that match both of the EntityConstraints given to it in its constructor.
AndEntityConstraint(EntityConstraint, EntityConstraint) - Constructor for class org.datamanager.constraint.AndEntityConstraint
Create a new AndEntityConstraint to work on Entitys
AndEventConstraint - class org.datamanager.constraint.AndEventConstraint.
AndEventConstraint matches all events that match both of the EventConstraints given to it in its constructor.
AndEventConstraint(EventConstraint, EventConstraint) - Constructor for class org.datamanager.constraint.AndEventConstraint
Create a new AndEventConstraint to work on Events
article() - Method in class org.datamanager.simpleton.NewsConnection
 
article(String) - Method in class org.datamanager.simpleton.NewsConnection
 
attach(Entity) - Method in class org.datamanager.kernel.CachingProxyEntity
 
attach(Entity) - Method in class org.datamanager.kernel.Entity
Attach the given Entity as an attribute.
attach(Identifier) - Method in class org.datamanager.kernel.CachingProxyEntity
 
attach(Identifier) - Method in class org.datamanager.kernel.Entity
Attach the Entity with the given Identifier as an attribute.
attachEntity(Entity, Entity) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Attaches an Entity as an attribute to another Entity.
AttachEntityWorker - class org.datamanager.tools.kernelproxy.AttachEntityWorker.
Attaches an entity as an attribute to another entity.
AttachEntityWorker(Entity, Entity) - Constructor for class org.datamanager.tools.kernelproxy.AttachEntityWorker
Attaches attribute as an attribute to base
AttachLinkEvent - class org.datamanager.event.AttachLinkEvent.
This event is fired when Entity.attach() is invoked.
AttachLinkEvent(EventGenerator, Entity) - Constructor for class org.datamanager.event.AttachLinkEvent
The public constructor used to create an AttachLinkEvent.
ATTRIBUTE_NAME - Static variable in class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue
This constant represents the attribute name that should be used for the Entity whose EntityValue is this WordFrequencyMapEntityValue.
AttributeCounterEntityValue - class org.datamanager.activeentityvalue.AttributeCounterEntityValue.
Reports the number of attributes currently attached to an entity.
AttributeCounterEntityValue(Entity) - Constructor for class org.datamanager.activeentityvalue.AttributeCounterEntityValue
Sets the entity this active entity value works on.
AttributeExistsConstraint - class org.datamanager.constraint.AttributeExistsConstraint.
Filter out Entities that have an attribute which satisifies a given EntityConstraint.
AttributeExistsConstraint(EntityConstraint) - Constructor for class org.datamanager.constraint.AttributeExistsConstraint
Create a new AttributeExistsConstraint to match all Entities that have an attribute matching the given EntityConstraint.
AttributeNameContainsConstraint - class org.datamanager.constraint.AttributeNameContainsConstraint.
Selects for Entities which have attributes of a specified name which contain a specified string.
AttributeNameContainsConstraint(String, String) - Constructor for class org.datamanager.constraint.AttributeNameContainsConstraint
Creates a new AttributeNameContainstConstraint which matches Entities which have StringEntityValue attributes whose name is attributeName and whose value contains matchValue.
AttributeNameEqualsConstraint - class org.datamanager.constraint.AttributeNameEqualsConstraint.
Selects for Entities which have attributes of a specified name which equal a specified string.
AttributeNameEqualsConstraint(String, String) - Constructor for class org.datamanager.constraint.AttributeNameEqualsConstraint
Creates a new AttributeNameEqualstConstraint which matches Entities which have StringEntityValue attributes whose name is attributeName and whose value equals matchValue.
AttributeStringMatchConstraint - class org.datamanager.constraint.AttributeStringMatchConstraint.
Selects for Entities which have attributes of a specified name which match a specified string.
AttributeStringMatchConstraint(String, String) - Constructor for class org.datamanager.constraint.AttributeStringMatchConstraint
Creates a new AttributeStringMatchConstraint which matches Entities which have StringEntityValue attributes whose name is attributeName and whose value matches matchValue exactly.

B

BaseExistsConstraint - class org.datamanager.constraint.BaseExistsConstraint.
Filter out Entities that have a base which satisifies a given EntityConstraint.
BaseExistsConstraint(EntityConstraint) - Constructor for class org.datamanager.constraint.BaseExistsConstraint
Create a new BaseExistsConstraint to match all Entities that have a base matching the given EntityConstraint.
BasicEmailMessageComponent - class org.datamanager.simpleton.BasicEmailMessageComponent.
Provides a rudimentary layout and display of an email message.
BasicEmailMessageComponent(Entity, boolean) - Constructor for class org.datamanager.simpleton.BasicEmailMessageComponent
Creates a new BasicEmailMessageComponent with the given message and editability.
BasicEmailReplySimpleton - class org.datamanager.simpleton.BasicEmailReplySimpleton.
Provides an exportable JPanel in which a user may reply to an email message.
BasicEmailReplySimpleton() - Constructor for class org.datamanager.simpleton.BasicEmailReplySimpleton
 
BasicEmailSearchViewerSimpleton - class org.datamanager.simpleton.BasicEmailSearchViewerSimpleton.
Provides a basic interface for viewing email search results.
BasicEmailSearchViewerSimpleton() - Constructor for class org.datamanager.simpleton.BasicEmailSearchViewerSimpleton
 
BasicEmailViewerSimpleton - class org.datamanager.simpleton.BasicEmailViewerSimpleton.
Provides a basic email viewing interface.
BasicEmailViewerSimpleton() - Constructor for class org.datamanager.simpleton.BasicEmailViewerSimpleton
 
body() - Method in class org.datamanager.simpleton.NewsConnection
 
body(String) - Method in class org.datamanager.simpleton.NewsConnection
 
BooleanEntityValue - class org.datamanager.passiveentityvalue.BooleanEntityValue.
An EntityValue holding a Boolean object.
BooleanEntityValue() - Constructor for class org.datamanager.passiveentityvalue.BooleanEntityValue
 
BooleanEntityValue(boolean) - Constructor for class org.datamanager.passiveentityvalue.BooleanEntityValue
 
BooleanEntityValue(String) - Constructor for class org.datamanager.passiveentityvalue.BooleanEntityValue
 
booleanValue() - Method in class org.datamanager.passiveentityvalue.BooleanEntityValue
 
BrowserLauncher - class org.datamanager.tools.BrowserLauncher.
BrowserLauncher is a class that provides one static method, openURL, which opens the default web browser for the current user of the system to the given URL.
BrowserLauncherSimpleton - class org.datamanager.simpleton.BrowserLauncherSimpleton.
This class will handle the LaunchBrowserWithURLEvent by using JNLP to launch the default browser with the URL contained in the Event.
BrowserLauncherSimpleton() - Constructor for class org.datamanager.simpleton.BrowserLauncherSimpleton
 
buildLens() - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Builds the lens view of this panel.
ByteArrayEntityValue - class org.datamanager.passiveentityvalue.ByteArrayEntityValue.
An EntityValue wrapping an array of bytes.
ByteArrayEntityValue() - Constructor for class org.datamanager.passiveentityvalue.ByteArrayEntityValue
 
ByteArrayEntityValue(byte[]) - Constructor for class org.datamanager.passiveentityvalue.ByteArrayEntityValue
 

C

CachingProxyEntity - class org.datamanager.kernel.CachingProxyEntity.
Entities that proxy for and lazily cache the information of other Entities.
CachingProxyEntity(Entity) - Constructor for class org.datamanager.kernel.CachingProxyEntity
Creates a new CachingProxyEntity proxying for the given Entity.
charAt(int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns the character at the specified index.
checkClientTrusted(X509Certificate[], String) - Method in class org.datamanager.simpleton.DummyTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.datamanager.simpleton.DummyTrustManager
 
chooseEntities(EntityConstraint, List) - Method in class org.datamanager.kernel.Entity
Returns an array of all the Entities in the given List that satisfy the given Constraint.
CLASSPATH - Static variable in class org.datamanager.tools.MakeKnownspace
 
CLASSPATHS - Static variable in class org.datamanager.tools.Compile
 
clearEntities() - Method in class org.datamanager.tools.ViewPool
 
clone() - Method in class org.datamanager.kernel.Simpleton
Clones this Simpleton.
Cluster - interface org.datamanager.clustering.Cluster.
This interface defines operations over a set of related Entities.
ClusterableMatrix - interface org.datamanager.clustering.matrix.ClusterableMatrix.
This interface marks all matrices presenting clusters of related Entities.
ClusteringStrategy - interface org.datamanager.clustering.strategy.ClusteringStrategy.
At the moment, this is just a marker type interface for Strategies that we can use for Clustering.
CollectorEvent - interface org.datamanager.event.CollectorEvent.
This interface is implemented by all events the the collectors use.
COLUMN_GROWTH_MULTIPLIER - Static variable in class org.datamanager.clustering.matrix.DocumentTermMatrixImpl
How fast we grow columns when the matrix fills up.
ComparableIdentifier - class org.datamanager.kernel.ComparableIdentifier.
 
ComparableIdentifier() - Constructor for class org.datamanager.kernel.ComparableIdentifier
 
compareTo(double) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
compareTo(KeyObject) - Method in class org.datamanager.kernel.JispIdentifier
 
compareTo(KeyObject) - Method in class org.datamanager.kernel.ComparableIdentifier
 
compareTo(NumericEntityValue) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
compareTo(NumericEntityValue) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
compareTo(Object) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Compares this String to another Object.
compareTo(Object) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
compareTo(Object) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
compareTo(String) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Compares two strings lexicographically.
compareToIgnoreCase(String) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Compares two strings lexicographically, ignoring case considerations.
Compile - class org.datamanager.tools.Compile.
A class to make compiling easier in the absence of the depends option.
compile(File[]) - Method in class org.datamanager.tools.Compile
 
Compile(String[]) - Constructor for class org.datamanager.tools.Compile
 
compileKnownspace() - Static method in class org.datamanager.tools.MakeKnownspace
 
concat(String) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Concatenates the specified string to the end of this string.
connect(String) - Method in class org.datamanager.simpleton.NewsConnection
 
connection - Variable in class org.datamanager.simpleton.NewsConnection
 
Constraint - interface org.datamanager.constraint.Constraint.
A marker interface serving as the supertype of all constraints, whether for entities or for events, or for any other set of objects someone may choose to add in future.
constraintAcceptsEntity(EntityConstraint, Identifier) - Method in class org.datamanager.kernel.Entity
Returns true if the EntityConstraint accepts the Entity associated with the Identifier; false if not.
construct() - Method in class org.datamanager.tools.kernelproxy.SubscriptionWorker
Subscribes a handler to the Pool with a constraint.
construct() - Method in class org.datamanager.tools.kernelproxy.SetEntityValueWorker
Sets the EntityValue of entity.
construct() - Method in class org.datamanager.tools.kernelproxy.SearchWorker
Searches the pool and returns an EntityList of the matches.
construct() - Method in class org.datamanager.tools.kernelproxy.RemoveEntityWorker
Removes entity.
construct() - Method in class org.datamanager.tools.kernelproxy.InterfaceWorker
Computes the value to be returned by the get method.
construct() - Method in class org.datamanager.tools.kernelproxy.GetNameWorker
Gets the name of an entity.
construct() - Method in class org.datamanager.tools.kernelproxy.GetEntityValueWorker
Gets the EntityValue of an entity.
construct() - Method in class org.datamanager.tools.kernelproxy.GetBasesWorker
Gets the bases on entity.
construct() - Method in class org.datamanager.tools.kernelproxy.GetAttributesWorker
Gets the attributes on entity that match constraint.
construct() - Method in class org.datamanager.tools.kernelproxy.DetachEntityWorker
Detaches attribute from base.
construct() - Method in class org.datamanager.tools.kernelproxy.CreateEntityWorker
Creates an Entity.
construct() - Method in class org.datamanager.tools.kernelproxy.CreateAttributeWorker
Creates an Entity that is to be ignored by the interface.
construct() - Method in class org.datamanager.tools.kernelproxy.AttachEntityWorker
 
construct() - Method in class org.datamanager.tools.kernelproxy.AddEventWorker
 
construct() - Method in class org.datamanager.tools.kernelproxy.AddEntityWorker
Adds this entity to the default pool
contains(Entity) - Method in class org.datamanager.tools.EntityList
Returns true if the list contains the specified entity.
contains(String) - Method in class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue
 
ContainsEntityEvent - interface org.datamanager.event.ContainsEntityEvent.
This marker interface is the mother of all events that contain references to Entities, generated anywhere within the system.
count() - Method in class org.datamanager.kernel.SimpletonList
Get the count of currently available simpletons.
create(String) - Static method in class org.datamanager.kernel.Entity
Create a new Entity with the given name.
createAttribute(String) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Creates a new Entity with an attached entity specifying that it is to be ignored by the interface.
CreateAttributeWorker - class org.datamanager.tools.kernelproxy.CreateAttributeWorker.
Creates a new entity with another entity attached to it marking it as ignored to the interface.
CreateAttributeWorker(String) - Constructor for class org.datamanager.tools.kernelproxy.CreateAttributeWorker
Creates a new worker containing an entity.
createEntity(String) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Creates a new Entity with the specified name.
CreateEntityWorker - class org.datamanager.tools.kernelproxy.CreateEntityWorker.
Creates a new entity and adds it to the pool.
CreateEntityWorker(String) - Constructor for class org.datamanager.tools.kernelproxy.CreateEntityWorker
Creates a worker that makes a new entity and adds it to the pool.
createSocket(InetAddress, int) - Method in class org.datamanager.simpleton.DummySSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.datamanager.simpleton.DummySSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.datamanager.simpleton.DummySSLSocketFactory
 
createSocket(String, int) - Method in class org.datamanager.simpleton.DummySSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.datamanager.simpleton.DummySSLSocketFactory
 
currentGroup - Variable in class org.datamanager.simpleton.NewsConnection
 
currentMessage - Variable in class org.datamanager.simpleton.NewsConnection
 
currentSize() - Method in class org.datamanager.kernel.KernelMemory
 

D

DataAccessObject - interface org.datamanager.persistence.DataAccessObject.
The DataAccessObject class defines the standard interface for access to the persistence layer.
DataAccessObjectFactory - class org.datamanager.persistence.DataAccessObjectFactory.
A Factory for creating DataAccessObjects.
DataManager - class org.datamanager.kernel.DataManager.
This is the startup code for the datamanager.
DataManager.DataManagerThreadGroup - class org.datamanager.kernel.DataManager.DataManagerThreadGroup.
Inner class extending ThreadGroup used for trapping uncaught exceptions.
DataManager.DataManagerThreadGroup() - Constructor for class org.datamanager.kernel.DataManager.DataManagerThreadGroup
 
DataManager.DataManagerThreadGroup(String) - Constructor for class org.datamanager.kernel.DataManager.DataManagerThreadGroup
 
DataManagerEvent - interface org.datamanager.event.DataManagerEvent.
This interface is the mother of all events within the DataManager.
DataManagerEventAdapter - class org.datamanager.event.DataManagerEventAdapter.
This class is an implementation of DataManagerEvent.
DataManagerEventAdapter(EventGenerator) - Constructor for class org.datamanager.event.DataManagerEventAdapter
 
DataManagerException - exception org.datamanager.exception.DataManagerException.
This exception is thrown when the unexpected happens in the DataManager.
DataManagerException() - Constructor for class org.datamanager.exception.DataManagerException
 
DataManagerException(String) - Constructor for class org.datamanager.exception.DataManagerException
 
DataManagerException(Throwable) - Constructor for class org.datamanager.exception.DataManagerException
 
DateEntityValue - class org.datamanager.passiveentityvalue.DateEntityValue.
Objects of this class hold a Date and can be stored in an Entity as they are EntityValues.
DateEntityValue(Date) - Constructor for class org.datamanager.passiveentityvalue.DateEntityValue
 
dateSection - Variable in class org.datamanager.kernel.JispIdentifier
The long value of the Identifier.
DateValueRangeConstraint - class org.datamanager.constraint.DateValueRangeConstraint.
Matches a DateEntityValue with a range described by two Date.
DateValueRangeConstraint(Date, Date) - Constructor for class org.datamanager.constraint.DateValueRangeConstraint
The default constructor.
DBGetValue() - Method in class org.datamanager.passiveentityvalue.IntegerEntityValue
 
DBGetValue() - Method in class org.datamanager.passiveentityvalue.DoubleEntityValue
 
DBRecord - class org.datamanager.kernel.DBRecord.
 
DBRecord(Entity, Identifier) - Constructor for class org.datamanager.kernel.DBRecord
 
DBSetValue(double) - Method in class org.datamanager.passiveentityvalue.DoubleEntityValue
 
DBSetValue(int) - Method in class org.datamanager.passiveentityvalue.IntegerEntityValue
 
deactivate() - Method in class org.datamanager.simpleton.EntityNavigateUI
 
Debug - class org.datamanager.tools.Debug.
A simple debugger originally developed to implement breakpoint assertion testing but now used for a single method writeLogMessage().
DEBUG_ACCEPTS_MESSAGE - Static variable in class org.datamanager.kernel.AbstractEventConstraint
 
DEBUG_ACCEPTS_MESSAGE - Static variable in class org.datamanager.kernel.AbstractEntityConstraint
 
Debug() - Constructor for class org.datamanager.tools.Debug
 
DEFAULT_AUTHORS - Static variable in class org.datamanager.kernel.Simpleton.Information
 
DEFAULT_CLASS_LOCATION - Static variable in class org.datamanager.kernel.Simpleton.Information
 
DEFAULT_CLASS_NAME - Static variable in class org.datamanager.kernel.Simpleton.Information
 
DEFAULT_LONG_DESCRIPTION - Static variable in class org.datamanager.kernel.Simpleton.Information
 
DEFAULT_RUN_ON_START_STATUS - Static variable in class org.datamanager.kernel.Simpleton.Information
 
DEFAULT_SHORT_DESCRIPTION - Static variable in class org.datamanager.kernel.Simpleton.Information
 
DEFAULT_SIMPLETON_NAME - Static variable in class org.datamanager.kernel.Simpleton.Information
 
DEFAULT_STRING - Static variable in class org.datamanager.simpleton.WebAndNewsSearchSimpleton
 
DEFAULT_THRESHOLD - Static variable in class org.datamanager.clustering.strategy.lsa.LsaStrategy
 
DEFAULT_THRESHOLD - Static variable in class org.datamanager.clustering.strategy.bayes.NaiveBayesStrategy
 
DEFAULT_THRESHOLD - Static variable in class org.datamanager.clustering.strategy.gsquared.GSquaredStrategy
 
DEFAULT_USER_INTERFACE_STATUS - Static variable in class org.datamanager.kernel.Simpleton.Information
 
DEFAULT_VERSION - Static variable in class org.datamanager.kernel.Simpleton.Information
 
DEJANEWS - Static variable in class org.datamanager.event.WebSearchRequestEvent
 
DELIMITERS - Static variable in class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue
Delimiters to be used when tokenizing up a String corpus.
describes(DataManagerEvent) - Method in class org.datamanager.constraint.OrEventConstraint
Check to see if the given event is valid or not.
describes(DataManagerEvent) - Method in class org.datamanager.constraint.EventTypeIsConstraint
Checks to see if the given DataManagerEvent is of the type given in the constructor of this class.
describes(DataManagerEvent) - Method in class org.datamanager.constraint.EventContainsEntityConstraint
Returns true if and only if event is a ContainsEntityEvent and the Entity in the event satisfies the constraint passed into the constructor of this constraint.
describes(DataManagerEvent) - Method in class org.datamanager.constraint.NotEventConstraint
Check to see if the event satisfies the EventConstraint given in the constructor and then negate the result.
describes(DataManagerEvent) - Method in class org.datamanager.constraint.AndEventConstraint
Check to see if the given Event is valid or not.
describes(DataManagerEvent) - Method in class org.datamanager.kernel.AbstractEventConstraint
The method required by this class.
describes(Entity) - Method in class org.datamanager.constraint.ValueInRangeConstraint
Decide if the Entity is acceptable or not.
describes(Entity) - Method in class org.datamanager.constraint.ValueEqualsConstraint
Report whether the given entity's value matches the stored value.
describes(Entity) - Method in class org.datamanager.constraint.ValueClassIsConstraint
Check to see if the given Entity's value is of the right type.
describes(Entity) - Method in class org.datamanager.constraint.StringValueMatchesConstraint
 
describes(Entity) - Method in class org.datamanager.constraint.StringValueContainsConstraint
Decide if the Entity is valid or not.
describes(Entity) - Method in class org.datamanager.constraint.RecursiveOrEntityConstraint
Returns true if the defendant Entity or any of its attributes is accept()-ed by the EntityConstraint constructor parameter.
describes(Entity) - Method in class org.datamanager.constraint.OrEntityConstraint
Check to see if the given Entity is valid or not.
describes(Entity) - Method in class org.datamanager.constraint.NotEntityConstraint
Check to see if an Entity satisfies the EntityConstraint given in the constructor and then negate the result.
describes(Entity) - Method in class org.datamanager.constraint.NameEqualsIgnoringCaseConstraint
Check to see if the String given in the constructor of this constraint is in the name of the given Entity, ignoring the case of both Strings.
describes(Entity) - Method in class org.datamanager.constraint.NameEqualsConstraint
Check to see if the String given in the constructor of this constraint is in the name of the given Entity.
describes(Entity) - Method in class org.datamanager.constraint.NameContainsConstraint
Check to see if the name of the given Entity contains the String given to the constructor of this constraint.
describes(Entity) - Method in class org.datamanager.constraint.EntityEqualsConstraint
Check whether the given Entity is the same as the Entity specified in the constructor.
describes(Entity) - Method in class org.datamanager.constraint.DateValueRangeConstraint
Decide if the Entity is valid or not.
describes(Entity) - Method in class org.datamanager.constraint.BaseExistsConstraint
Check to see if the given Entity has a base that satisfies the constraint given in the constructor of this constraint.
describes(Entity) - Method in class org.datamanager.constraint.AttributeStringMatchConstraint
 
describes(Entity) - Method in class org.datamanager.constraint.AttributeNameEqualsConstraint
 
describes(Entity) - Method in class org.datamanager.constraint.AttributeNameContainsConstraint
 
describes(Entity) - Method in class org.datamanager.constraint.AttributeExistsConstraint
Check to see if the given Entity has an attribute that satisfies the constraint given in the constructor of this constraint.
describes(Entity) - Method in class org.datamanager.constraint.AndEntityConstraint
Check to see if the given Entity is valid or not.
describes(Entity) - Method in class org.datamanager.kernel.AbstractEntityConstraint
The method required by this class.
detach(Entity) - Method in class org.datamanager.kernel.CachingProxyEntity
 
detach(Entity) - Method in class org.datamanager.kernel.Entity
Detach the given Entity.
detach(Identifier) - Method in class org.datamanager.kernel.CachingProxyEntity
 
detach(Identifier) - Method in class org.datamanager.kernel.Entity
Detach the Entity with the given Identifier.
detachEntity(Entity, Entity) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Detaches an Entity as an attribute from another Entity.
DetachEntityWorker - class org.datamanager.tools.kernelproxy.DetachEntityWorker.
Detaches an entity as an attribute to another entity.
DetachEntityWorker(Entity, Entity) - Constructor for class org.datamanager.tools.kernelproxy.DetachEntityWorker
Detaches attribute as an attribute from base.
DetachLinkEvent - class org.datamanager.event.DetachLinkEvent.
This event is fired when Entity.detach() is invoked.
DetachLinkEvent(EventGenerator, Entity) - Constructor for class org.datamanager.event.DetachLinkEvent
The public constructor used to create a DetachLinkEvent.
disconnect() - Method in class org.datamanager.simpleton.NewsConnection
 
display() - Method in class org.datamanager.kernel.KernelGUISimpleton
Displays this GUI on the screen.
dispose(Component) - Method in class org.datamanager.kernel.GuiSimpleton
 
DisposeGuiRequestEvent - class org.datamanager.event.DisposeGuiRequestEvent.
This event notifies any interested EventHandlers that the GuiSimpleton creator of the Component within guiComponentInfo would very much like for that GuiComponent to be disposed of.
DisposeGuiRequestEvent(EventGenerator, Component) - Constructor for class org.datamanager.event.DisposeGuiRequestEvent
 
divideBy(double) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
divideBy(double) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
divideBy(Number) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
divideBy(NumericEntityValue) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
divideBy(NumericEntityValue) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
DocumentTermMatrix - interface org.datamanager.clustering.matrix.DocumentTermMatrix.
This interface marks all matrices that maintain raw document X term occurrences
DocumentTermMatrixBuilderSimpleton - class org.datamanager.simpleton.DocumentTermMatrixBuilderSimpleton.
This simpletion will handle the AddEntityPoolEvent.
DocumentTermMatrixBuilderSimpleton() - Constructor for class org.datamanager.simpleton.DocumentTermMatrixBuilderSimpleton
 
DocumentTermMatrixImpl - class org.datamanager.clustering.matrix.DocumentTermMatrixImpl.
A basic DocumentTermMatrix implementation.
DoubleEntityValue - class org.datamanager.passiveentityvalue.DoubleEntityValue.
DoubleEntityValue should give us all the functionality we need for working with double values.
DoubleEntityValue() - Constructor for class org.datamanager.passiveentityvalue.DoubleEntityValue
The default value for DoubleEntityValue is 0.0
DoubleEntityValue(double) - Constructor for class org.datamanager.passiveentityvalue.DoubleEntityValue
Create an DoubleEntityValue with the indicated value.
download(String, String) - Method in class org.datamanager.simpleton.WebSearchSimpleton
This method take a String representation of a URL to some web search engine, and a String of keywords.
download(String, String) - Method in class org.datamanager.simpleton.NewsGroupDownloadSimpleton
 
DummySSLSocketFactory - class org.datamanager.simpleton.DummySSLSocketFactory.
A custom SSLSocketFactory for generating SSL sockets used by JavaMail for access to secure IMAP stores.
DummySSLSocketFactory() - Constructor for class org.datamanager.simpleton.DummySSLSocketFactory
 
DummyTrustManager - class org.datamanager.simpleton.DummyTrustManager.
A simple TrustManager implementation that accepts all certificates without validation.
DummyTrustManager() - Constructor for class org.datamanager.simpleton.DummyTrustManager
 

E

elementAt(int) - Method in class org.datamanager.passiveentityvalue.VectorEntityValue
 
EMAIL_ATTRIBUTE_NAME - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
Attribute name which, along with EMAIL_ATTRIBUTE_VALUE, we use to identify Entities which are email.
EMAIL_ATTRIBUTE_VALUE - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
Attribute name which, along with EMAIL_ATTRIBUTE_NAME, we use to identify Entities which are email.
EmailBundleSimpleton - class org.datamanager.simpleton.EmailBundleSimpleton.
Starts the email application with all the required simpletons in the order required.
EmailBundleSimpleton() - Constructor for class org.datamanager.simpleton.EmailBundleSimpleton
 
EmailCompositionInitiatorSimpleton - class org.datamanager.simpleton.EmailCompositionInitiatorSimpleton.
Provides a GUI with a button to initiate the comosition of a new mail message.
EmailCompositionInitiatorSimpleton() - Constructor for class org.datamanager.simpleton.EmailCompositionInitiatorSimpleton
 
EmailConfigurationRequestEvent - class org.datamanager.event.EmailConfigurationRequestEvent.
This event is used to notify any interested parties that the user wishes to configure their email parameters (username, password, host machine, mailbox name, access protocol).
EmailConfigurationRequestEvent(EventGenerator) - Constructor for class org.datamanager.event.EmailConfigurationRequestEvent
 
EmailConfiguratorSimpleton - class org.datamanager.simpleton.EmailConfiguratorSimpleton.
Basic GUI Email configuration implementation that queries the user for their email store username, password, host, folder, and access protocol information.
EmailConfiguratorSimpleton() - Constructor for class org.datamanager.simpleton.EmailConfiguratorSimpleton
 
EmailDisplayRequestEvent - class org.datamanager.event.EmailDisplayRequestEvent.
This event indicates that the user has requested the display of an email message.
EmailDisplayRequestEvent(EventGenerator, Entity) - Constructor for class org.datamanager.event.EmailDisplayRequestEvent
Create a new EmailDisplayRequestEvent.
EmailDisplaySimpleton - class org.datamanager.simpleton.EmailDisplaySimpleton.
Provides a GUI to view one single email.
EmailDisplaySimpleton() - Constructor for class org.datamanager.simpleton.EmailDisplaySimpleton
 
EmailGuiCollectorSimpleton - class org.datamanager.simpleton.EmailGuiCollectorSimpleton.
Initial stab at EmailGuiCollectorSimpleton.
EmailGuiCollectorSimpleton() - Constructor for class org.datamanager.simpleton.EmailGuiCollectorSimpleton
 
EmailMessageComponent - interface org.datamanager.simpleton.EmailMessageComponent.
Displays an optionally-editable email message in an unspecified JComponent onscreen.
EmailMessageEntityHelper - class org.datamanager.simpleton.EmailMessageEntityHelper.
Provides a convenient way to access the attributes of an email message represented by an Entity.
EmailMessageEntityHelper() - Constructor for class org.datamanager.simpleton.EmailMessageEntityHelper
Creates a new EmailMessageEntityHelper containing a new email message entity with no content.
EmailMessageEntityHelper(Entity) - Constructor for class org.datamanager.simpleton.EmailMessageEntityHelper
Creates a new EmailMessageEntityHelper to access the data in the given message.
EmailMessageFlagsEntityValue - class org.datamanager.passiveentityvalue.EmailMessageFlagsEntityValue.
Objects of this class store various email message flags and can be stored in Entities as they are EntityValues.
EmailMessageFlagsEntityValue(Flags) - Constructor for class org.datamanager.passiveentityvalue.EmailMessageFlagsEntityValue
Initialize a new EmailMessageFlagsEntityValue with the Flag values of the given Flags object.
EmailMetadataSearchEvent - class org.datamanager.event.EmailMetadataSearchEvent.
This event indicates that the user has requested a search of Email Metadata, such as From.
EmailMetadataSearchEvent(EventGenerator, String, String) - Constructor for class org.datamanager.event.EmailMetadataSearchEvent
Creates a new EmailMetadataSearchEvent for initiating a search for matching email metadata.
EmailMetadataSearchSimpleton - class org.datamanager.simpleton.EmailMetadataSearchSimpleton.
This class handles the EmailMetadataSearchEvent.
EmailMetadataSearchSimpleton() - Constructor for class org.datamanager.simpleton.EmailMetadataSearchSimpleton
 
EmailParameters - class org.datamanager.simpleton.EmailParameters.
 
EmailParameters(EmailParametersEntityValue) - Constructor for class org.datamanager.simpleton.EmailParameters
 
EmailParameters(String, String, String, String, String, String, String) - Constructor for class org.datamanager.simpleton.EmailParameters
 
EmailParametersEnteredCollectorEvent - class org.datamanager.event.EmailParametersEnteredCollectorEvent.
Objects of this class encapsulate a collection of parameters determining a network connection to a remote machine holding a mailbox for a particular user.
EmailParametersEnteredCollectorEvent(EventGenerator, Entity) - Constructor for class org.datamanager.event.EmailParametersEnteredCollectorEvent
Initializes this event with its generator's reference and an Entity containing the collected email parameters needed for connecting to a specific email data store.
EmailParametersEntityValue - class org.datamanager.passiveentityvalue.EmailParametersEntityValue.
This class represents the various JavaMail email account configuration settings for a user's email account.
EmailParametersEntityValue(String, PasswordEntityValue, String, String, String, String, String) - Constructor for class org.datamanager.passiveentityvalue.EmailParametersEntityValue
 
EmailParametersRequestEvent - class org.datamanager.event.EmailParametersRequestEvent.
This event is used to notify any interested parties that email parameters (username, password, host machine, mailbox, access protocol) have been requested.
EmailParametersRequestEvent(EventGenerator) - Constructor for class org.datamanager.event.EmailParametersRequestEvent
 
EmailParametersRequestHandlerSimpleton - class org.datamanager.simpleton.EmailParametersRequestHandlerSimpleton.
This Simpleton is responsible for handling EmailParametersRequestEvent-s.
EmailParametersRequestHandlerSimpleton() - Constructor for class org.datamanager.simpleton.EmailParametersRequestHandlerSimpleton
 
EmailReplyRequestEvent - class org.datamanager.event.EmailReplyRequestEvent.
Event fired whenever a Simpleton has started to retrieve email.
EmailReplyRequestEvent(EventGenerator, Entity) - Constructor for class org.datamanager.event.EmailReplyRequestEvent
 
EmailRetrieverSimpleton - class org.datamanager.simpleton.EmailRetrieverSimpleton.
Retrieves some email from an IMAP server and creates corresponding Entities for that email in the Pool.
EmailRetrieverSimpleton() - Constructor for class org.datamanager.simpleton.EmailRetrieverSimpleton
 
endsWith(String) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Tests if this string ends with the specified suffix.
EngineEvent - interface org.datamanager.event.EngineEvent.
This marker interface is marking all Engine events.
Entity - class org.datamanager.kernel.Entity.
The major workhorse of the DataManager, Entity is an abstract class which only implements the create() method and the default, no args constructor.
Entity() - Constructor for class org.datamanager.kernel.Entity
A constructor existing only for the sake of subclasses.
EntityConstraint - interface org.datamanager.constraint.EntityConstraint.
Constraints define a set of entities.
EntityDisplayRequestEvent - class org.datamanager.event.EntityDisplayRequestEvent.
This event is used to notify any interested handlers that an Entity wants to be displayed.
EntityDisplayRequestEvent(EventGenerator, Entity) - Constructor for class org.datamanager.event.EntityDisplayRequestEvent
 
EntityEqualsConstraint - class org.datamanager.constraint.EntityEqualsConstraint.
Check to see if a given Entity is equal to another.
EntityEqualsConstraint(Entity) - Constructor for class org.datamanager.constraint.EntityEqualsConstraint
Create a new EntityEqualsConstraint.
EntityEvent - interface org.datamanager.event.EntityEvent.
This marker interface is the mother of all events generated from within an Entity.
EntityList - class org.datamanager.tools.EntityList.
A container class that is holds a list of Entities.
EntityList() - Constructor for class org.datamanager.tools.EntityList
Create a new EntityList with the default length.
EntityList(Entity[]) - Constructor for class org.datamanager.tools.EntityList
Create a new EntityList containing the specified entity array.
EntityNavigateUI - class org.datamanager.simpleton.EntityNavigateUI.
EntityNavigateUI extends the Touchgraph user interface GLNavigateUI to provide a way of display Entities in Knownspace and firing display events at the appropriate time.
EntityNavigateUI(TouchgraphEntityDisplayPanel) - Constructor for class org.datamanager.simpleton.EntityNavigateUI
 
entityToIdentifier - Variable in class org.datamanager.kernel.KernelMemory
A mapping from VerySimpleEntities to Identifiers.
EntityValue - interface org.datamanager.kernel.EntityValue.
EntityValue serves as a marker interface for all the values that an Entity can have in the official releases of Knownspace.
EntityViewerSimpleton - class org.datamanager.simpleton.EntityViewerSimpleton.
Providesa a JTree view of the Entities in the pool and each Entity's value and attributes.
EntityViewerSimpleton() - Constructor for class org.datamanager.simpleton.EntityViewerSimpleton
 
equal(Object) - Method in class org.datamanager.passiveentityvalue.GuiLayoutEntityValue
report the wheather two GuiLayoutEntityValue is equal inlcude position and size
equals(Date) - Method in class org.datamanager.passiveentityvalue.DateEntityValue
 
equals(double) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
equals(double) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
equals(NumericEntityValue) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
equals(NumericEntityValue) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
equals(Object) - Method in class org.datamanager.event.EmailReplyRequestEvent
 
equals(Object) - Method in class org.datamanager.kernel.JispIdentifier
Checks to see if the given Object is the same as this Identifier.
equals(Object) - Method in class org.datamanager.kernel.Pool
Returns true if the given Object is equivalent to this Pool.
equals(Object) - Method in class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue
Returns true if the object in question is a WordFrequencyMapEntityValue and their underlying Maps and corpusi are also .equals() to each other.
equals(Object) - Method in class org.datamanager.passiveentityvalue.VectorEntityValue
 
equals(Object) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Compares this string to the specified object.
equals(Object) - Method in class org.datamanager.passiveentityvalue.PasswordEntityValue
Checks if this PasswordEntityValue's are the same as the supplied one.
equals(Object) - Method in interface org.datamanager.passiveentityvalue.PassiveEntityValue
 
equals(Object) - Method in class org.datamanager.passiveentityvalue.ObjectEntityValue
 
equals(Object) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
equals(Object) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
equals(Object) - Method in class org.datamanager.passiveentityvalue.NullEntityValue
Check to see if the given object is a NullEntityValue.
equals(Object) - Method in class org.datamanager.passiveentityvalue.LoadableSimpletonEntityValue
 
equals(Object) - Method in class org.datamanager.passiveentityvalue.EmailParametersEntityValue
Compares the specified Object with this EmailParametersEntityValue for equality.
equals(Object) - Method in class org.datamanager.passiveentityvalue.EmailMessageFlagsEntityValue
Report whether this EmailMessageEntityValue has the same value as a given Object.
equals(Object) - Method in class org.datamanager.passiveentityvalue.ByteArrayEntityValue
 
equals(Object) - Method in class org.datamanager.passiveentityvalue.BooleanEntityValue
 
equalsIgnoreCase(String) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Compares this String to another String, ignoring case considerations.
EventConstraint - interface org.datamanager.constraint.EventConstraint.
Constraints define a set of events.
EventContainsEntityConstraint - class org.datamanager.constraint.EventContainsEntityConstraint.
This EventConstraint describes a subset of Entity-containing events that are described by a given EntityConstraint.
EventContainsEntityConstraint(EntityConstraint) - Constructor for class org.datamanager.constraint.EventContainsEntityConstraint
Create a new EventConstainsEntityConstraint to check for Entities that satisfy the given EntityConstraint.
EventGenerator - interface org.datamanager.kernel.EventGenerator.
EventGenerators are able to generate events.
EventGeneratorEvent - interface org.datamanager.event.EventGeneratorEvent.
This marker interface is the mother of all events generated from within an EventGenerator.
EventHandler - interface org.datamanager.kernel.EventHandler.
EventHandlers can handle events.
EventLoggerSimpleton - class org.datamanager.tools.EventLoggerSimpleton.
Used to log all Events that pass through the KnownSpace kernel.
EventLoggerSimpleton() - Constructor for class org.datamanager.tools.EventLoggerSimpleton
 
EventTypeIsConstraint - class org.datamanager.constraint.EventTypeIsConstraint.
Checks to see if the type of a DataManagerEvent is valid or not.
EventTypeIsConstraint(Class) - Constructor for class org.datamanager.constraint.EventTypeIsConstraint
Creates a new EventTypeIsConstraint that will match all DataManagerEvents that are of the given type, this includes subtypes.
exec(String) - Method in class org.datamanager.tools.Compile
 
execute() - Method in class org.datamanager.simpleton.WebAndNewsSearchSimpleton
This method sends the events to the KernelProxy to be added to the pool, so that either a web search or news group is downloaded, or both.
exit() - Method in class org.datamanager.simpleton.WebAndNewsSearchSimpleton
 
exportComponent(Component) - Method in class org.datamanager.kernel.GuiSimpleton
Exports this GuiSimpleton's Component by firing a ExportGuiRequestEvent into the Pool containing a new GuiSimpletonInfo.
exportComponent(Component, Rectangle) - Method in class org.datamanager.kernel.GuiSimpleton
 
ExportGuiRequestEvent - class org.datamanager.event.ExportGuiRequestEvent.
This event notifies interested GuiCollector subscribers that there is a new Component to be added.
ExportGuiRequestEvent(EventGenerator, GuiSimpletonInfo) - Constructor for class org.datamanager.event.ExportGuiRequestEvent
 

F

FALSE - Static variable in class org.datamanager.passiveentityvalue.BooleanEntityValue
 
finalize() - Method in class org.datamanager.kernel.CachingProxyEntity
 
findEntity(Identifier) - Method in class org.datamanager.kernel.MemoryManager
Finds the Entity associated with the given Identifier.
findEntity(Identifier) - Method in class org.datamanager.kernel.KernelMemory
 
findFromStorage(Entity) - Method in class org.datamanager.kernel.MemoryManager
 
findFromStorage(Identifier) - Method in class org.datamanager.kernel.MemoryManager
 
findIdentifier(Entity) - Method in class org.datamanager.kernel.MemoryManager
Finds the Identifier for the given Entity.
findIdentifier(Entity) - Method in class org.datamanager.kernel.KernelMemory
 
findOldestIdentifier() - Method in class org.datamanager.kernel.KernelMemory
 
findProxy(Identifier) - Method in class org.datamanager.kernel.MemoryManager
Finds the EntityProxy for the given Identifier.
findProxy(Identifier) - Method in class org.datamanager.kernel.KernelMemory
 
fireEvent(DataManagerEvent) - Method in class org.datamanager.kernel.Pool
Fires an event.

G

generateIdentifier() - Static method in class org.datamanager.kernel.JispIdentifier
Generates a unique Identifier.
get() - Method in class org.datamanager.tools.kernelproxy.InterfaceWorker
Returns the value created by the construct method.
get(int) - Method in class org.datamanager.tools.EntityList
Retrieves the entity at the specified index.
get(String) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Returns the Object attribute value mapped to the String key passed in.
getAcceptedIssuers() - Method in class org.datamanager.simpleton.DummyTrustManager
 
getAccessProtocolName() - Method in class org.datamanager.passiveentityvalue.EmailParametersEntityValue
Returns a String representation of the access protocol ("imap", "imaps", "pop3", etc.) to be used when connecting to the host machine.
getAccessProtocolName() - Method in class org.datamanager.simpleton.EmailParameters
 
getAttributes(EntityConstraint) - Method in class org.datamanager.kernel.CachingProxyEntity
 
getAttributes(EntityConstraint) - Method in class org.datamanager.kernel.Entity
Request a constrained set of all entities linked to the Entity.
getAttributes(Entity, EntityConstraint) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Retrieve all the attributes of an entity that match the given constraint.
GetAttributesWorker - class org.datamanager.tools.kernelproxy.GetAttributesWorker.
Retrieves all the attributes of an entity matching a given constraint.
GetAttributesWorker(Entity, EntityConstraint) - Constructor for class org.datamanager.tools.kernelproxy.GetAttributesWorker
Creates a worker to get all the attributes of an entity.
getAuthors() - Method in class org.datamanager.kernel.Simpleton.Information
Gets the names of the authors of this Simpleton.
getBases(EntityConstraint) - Method in class org.datamanager.kernel.CachingProxyEntity
 
getBases(EntityConstraint) - Method in class org.datamanager.kernel.Entity
Request a constrained set of all entities of which the Entity is an attribute.
getBases(Entity, EntityConstraint) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Retrieve all the bases of an entity that match the given constraint.
GetBasesWorker - class org.datamanager.tools.kernelproxy.GetBasesWorker.
Retrieves all the bases of an entity matching a given constraint.
GetBasesWorker(Entity, EntityConstraint) - Constructor for class org.datamanager.tools.kernelproxy.GetBasesWorker
Creates a worker to get all the bases of an entity.
getBody() - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Returns the first chunk of content in this message, regardless of MIME type.
getBoolean(String) - Static method in class org.datamanager.passiveentityvalue.ByteArrayEntityValue
 
getBoolean(String) - Static method in class org.datamanager.passiveentityvalue.BooleanEntityValue
 
getBound() - Method in class org.datamanager.passiveentityvalue.GuiLayoutEntityValue
report the bound
getBytes() - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes() - Method in class org.datamanager.passiveentityvalue.ByteArrayEntityValue
 
getBytes(String) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getCcAddresses() - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Returns the addresses in the Cc: field of the message.
getCcComponent() - Method in interface org.datamanager.simpleton.EmailMessageComponent
Returns the Component which contains the contents of the Cc: field, or null if it is not displayed.
getCcComponent() - Method in class org.datamanager.simpleton.BasicEmailMessageComponent
 
getCeiling() - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
getCeiling() - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
getCeiling() - Method in class org.datamanager.passiveentityvalue.IntegerEntityValue
The ceiling is the lowest integer greater than or equal to the stored value, or the stored value itself in this case.
getCeiling() - Method in class org.datamanager.passiveentityvalue.DoubleEntityValue
 
getChars(int, int, char[], int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Copies characters from this string into the destination character array.
getClassLocation() - Method in class org.datamanager.kernel.Simpleton.Information
Get the location of this Simpleton's class.
getClassName() - Method in class org.datamanager.kernel.Simpleton.Information
Gets the class name of this Simpleton.
getClusterFor(Entity) - Method in interface org.datamanager.clustering.matrix.ClusterableMatrix
Returns a Cluster representation of the Entity documents related to this document within the appropriate threshold.
getColumnCount() - Method in class org.datamanager.kernel.ThreadMonitorSimpleton.ThreadTableModel
 
getColumnCount() - Method in class org.datamanager.simpleton.TabularEmailDisplay.EmailTableModel
 
getColumnName(int) - Method in class org.datamanager.kernel.ThreadMonitorSimpleton.ThreadTableModel
 
getColumnName(int) - Method in class org.datamanager.simpleton.TabularEmailDisplay.EmailTableModel
 
getComponent() - Method in class org.datamanager.kernel.GuiSimpletonInfo
 
getComponent() - Method in interface org.datamanager.simpleton.EmailMessageComponent
Gets a Component which contains a graphical display of this message.
getComponent() - Method in class org.datamanager.simpleton.BasicEmailMessageComponent
 
getComponentToBeDisposed() - Method in class org.datamanager.event.DisposeGuiRequestEvent
 
getConnection() - Static method in class org.datamanager.simpleton.WebConnection
 
getConnection() - Static method in class org.datamanager.simpleton.NewsConnection
 
getConstraint() - Method in class org.datamanager.event.UnsubscribeEventGeneratorEvent
Report the EventConstraint that was unsubscribed.
getConstraint() - Method in class org.datamanager.event.SubscribeEventGeneratorEvent
Report the EventConstraint that was subscribed.
getConstraint() - Method in class org.datamanager.event.SearchRequestEvent
Returns the EntityConstraint wrapped by this Event.
getConstraint() - Method in class org.datamanager.event.SearchPoolEvent
Report the EntityConstraint that was used in the search.
getContents(URL) - Method in class org.datamanager.simpleton.WebConnection
This method takes a URL and will return a String that is its contents.
getContentType() - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Returns the lowercased string from the Content-Type: field of the message, or "text/plain" if no Content-Type: header is found.
getCurrentGroup() - Method in class org.datamanager.simpleton.NewsConnection
 
getCurrentMessage() - Method in class org.datamanager.simpleton.NewsConnection
 
getDataAccessObject(int) - Method in class org.datamanager.persistence.DataAccessObjectFactory
return XMLDataAccessObject for client to use for save and restore the object follow xml format
getDate() - Method in class org.datamanager.passiveentityvalue.DateEntityValue
 
getDateComponent() - Method in interface org.datamanager.simpleton.EmailMessageComponent
Returns the Compenent which contains the contents of the Date: field, or null if it is not displayed.
getDateComponent() - Method in class org.datamanager.simpleton.BasicEmailMessageComponent
 
getDateObject() - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Returns the Date object associated with this message.
getDateSection() - Method in class org.datamanager.kernel.JispIdentifier
Gets the long Date part of this Identifier.
getDateString() - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Returns the string from the Date: field of the message.
getDefault() - Static method in class org.datamanager.simpleton.DummySSLSocketFactory
 
getDefaultCipherSuites() - Method in class org.datamanager.simpleton.DummySSLSocketFactory
 
getDefaultPool() - Static method in class org.datamanager.kernel.Pool
Reports the default Pool.
getDescription() - Method in class org.datamanager.event.StoppedRetrievingEmailEvent
 
getDescription() - Method in class org.datamanager.event.StartedRetrievingEmailEvent
 
getDocumentTermMatrix() - Static method in class org.datamanager.clustering.matrix.DocumentTermMatrixImpl
Gets the singleton instance of this DocumentTermMatrix.
getElementAt(int) - Method in class org.datamanager.simpleton.TabularEmailDisplay.EmailTableModel
Returns the object at row rowIndex.
getEmailMessageEntityHelper() - Method in class org.datamanager.simpleton.BasicEmailMessageComponent
Retrieves the EmailMessageEntityHelper used by this component.
getEngine() - Method in class org.datamanager.event.WebSearchRequestEvent
Get a string representation of the search engine's url that is used for this search event.
getEntities() - Method in interface org.datamanager.clustering.Cluster
 
getEntities(List) - Method in class org.datamanager.kernel.Entity
Turns a List of Entities into an Array of Entities.
getEntity() - Method in class org.datamanager.event.SMTPSendRequestEvent
Get the Entity that contains the message to display.
getEntity() - Method in class org.datamanager.event.SearchResultsFoundEvent
Reports the entity contained within this event.
getEntity() - Method in class org.datamanager.event.EntityDisplayRequestEvent
Gets the Entity that contains the message to display.
getEntity() - Method in class org.datamanager.event.EmailReplyRequestEvent
 
getEntity() - Method in class org.datamanager.event.EmailParametersEnteredCollectorEvent
Reports the entity contained within this event.
getEntity() - Method in class org.datamanager.event.EmailDisplayRequestEvent
Get the Entity that contains the message to display.
getEntity() - Method in class org.datamanager.event.DetachLinkEvent
Reports the Entity that was detached.
getEntity() - Method in interface org.datamanager.event.ContainsEntityEvent
 
getEntity() - Method in class org.datamanager.event.AttachLinkEvent
Reports the Entity that was attached.
getEntity() - Method in class org.datamanager.event.AddEntityPoolEvent
Reports the new Entity that has been added to the Pool.
getEntity() - Method in class org.datamanager.kernel.DBRecord
 
getEntity() - Method in class org.datamanager.simpleton.TouchgraphEntityNode
Retrieves the Entity represented by this node.
getEntityName(Entity) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Searches for all Entities that match the given constraint.
getEntityValue() - Method in class org.datamanager.activeentityvalue.AttributeCounterEntityValue
Report an EntityValue containing the number of attributes currently attached to the entity that this active entity value works on.
getEntityValue() - Method in interface org.datamanager.activeentityvalue.ActiveEntityValue
The computation that is required by this ActiveEntityValue should be implemented in this method.
getEntityValue(Entity) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Sets the specified entity's value to the specified value.
GetEntityValueWorker - class org.datamanager.tools.kernelproxy.GetEntityValueWorker.
Retrieves the value of an entity.
GetEntityValueWorker(Entity) - Constructor for class org.datamanager.tools.kernelproxy.GetEntityValueWorker
Creates a worker to get the value of an entity.
getEventGenerator() - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Gets an EventGenerator from the Pool.
getEventHandler() - Method in class org.datamanager.event.UnsubscribeEventGeneratorEvent
Report the EventHandler that was unsubscribed.
getEventHandler() - Method in class org.datamanager.event.SubscribeEventGeneratorEvent
Report the EventHandler that was subscribed.
getFieldName() - Method in class org.datamanager.event.EmailMetadataSearchEvent
 
getFirstAttributeNamed(Entity, String) - Static method in class org.datamanager.tools.Toolbox
Returns the first attribute of the given Entity whose name equals the given name.
getFirstAttributeNamedIgnoringCase(Entity, String) - Static method in class org.datamanager.tools.Toolbox
Returns the first attribute of the given Entity whose name equals the given name, ignoring case in the name.
getFlag(Flags.Flag) - Method in class org.datamanager.passiveentityvalue.EmailMessageFlagsEntityValue
Report whether an email message flag is set or not.
getFloor() - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
getFloor() - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
getFloor() - Method in class org.datamanager.passiveentityvalue.IntegerEntityValue
The floor is the greatest integer less than or equal to the stored value, or the stored value itself in this case.
getFloor() - Method in class org.datamanager.passiveentityvalue.DoubleEntityValue
 
getFrequencyOf(String) - Method in class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue
 
getFromAddress() - Method in class org.datamanager.passiveentityvalue.EmailParametersEntityValue
Returns the address the user would like outgoing email to be sent as from.
getFromAddress() - Method in class org.datamanager.simpleton.EmailParameters
 
getFromAddress() - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Returns the address in the From: field of the message.
getFromComponent() - Method in interface org.datamanager.simpleton.EmailMessageComponent
Returns the Component which contains the contents of the From: field, or null if it is not displayed.
getFromComponent() - Method in class org.datamanager.simpleton.BasicEmailMessageComponent
 
getGuiSimpletonInfo() - Method in class org.datamanager.event.ExportGuiRequestEvent
Returns the GuiSimpletonInfo being transmitted by this event.
getHeight() - Method in class org.datamanager.simpleton.TouchgraphEntityNode
Returns the height of the node.
getHeliumDirectory() - Static method in class org.datamanager.tools.Toolbox
Returns the Helium directory, wherein we should place things like persistence files.
getHostMachineName() - Method in class org.datamanager.passiveentityvalue.EmailParametersEntityValue
Returns a String representation of the host machine to which this EmailParametersEntityValue can connect.
getHostMachineName() - Method in class org.datamanager.simpleton.EmailParameters
 
getHVScroll() - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Return the HVScroll used with this GLPanel.
getIdentifier() - Method in class org.datamanager.kernel.DBRecord
 
getIgnoredByInterfaceConstraint() - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Gets the constraint for entities that are to ignored.
getInformation() - Method in class org.datamanager.kernel.Simpleton
Reports Simpleton.Information about this Simpleton.
getInformation() - Method in class org.datamanager.passiveentityvalue.LoadableSimpletonEntityValue
 
getInformation() - Method in class org.datamanager.tools.kernelproxy.InterfaceWorker
 
getInputStream(URL) - Method in class org.datamanager.simpleton.WebConnection
This method will take a URL and get an InputStream from it.
getInReplyTo() - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Gets the In-Reply-To of the message.
getInstance() - Static method in class org.datamanager.passiveentityvalue.NullEntityValue
Get a NullEntityValue.
getInstance() - Static method in class org.datamanager.tools.kernelproxy.KernelProxy
Gets the instance of the singleton KernelProxy.
getInstance() - Static method in class org.datamanager.clustering.strategy.lsa.LsaStrategy
 
getInstance() - Static method in class org.datamanager.clustering.strategy.bayes.NaiveBayesStrategy
 
getInstance() - Static method in class org.datamanager.clustering.strategy.gsquared.GSquaredStrategy
 
getKeywords() - Method in class org.datamanager.event.WebSearchRequestEvent
Get the keywords used for this search event.
getKillButton(Thread) - Method in class org.datamanager.kernel.ThreadMonitorSimpleton.ThreadTableModel
Placeholder for a function to produce a JButton that, when pressed, will kill the given thread.
getLocalityRadius() - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Return the locality radius of this GLPanel.
getLocalityScroll() - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Return the LocalityScroll used with this GLPanel.
getLongDescription() - Method in class org.datamanager.kernel.Simpleton.Information
Gets the long description of this Simpleton.
getLongSection() - Method in class org.datamanager.kernel.JispIdentifier
Gets the long part of this Identifier.
getMailboxName() - Method in class org.datamanager.passiveentityvalue.EmailParametersEntityValue
Returns the name of the mailbox data store to be opened after connecting to the host machine.
getMailboxName() - Method in class org.datamanager.simpleton.EmailParameters
 
getMatrix() - Static method in class org.datamanager.clustering.matrix.DocumentTermMatrixImpl
Gets the document x term matrix.
getMessage() - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Returns the message this EmailMessageEntityHelper is helping with.
getMessage() - Method in interface org.datamanager.simpleton.EmailMessageComponent
Gets the message displayed in this EmailMessageComponent.
getMessage() - Method in class org.datamanager.simpleton.BasicEmailMessageComponent
Retrieves the Entity representing the email message this component is displaying.
getMessageId() - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Gets the Message-ID of the message.
getName() - Method in class org.datamanager.kernel.CachingProxyEntity
 
getName() - Method in class org.datamanager.kernel.Simpleton.Information
Gets the name of this Simpleton.
getName() - Method in class org.datamanager.kernel.Entity
Request the Entity's name.
getName() - Method in class org.datamanager.passiveentityvalue.GuiLayoutEntityValue
 
getName() - Method in interface org.datamanager.clustering.Cluster
 
GetNameWorker - class org.datamanager.tools.kernelproxy.GetNameWorker.
Retrieves the name (not the interface name) of an entity.
GetNameWorker(Entity) - Constructor for class org.datamanager.tools.kernelproxy.GetNameWorker
Creates a worker to get the name of an entity.
getNearestDouble() - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
getNearestDouble() - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
getNearestDouble() - Method in class org.datamanager.passiveentityvalue.IntegerEntityValue
 
getNearestDouble() - Method in class org.datamanager.passiveentityvalue.DoubleEntityValue
 
getNearestInt() - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
getNearestInt() - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
getNearestInt() - Method in class org.datamanager.passiveentityvalue.IntegerEntityValue
The nearest int is the value stored.
getNearestInt() - Method in class org.datamanager.passiveentityvalue.DoubleEntityValue
 
getNewEntityValue() - Method in class org.datamanager.event.SetValueEvent
Report the new value of the modified Entity.
getNewsGroup() - Method in class org.datamanager.event.NewsGroupDownloadRequestEvent
Get the name of the newsgroup.
getNumberOfUniqueWords() - Method in class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue
 
getObject() - Method in class org.datamanager.passiveentityvalue.ObjectEntityValue
 
getOffset() - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Return the horizontal and vertical offset position as a Point.
getOldEntityValue() - Method in class org.datamanager.event.SetValueEvent
Report the old value of the modified Entity.
getPanel() - Method in class org.datamanager.simpleton.TabularEmailDisplay
Returns a reference to this TabularEmailDisplay's JPanel.
getPassword() - Method in class org.datamanager.passiveentityvalue.PasswordEntityValue
Gets this PasswordEntityValue's password.
getPassword() - Method in class org.datamanager.simpleton.EmailParameters
 
getPasswordEntityValue() - Method in class org.datamanager.passiveentityvalue.EmailParametersEntityValue
Returns the PasswordEntityValue encapsulated by this EmailParametersEntityValue.
getPopup() - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Returns the node and edge manipulaton panel.
getPreferredBound() - Method in class org.datamanager.kernel.GuiSimpletonInfo
 
getPreviousLayout() - Method in class org.datamanager.simpleton.EmailGuiCollectorSimpleton
 
getPriority() - Method in class org.datamanager.kernel.Simpleton
Gets the priority of this Simpleton.
getQuery() - Method in class org.datamanager.event.SearchRequestEvent
Returns the String query used by the EntityConstraint wrapped by this Event.
getQueryString() - Method in class org.datamanager.event.EmailMetadataSearchEvent
 
getReplyToAddress() - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Gets the reply-to address of the message.
getRotateScroll() - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Return the RotateScroll used with this GLPanel.
getRotationAngle() - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Return the rotation angle of this GLPanel.
getRowCount() - Method in class org.datamanager.kernel.ThreadMonitorSimpleton.ThreadTableModel
 
getRowCount() - Method in class org.datamanager.simpleton.TabularEmailDisplay.EmailTableModel
 
getSearchEngine() - Method in class org.datamanager.simpleton.WebAndNewsSearchSimpleton
Returns the search engine selected by the user.
getServer() - Method in class org.datamanager.event.NewsGroupDownloadRequestEvent
Get the name of the news server.
getShortDescription() - Method in class org.datamanager.kernel.Simpleton.Information
Gets the short description of this Simpleton.
getSimilarityBetween(Entity, Entity) - Method in class org.datamanager.clustering.matrix.DocumentTermMatrixImpl
Gets the similarity between two entities by doing a LSA look up for documents documents clustering matrix.
getSimilarityBetween(Entity, Entity) - Method in interface org.datamanager.clustering.matrix.DocumentTermMatrix
Returns the similarity between the two documents, which should be between 0 and 1.
getSimilarityBetween(Entity, Entity) - Method in interface org.datamanager.clustering.matrix.ClusterableMatrix
Returns the double representation of 'distance' between two Entities within this ClusterableMatrix
getSimilarityBetween(Entity, Entity) - Method in interface org.datamanager.clustering.strategy.ClusteringStrategy
 
getSimilarityBetween(Entity, Entity) - Method in class org.datamanager.clustering.strategy.lsa.LsaStrategy
Gets the similarity between two entities by doing a LSA look up for documents documents clustering matrix.
getSimilarityBetween(Entity, Entity) - Method in class org.datamanager.clustering.strategy.bayes.NaiveBayesStrategy
 
getSimilarityBetween(Entity, Entity) - Method in class org.datamanager.clustering.strategy.gsquared.GSquaredStrategy
Gets the similarity between two entities by doing a simple GSquared comparison of the documents.
getSimpletonEntities() - Method in class org.datamanager.kernel.SimpletonList
Get all of the LoadableSimpletonEntityValues stored on the simpleton list Entity.
getSimpletonListEntity() - Method in class org.datamanager.kernel.SimpletonList
Get the Entity that is being used for storage of the simpletons.
getSMTPHost() - Method in class org.datamanager.passiveentityvalue.EmailParametersEntityValue
Returns the SMTP host to which outgoing mail is delivered.
getSMTPHost() - Method in class org.datamanager.simpleton.EmailParameters
 
getSource() - Method in class org.datamanager.event.DataManagerEventAdapter
Report the object that generated this event.
getSource() - Method in interface org.datamanager.event.DataManagerEvent
Report the object generating the event.
getString(InputStream) - Method in class org.datamanager.simpleton.WebConnection
Take an InputStream and read its contents into a String.
getSubject() - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Returns the subject of the message.
getSubjectComponent() - Method in interface org.datamanager.simpleton.EmailMessageComponent
Returns the Component which contains the contents of the Subject: field, or null if it is not displayed.
getSubjectComponent() - Method in class org.datamanager.simpleton.BasicEmailMessageComponent
 
getSupportedCipherSuites() - Method in class org.datamanager.simpleton.DummySSLSocketFactory
 
getSynchronizedWordFrequencyMap() - Method in class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue
 
getTGPanel() - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Return the TGPanel used with this GLPanel.
getThreshold() - Method in interface org.datamanager.clustering.matrix.ClusterableMatrix
 
getThreshold() - Method in interface org.datamanager.clustering.strategy.ClusteringStrategy
 
getThreshold() - Method in class org.datamanager.clustering.strategy.lsa.LsaStrategy
 
getThreshold() - Method in class org.datamanager.clustering.strategy.bayes.NaiveBayesStrategy
 
getThreshold() - Method in class org.datamanager.clustering.strategy.gsquared.GSquaredStrategy
 
getTime() - Method in class org.datamanager.event.DataManagerEventAdapter
Report the time at which this event was created (in milliseconds).
getTime() - Method in interface org.datamanager.event.DataManagerEvent
Report the time the event occurred (in milliseconds).
getTitle() - Method in class org.datamanager.kernel.GuiSimpletonInfo
 
getTitle() - Method in class org.datamanager.simpleton.TouchgraphEmailDisplaySimpleton
 
getTitle() - Method in class org.datamanager.simpleton.TextSearchSimpleton
 
getToAddresses() - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Returns the addresses in the To: field of the message.
getToComponent() - Method in interface org.datamanager.simpleton.EmailMessageComponent
Returns the Component which contains the contents of the To: field, or null if it is not displayed.
getToComponent() - Method in class org.datamanager.simpleton.BasicEmailMessageComponent
 
getTotalNumberOfWords() - Method in class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue
Returns an double representing the total number of words in this word frequency map.
getURL() - Method in class org.datamanager.event.LaunchBrowserWithURLEvent
 
getURLs(InputStream) - Method in class org.datamanager.simpleton.WebConnection
This method takes an InputStream, and parses out all the URLs located within that InputStream.
getURLs(String) - Method in class org.datamanager.simpleton.WebConnection
Find all isolated URLs in the given string and return them in a Vector
getURLs(String) - Method in class org.datamanager.tools.UrlParser
Find all isolated URLs in the given string and return them in a Vector
getUsername() - Method in class org.datamanager.passiveentityvalue.EmailParametersEntityValue
Returns the String username encapsulated by this EmailParametersEntityValue.
getUsername() - Method in class org.datamanager.simpleton.EmailParameters
 
getValue() - Method in class org.datamanager.kernel.CachingProxyEntity
 
getValue() - Method in class org.datamanager.kernel.Entity
Request the Entity's value.
getValue() - Method in class org.datamanager.tools.kernelproxy.InterfaceWorker
Gets the value produced by the worker thread, or null if it hasn't been constructed yet.
getValueAt(int, int) - Method in class org.datamanager.kernel.ThreadMonitorSimpleton.ThreadTableModel
 
getValueAt(int, int) - Method in class org.datamanager.simpleton.TabularEmailDisplay.EmailTableModel
 
GetValueEvent - class org.datamanager.event.GetValueEvent.
This event is fired when Entity.getValue() is invoked.
GetValueEvent(EventGenerator) - Constructor for class org.datamanager.event.GetValueEvent
The public constructor used to create a GetValueEvent.
getVector() - Method in class org.datamanager.passiveentityvalue.VectorEntityValue
 
getVersion() - Method in class org.datamanager.kernel.Simpleton.Information
Gets the version of this Simpleton.
getWidth() - Method in class org.datamanager.simpleton.TouchgraphEntityNode
Returns the width of the node.
getWordFrequencyMap() - Method in class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue
 
getWordSet() - Method in class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue
 
getZoomScroll() - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Return the ZoomScroll used with this GLPanel.
getZoomValue() - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Return the zoom value of this GLPanel.
GOOGLE - Static variable in class org.datamanager.event.WebSearchRequestEvent
 
group(String) - Method in class org.datamanager.simpleton.NewsConnection
 
GSquaredStrategy - class org.datamanager.clustering.strategy.gsquared.GSquaredStrategy.
This class represents a gsquared strategy for clustering Emails.
GuiLayoutEntityValue - class org.datamanager.passiveentityvalue.GuiLayoutEntityValue.
The GuiLayoutEntityValue will keep the Layout of each JPanel in the EmailGuiCollectorSimpletion
GuiLayoutEntityValue(Rectangle, String) - Constructor for class org.datamanager.passiveentityvalue.GuiLayoutEntityValue
constructor: build the GridLayoutEntityValue with bound(Rectangle to represent the layout's position and size.
GuiSimpleton - class org.datamanager.kernel.GuiSimpleton.
This is the superclass of all Simpletons that can export() a GUI component via the ExportGuiRequestEvent.
GuiSimpleton() - Constructor for class org.datamanager.kernel.GuiSimpleton
 
GuiSimpletonInfo - class org.datamanager.kernel.GuiSimpletonInfo.
This class contains references to pertinent information about a GuiSimpleton.
GuiSimpletonInfo(Component, String) - Constructor for class org.datamanager.kernel.GuiSimpletonInfo
 
GuiSimpletonInfo(Component, String, Rectangle) - Constructor for class org.datamanager.kernel.GuiSimpletonInfo
 

H

handle(DataManagerEvent) - Method in interface org.datamanager.kernel.EventHandler
Handle a DataManagerEvent that has been fired.
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.TouchgraphEmailDisplaySimpleton
Adds the email message specified in the event to a TouchgraphEmailDisplay.
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.DocumentTermMatrixBuilderSimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.SMTPSendSimpleton
Handles and distributes the events to which this Simpleton is subscribed.
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.EmailGuiCollectorSimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.BasicEmailReplySimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.WebSearchSimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.WebParsingSimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.WebPageDownloadSimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.SearchResultsViewerSimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.SearchHandlerSimpleton
Handle a DataManagerEvent that has been fired.
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.NewsGroupDownloadSimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.KernelShutdownSimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.EntityViewerSimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.EmailRetrieverSimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.EmailParametersRequestHandlerSimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.EmailMetadataSearchSimpleton
Handles the EmailMetadataSearchEvent, get the field and query out to build a complicated query to guarantee the search result correct.
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.EmailDisplaySimpleton
The BasicEmailViewerSimpleton generates EntityDisplayRequestEvents with the appropriate Email entities.
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.EmailConfiguratorSimpleton
 
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.EmailBundleSimpleton
Handles the SubscribeEventGeneratorEvent.
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.BrowserLauncherSimpleton
Handles the LaunchBrowserWithURLEvent, calling launchBrowser(URL) with the URL found in the event.
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.BasicEmailViewerSimpleton
Adds a new email message (specified inside the AddEntityPoolEvent) to the list model.
handle(DataManagerEvent) - Method in class org.datamanager.simpleton.BasicEmailSearchViewerSimpleton
Adds the email messages (specified inside the SearchResultsEntity) to a TabularEmailDisplay.
handle(DataManagerEvent) - Method in class org.datamanager.tools.EventLoggerSimpleton
 
handleEvent(DataManagerEvent) - Method in class org.datamanager.tools.SanitySimpleton
 
handleParameters(EmailParametersEnteredCollectorEvent) - Method in class org.datamanager.simpleton.BasicEmailReplySimpleton
 
handleReply(EmailReplyRequestEvent) - Method in class org.datamanager.simpleton.BasicEmailReplySimpleton
 
hashCode() - Method in class org.datamanager.event.EmailReplyRequestEvent
 
hashCode() - Method in class org.datamanager.kernel.JispIdentifier
 
hashCode() - Method in class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue
Returns the hashCode() of the String corpus.
hashCode() - Method in class org.datamanager.passiveentityvalue.VectorEntityValue
 
hashCode() - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns a hashcode for this string.
hashCode() - Method in class org.datamanager.passiveentityvalue.PasswordEntityValue
Makes a hashcode.
hashCode() - Method in interface org.datamanager.passiveentityvalue.PassiveEntityValue
 
hashCode() - Method in class org.datamanager.passiveentityvalue.ObjectEntityValue
 
hashCode() - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
hashCode() - Method in class org.datamanager.passiveentityvalue.LoadableSimpletonEntityValue
 
hashCode() - Method in class org.datamanager.passiveentityvalue.IntegerEntityValue
 
hashCode() - Method in class org.datamanager.passiveentityvalue.EmailParametersEntityValue
Returns the int hashCode() of this EmailParametersEntityValue.
hashCode() - Method in class org.datamanager.passiveentityvalue.EmailMessageFlagsEntityValue
 
hashCode() - Method in class org.datamanager.passiveentityvalue.DoubleEntityValue
Returns the hashCode of an equivalent Double object.
hashCode() - Method in class org.datamanager.passiveentityvalue.DateEntityValue
 
hashCode() - Method in class org.datamanager.passiveentityvalue.ByteArrayEntityValue
 
hashCode() - Method in class org.datamanager.passiveentityvalue.BooleanEntityValue
 
HASHTABLE_LENGTH - Static variable in class org.datamanager.kernel.KernelMemory
The maximum number of Entities cached in memory at a given time.
head() - Method in class org.datamanager.simpleton.NewsConnection
 
head(String) - Method in class org.datamanager.simpleton.NewsConnection
 
HELIUM_FOLDER - Static variable in class org.datamanager.tools.Toolbox
 
HIGH_PRIORITY - Static variable in class org.datamanager.kernel.Simpleton.Priority
 

I

identifierToEntity - Variable in class org.datamanager.kernel.KernelMemory
A mapping from Identifiers to VerySimpleEntities.
identifierToProxy - Variable in class org.datamanager.kernel.KernelMemory
A mapping from Identifiers to EntityProxies.
IdentifierToTimeStamp - Variable in class org.datamanager.kernel.KernelMemory
 
IGNORED_ENTITY - Static variable in class org.datamanager.tools.kernelproxy.KernelProxy
Entities with this Attribute can be ignored by Interface.
indexOf(int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(String) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
InformationParser - class org.datamanager.tools.InformationParser.
Parses the knownspace_config.xml file to gather the information necessary for creating a Simpleton.Information object.
InformationParser() - Constructor for class org.datamanager.tools.InformationParser
 
initializeGuiComponents() - Method in class org.datamanager.simpleton.TextSearchSimpleton
 
input - Variable in class org.datamanager.simpleton.NewsConnection
 
instance - Static variable in class org.datamanager.clustering.strategy.lsa.LsaStrategy
 
IntegerEntityValue - class org.datamanager.passiveentityvalue.IntegerEntityValue.
IntegerEntityValue should give us all the functionality we need for working with integer values.
IntegerEntityValue() - Constructor for class org.datamanager.passiveentityvalue.IntegerEntityValue
The default value for IntegerEntityValue is 0
IntegerEntityValue(int) - Constructor for class org.datamanager.passiveentityvalue.IntegerEntityValue
Create an IntegerEntityValue with the indicated value.
InterfaceWorker - class org.datamanager.tools.kernelproxy.InterfaceWorker.
An abstract class that can be used to interact with the kernel.
InterfaceWorker() - Constructor for class org.datamanager.tools.kernelproxy.InterfaceWorker
Starts a thread that will call the construct method and then exit.
intern() - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns a canonical representation for the string object.
interpret(String) - Method in class org.datamanager.simpleton.InterpreterSimpleton
 
INTERPRETER_PROMPT - Static variable in class org.datamanager.simpleton.InterpreterSimpleton
Interpreter prompt.
InterpreterSimpleton - class org.datamanager.simpleton.InterpreterSimpleton.
Provides a Java interpreter in a window.
InterpreterSimpleton() - Constructor for class org.datamanager.simpleton.InterpreterSimpleton
 
isClientTrusted(X509Certificate[]) - Method in class org.datamanager.simpleton.DummyTrustManager
 
isDebugging() - Static method in class org.datamanager.tools.Debug
 
isEditable() - Method in interface org.datamanager.simpleton.EmailMessageComponent
Returns true if this EmailMessageComponent allows editing of the contained message; false otherwise.
isEditable() - Method in class org.datamanager.simpleton.BasicEmailMessageComponent
Tests whether this component may be edited by the user.
isFatalResponse() - Static method in class org.datamanager.tools.Debug
 
isFull() - Method in class org.datamanager.kernel.KernelMemory
 
isGreaterThan(double) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
isGreaterThan(double) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isGreaterThan(Number) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isGreaterThan(NumericEntityValue) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
isGreaterThan(NumericEntityValue) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isGreaterThanOrEqualTo(double) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
isGreaterThanOrEqualTo(double) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isGreaterThanOrEqualTo(Number) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isGreaterThanOrEqualTo(NumericEntityValue) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
isGreaterThanOrEqualTo(NumericEntityValue) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isInRange(double, double) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
isInRange(double, double) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isInRange(NumericEntityValue, NumericEntityValue) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
isInRange(NumericEntityValue, NumericEntityValue) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isInterpreterInput(String) - Method in class org.datamanager.simpleton.InterpreterSimpleton
 
isLesserThan(double) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
isLesserThan(double) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isLesserThan(Number) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isLesserThan(NumericEntityValue) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
isLesserThan(NumericEntityValue) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isLesserThanOrEqualTo(double) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
isLesserThanOrEqualTo(double) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isLesserThanOrEqualTo(Number) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isLesserThanOrEqualTo(NumericEntityValue) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
isLesserThanOrEqualTo(NumericEntityValue) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
isMessaging() - Static method in class org.datamanager.tools.Debug
 
isServerTrusted(X509Certificate[]) - Method in class org.datamanager.simpleton.DummyTrustManager
 
isTracing() - Static method in class org.datamanager.tools.Debug
 
isURL(String) - Method in class org.datamanager.simpleton.WebConnection
Determine whether the given string looks like a url.
isUserInterface() - Method in class org.datamanager.kernel.Simpleton.Information
Determine if this is a User Interface.
isWatching() - Static method in class org.datamanager.tools.Debug
 
iterator() - Method in class org.datamanager.kernel.SimpletonList
Get a iterator for the simpleton list.

J

JISP_INDEX_PERSISTENCE - Static variable in class org.datamanager.persistence.DataAccessObjectFactory
 
JispIdentifier - class org.datamanager.kernel.JispIdentifier.
A class of Identifiers for use with JispEntityManager.
JispIdentifier() - Constructor for class org.datamanager.kernel.JispIdentifier
Public constructor so serialization will work.
JispIdentifier(long, long) - Constructor for class org.datamanager.kernel.JispIdentifier
Constructs a unique Identifier.
JispIndexDataAccessObject - class org.datamanager.persistence.serializable.JispIndexDataAccessObject.
Implements DataAccessObject persistence using JISP.
JispIndexDataAccessObject() - Constructor for class org.datamanager.persistence.serializable.JispIndexDataAccessObject
 
JUnitTesterUtility - class org.datamanager.tools.JUnitTesterUtility.
Provides a framework for managing JUnit tests that require a Simpleton (for the thread).
JUnitTesterUtility.KnownSpaceTest - class org.datamanager.tools.JUnitTesterUtility.KnownSpaceTest.
Abstract class holding the test() method required by the JUnitTesterUtility.
JUnitTesterUtility.KnownSpaceTest() - Constructor for class org.datamanager.tools.JUnitTesterUtility.KnownSpaceTest
 
JUnitTesterUtility() - Constructor for class org.datamanager.tools.JUnitTesterUtility
 

K

KernelEvent - interface org.datamanager.event.KernelEvent.
This marker interface is the mother of all events generated from within the kernel of the DataManager.
KernelGUISimpleton - class org.datamanager.kernel.KernelGUISimpleton.
The overall interface for the Hydrogen version of the DataManager.
KernelGUISimpleton() - Constructor for class org.datamanager.kernel.KernelGUISimpleton
Creates a new KernelGui monitoring the given SimpletonList and initializes all the GUI components on it.
kernelMemory - Variable in class org.datamanager.kernel.MemoryManager
 
KernelMemory - class org.datamanager.kernel.KernelMemory.
This class will cooperate with SuaveEntityManger to manager the object in the memory of the knernel.
KernelMemory() - Constructor for class org.datamanager.kernel.KernelMemory
 
KernelProxy - class org.datamanager.tools.kernelproxy.KernelProxy.
KernelProxy serves as a wrapper around the functionality of the kernel.
KernelShutdownRequestEvent - class org.datamanager.event.KernelShutdownRequestEvent.
Events of this class are handled by the KernelShutdownSimpleton, which performs any cleanup necessary before shutting down the entire system.
KernelShutdownRequestEvent(EventGenerator) - Constructor for class org.datamanager.event.KernelShutdownRequestEvent
 
KernelShutdownSimpleton - class org.datamanager.simpleton.KernelShutdownSimpleton.
KernelShutdownSimpleton handles KernelShutdownRequestEvents and invokes System.exit(0).
KernelShutdownSimpleton() - Constructor for class org.datamanager.simpleton.KernelShutdownSimpleton
 

L

lastIdentifier - Static variable in class org.datamanager.kernel.JispIdentifier
The last Identifier that was created.
lastIndexOf(int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(String) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns the index within this string of the last occurrence of the specified substring.
LaunchBrowserWithURLEvent - class org.datamanager.event.LaunchBrowserWithURLEvent.
Event fired when a Simpleton requests that a URL be launched.
LaunchBrowserWithURLEvent(EventGenerator, URL) - Constructor for class org.datamanager.event.LaunchBrowserWithURLEvent
 
launchURL(String) - Static method in class org.datamanager.tools.Toolbox
 
launchURL(URL) - Static method in class org.datamanager.tools.Toolbox
Fires the LaunchBrowserURLEvent to cause the provided url to be displayed in a browser.
length() - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns the length of this string.
LinkEvent - interface org.datamanager.event.LinkEvent.
This marker interface is the mother of all events generated from within an Entity that are related to that Entity's links.
LoadableSimpletonEntityValue - class org.datamanager.passiveentityvalue.LoadableSimpletonEntityValue.
An EntityValue that represents a Simpleton that can be loaded by encapsulating a Simpleton.Information.aof the
LoadableSimpletonEntityValue(Simpleton.Information) - Constructor for class org.datamanager.passiveentityvalue.LoadableSimpletonEntityValue
 
loadAssistant() - Method in class org.datamanager.kernel.Pool
The EventGeneratorAssistant is transient, so this method is used to reload the EventGeneratorAssistant when needed.
loadEntityToMemory(Identifier, VerySimpleEntity, EntityProxy) - Method in class org.datamanager.kernel.MemoryManager
Loads the given triple into the KernelMemory.
loadIntoMemory(Identifier, Entity, EntityProxy) - Method in class org.datamanager.kernel.KernelMemory
 
localityLabel - Variable in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
 
longSection - Variable in class org.datamanager.kernel.JispIdentifier
A number to help distinguish between Identifiers.
LOW_PRIORITY - Static variable in class org.datamanager.kernel.Simpleton.Priority
 
LsaStrategy - class org.datamanager.clustering.strategy.lsa.LsaStrategy.
This class represents a LSA strategy for clustering emails.
LYCOS - Static variable in class org.datamanager.event.WebSearchRequestEvent
 

M

MAIL_CC - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
String value of the cc mail header.
MAIL_CONTENT_TYPE - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
String value of the content-type mail header.
MAIL_DATE - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
String value of the date mail header.
MAIL_DATE_OBJECT - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
String name of the DateEntityValue associated with this message.
MAIL_FROM - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
String value of the from mail header.
MAIL_HTML_CONTENT_TYPE - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
 
MAIL_IN_REPLY_TO - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
String value of the in-reply-to mail header.
MAIL_MESSAGE_ID - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
String value of the message-id mail header.
MAIL_PART_IDENTIFIER - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
String name of the Entity that has as its String value the body of this message.
MAIL_PREFERRED_CONTENT_TYPE - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
 
MAIL_REPLYTO - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
String value of the reply-to mail header.
MAIL_SUBJECT - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
String value of the subject mail header.
MAIL_TO - Static variable in class org.datamanager.simpleton.EmailMessageEntityHelper
String value of the to mail header.
main(String[]) - Static method in class org.datamanager.kernel.DataManager
Main method.
main(String[]) - Static method in class org.datamanager.tools.ViewPool
 
main(String[]) - Static method in class org.datamanager.tools.UrlParser
Test this class by passing it the name of a file to parse for URLs
main(String[]) - Static method in class org.datamanager.tools.MakeKnownspace
 
main(String[]) - Static method in class org.datamanager.tools.Compile
 
makeDocumentByDocumentMatrix() - Method in class org.datamanager.clustering.matrix.DocumentTermMatrixImpl
Creates a docment by document matrix representing similarity distances by creating the Singular Value Decomposition of the document by term matrix.
makeIdentifierList(Identifier[]) - Method in class org.datamanager.kernel.Entity
Creates a list of Identifiers from the given array of Identifiers.
MakeKnownspace - class org.datamanager.tools.MakeKnownspace.
 
MakeKnownspace() - Constructor for class org.datamanager.tools.MakeKnownspace
 
makeNullKey() - Method in class org.datamanager.kernel.JispIdentifier
 
makeNullKey() - Method in class org.datamanager.kernel.ComparableIdentifier
 
MAX_PRIORITY - Static variable in class org.datamanager.kernel.Simpleton.Priority
 
MAXIMUM_TERMS_INDEXED - Static variable in class org.datamanager.clustering.matrix.DocumentTermMatrixImpl
Maximum number of terms we will index.
maxSize() - Method in class org.datamanager.kernel.KernelMemory
 
MemoryManager - class org.datamanager.kernel.MemoryManager.
 
MemoryManager() - Constructor for class org.datamanager.kernel.MemoryManager
 
MIN_PRIORITY - Static variable in class org.datamanager.kernel.Simpleton.Priority
 
MINIMUM_WORD_LENGTH - Static variable in class org.datamanager.clustering.matrix.DocumentTermMatrixImpl
How long a word must be to be added to the matrix.
MINIMUM_WORD_LENGTH - Static variable in class org.datamanager.clustering.strategy.gsquared.GSquaredStrategy
 
MINIMUM_WORDLIST_LENGTH - Static variable in class org.datamanager.clustering.strategy.gsquared.GSquaredStrategy
 
multiplyBy(double) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
multiplyBy(double) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
multiplyBy(Number) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
multiplyBy(NumericEntityValue) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
multiplyBy(NumericEntityValue) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 

N

NaiveBayesStrategy - class org.datamanager.clustering.strategy.bayes.NaiveBayesStrategy.
This class represents a naive Bayesian strategy for clustering Emails.
NameContainsConstraint - class org.datamanager.constraint.NameContainsConstraint.
Check to see if the name of an Entity contains a given String.
NameContainsConstraint(String) - Constructor for class org.datamanager.constraint.NameContainsConstraint
Create a new NameContainsConstraint that matches the given String.
NameEqualsConstraint - class org.datamanager.constraint.NameEqualsConstraint.
Check the name of an Entity.
NameEqualsConstraint(String) - Constructor for class org.datamanager.constraint.NameEqualsConstraint
Create a new NameEqualsConstraint.
NameEqualsIgnoringCaseConstraint - class org.datamanager.constraint.NameEqualsIgnoringCaseConstraint.
Check the name of an Entity and ignore case.
NameEqualsIgnoringCaseConstraint(String) - Constructor for class org.datamanager.constraint.NameEqualsIgnoringCaseConstraint
Create a new NameEqualsIgnoringCaseConstraint.
newInstance() - Static method in class org.datamanager.persistence.DataAccessObjectFactory
return an instance of DataAccessObjectFactory follow the singleton pattern
NewsConnection - class org.datamanager.simpleton.NewsConnection.
A class used for interfacing with a NNTP server.
NewsGroupDownloadRequestEvent - class org.datamanager.event.NewsGroupDownloadRequestEvent.
This event is used to trigger the download of a newsgroup.
NewsGroupDownloadRequestEvent(EventGenerator, String, String) - Constructor for class org.datamanager.event.NewsGroupDownloadRequestEvent
Create a new NewsGroupDownloadRequestEvent.
NewsGroupDownloadSimpleton - class org.datamanager.simpleton.NewsGroupDownloadSimpleton.
This Simpleton's job is to go to a news group and download a list of articles.
NewsGroupDownloadSimpleton() - Constructor for class org.datamanager.simpleton.NewsGroupDownloadSimpleton
 
next() - Method in class org.datamanager.simpleton.NewsConnection
 
NNTP_PORT - Static variable in class org.datamanager.simpleton.NewsConnection
 
NONE - Static variable in interface org.datamanager.constraint.EventConstraint
Matches all events.
NONE - Static variable in interface org.datamanager.constraint.EntityConstraint
Matches all entities.
NONE - Static variable in class org.datamanager.kernel.Simpleton.Information
A default Information object used when a hacker does not want to bother with making a specific Information object.
NORMAL_PRIORITY - Static variable in class org.datamanager.kernel.Simpleton.Priority
 
NoSuchEntityException - exception org.datamanager.exception.NoSuchEntityException.
The exception is thrown when the SuaveEntityManger could not find such entity either in the KernelMemory nor in the Jisp Database
NoSuchEntityException() - Constructor for class org.datamanager.exception.NoSuchEntityException
 
NoSuchEntityException(String) - Constructor for class org.datamanager.exception.NoSuchEntityException
 
NoSuchEntityException(Throwable) - Constructor for class org.datamanager.exception.NoSuchEntityException
 
NoSuchIdentifierException - exception org.datamanager.exception.NoSuchIdentifierException.
The exception is thrown when the SuaveEntityManger could not find such identifier either in the KernelMemory nor in the Jisp Database
NoSuchIdentifierException() - Constructor for class org.datamanager.exception.NoSuchIdentifierException
 
NoSuchIdentifierException(String) - Constructor for class org.datamanager.exception.NoSuchIdentifierException
 
NoSuchIdentifierException(Throwable) - Constructor for class org.datamanager.exception.NoSuchIdentifierException
 
NotEntityConstraint - class org.datamanager.constraint.NotEntityConstraint.
Logical Not for EntityConstraints.
NotEntityConstraint(EntityConstraint) - Constructor for class org.datamanager.constraint.NotEntityConstraint
Create a NotEntityConstraint to work on Entities.
NotEventConstraint - class org.datamanager.constraint.NotEventConstraint.
Logical Not for EventConstraints.
NotEventConstraint(EventConstraint) - Constructor for class org.datamanager.constraint.NotEventConstraint
Create a NotEventConstraint to work on Events.
NULL_STRING - Static variable in class org.datamanager.passiveentityvalue.StringEntityValue
 
NullEntityValue - class org.datamanager.passiveentityvalue.NullEntityValue.
Objects of this class are the default values of newly created Entities.
NUM_COLUMNS - Static variable in class org.datamanager.simpleton.WebAndNewsSearchSimpleton
 
NumberEntityValue - class org.datamanager.passiveentityvalue.NumberEntityValue.
NumberEntityValue is an abstract parent class for Double- and IntegerEntityValues.
NumberEntityValue() - Constructor for class org.datamanager.passiveentityvalue.NumberEntityValue
 
NumericEntityValue - interface org.datamanager.passiveentityvalue.NumericEntityValue.
NumericEntityValue is an interface that provides for a common working all numerical types, that is rational numbers, integers, and whatever else we can come up with.

O

ObjectEntityValue - class org.datamanager.passiveentityvalue.ObjectEntityValue.
Objects of this class hold an Object and can be stored in an Entity as they are EntityValues.
ObjectEntityValue(Object) - Constructor for class org.datamanager.passiveentityvalue.ObjectEntityValue
 
openURL(String) - Static method in class org.datamanager.tools.BrowserLauncher
Attempts to open the default web browser to the given URL.
OrEntityConstraint - class org.datamanager.constraint.OrEntityConstraint.
OrEntityConstraint takes two EntityConstraints in its constructor.
OrEntityConstraint(EntityConstraint, EntityConstraint) - Constructor for class org.datamanager.constraint.OrEntityConstraint
Create a new OrEntityConstraint to work on Entities
OrEventConstraint - class org.datamanager.constraint.OrEventConstraint.
OrEventConstraint takes two EventConstraints in its constructor.
OrEventConstraint(EventConstraint, EventConstraint) - Constructor for class org.datamanager.constraint.OrEventConstraint
Create a new OrEventConstraint to work on Events
org.datamanager.activeentityvalue - package org.datamanager.activeentityvalue
Provides classes and intefaces for entity values that are active.
org.datamanager.clustering - package org.datamanager.clustering
Provides interfaces and implementations for clustering Entities in the datamanager.
org.datamanager.clustering.matrix - package org.datamanager.clustering.matrix
 
org.datamanager.clustering.strategy - package org.datamanager.clustering.strategy
 
org.datamanager.clustering.strategy.bayes - package org.datamanager.clustering.strategy.bayes
 
org.datamanager.clustering.strategy.gsquared - package org.datamanager.clustering.strategy.gsquared
 
org.datamanager.clustering.strategy.lsa - package org.datamanager.clustering.strategy.lsa
 
org.datamanager.constraint - package org.datamanager.constraint
Provides the interfaces and classes for Constraints.
org.datamanager.event - package org.datamanager.event
Provides the interfaces and classes that implement Events.
org.datamanager.exception - package org.datamanager.exception
Provides exceptions to be thrown when the unexpected occurs.
org.datamanager.kernel - package org.datamanager.kernel
Provides the kernel of the KnownSpace datamanager.
org.datamanager.passiveentityvalue - package org.datamanager.passiveentityvalue
Provides EntityValue classes for Entities that are stored in a passive fashion: that which was stored is that which will be retrieved.
org.datamanager.persistence - package org.datamanager.persistence
Provides the DataAccessObject interface that supports persisting KnownSpace state through a variety of mechanisms.
org.datamanager.persistence.serializable - package org.datamanager.persistence.serializable
 
org.datamanager.simpleton - package org.datamanager.simpleton
Provides a central holding place for all Simpleton classes.
org.datamanager.tools - package org.datamanager.tools
Provides a selection of classes that provide general utility methods used throughout the KnownSpace environment.
org.datamanager.tools.kernelproxy - package org.datamanager.tools.kernelproxy
Provides classes used to circumvent the security restrictions of the kernel.
output - Variable in class org.datamanager.simpleton.NewsConnection
 

P

paint(Graphics, TGPanel) - Method in class org.datamanager.simpleton.TouchgraphEntityNode
Paints the Node.
paint(Graphics, TGPanel) - Method in class org.datamanager.simpleton.TouchgraphEntityEdge
Paints the Edge a simple line between two points if the line is on screen.If the mouse is hovering over this edge, a different color is used.
paintArrow(Graphics, int, int, int, int, Color) - Static method in class org.datamanager.simpleton.TouchgraphEntityEdge
Paints the edge on screen.
paintNodeBody(Graphics, TGPanel) - Method in class org.datamanager.simpleton.TouchgraphEntityNode
Paints the background of the Node.
parseInformation(Node) - Static method in class org.datamanager.tools.InformationParser
 
parseInformationAuthorList(Node) - Static method in class org.datamanager.tools.InformationParser
 
parseInformationAuthorListAuthor(Node) - Static method in class org.datamanager.tools.InformationParser
 
parseInformationClass(Node) - Static method in class org.datamanager.tools.InformationParser
 
parseInformationClassLocation(Node) - Static method in class org.datamanager.tools.InformationParser
 
parseInformationLongDescription(Node) - Static method in class org.datamanager.tools.InformationParser
 
parseInformationName(Node) - Static method in class org.datamanager.tools.InformationParser
 
parseInformationShortDescription(Node) - Static method in class org.datamanager.tools.InformationParser
 
parseInformationVersion(Node) - Static method in class org.datamanager.tools.InformationParser
 
PassiveEntityValue - interface org.datamanager.passiveentityvalue.PassiveEntityValue.
This interface defines the behaviour of all EntityValues that are static (that is, non-active).
PasswordEntityValue - class org.datamanager.passiveentityvalue.PasswordEntityValue.
This class encapsulates the String representation of a password.
PasswordEntityValue(String) - Constructor for class org.datamanager.passiveentityvalue.PasswordEntityValue
Constructs a PasswordEntityValue with the given String.
persist() - Method in class org.datamanager.kernel.Pool
Persists this Pool and all its Entities.
persist(File) - Method in interface org.datamanager.kernel.Persistable
Persists this persistable object to the location specified by File.
persist(Object, File) - Method in interface org.datamanager.persistence.DataAccessObject
keep the object as a xml file in the disk
persist(Object, File) - Method in class org.datamanager.persistence.serializable.SerializableDataAccessObject
 
persist(Object, File) - Method in class org.datamanager.persistence.serializable.JispIndexDataAccessObject
 
persist(Object, OutputStream) - Method in interface org.datamanager.persistence.DataAccessObject
keep the object as a xml file in the disk
persist(Object, OutputStream) - Method in class org.datamanager.persistence.serializable.SerializableDataAccessObject
 
persist(Object, OutputStream) - Method in class org.datamanager.persistence.serializable.JispIndexDataAccessObject
 
persist(OutputStream) - Method in interface org.datamanager.kernel.Persistable
Persists this persistable object to the given OutputStream
Persistable - interface org.datamanager.kernel.Persistable.
Persistable interface that datamanager persistable objects implement.
PERSISTENCE_FACTORY - Static variable in interface org.datamanager.kernel.Persistable
Persistence layer factory
PERSISTENCE_FOLDER - Static variable in interface org.datamanager.kernel.Persistable
Folder in which persisted objects are placed.
persistEntity(Identifier, Entity) - Method in class org.datamanager.kernel.MemoryManager
 
PERSISTER - Static variable in interface org.datamanager.kernel.Persistable
Persistence layer persister object.
Pool - class org.datamanager.kernel.Pool.
The Pool is a collection of Entities.
PoolEvent - interface org.datamanager.event.PoolEvent.
This marker interface is the mother of all events generated from within a Pool.
PoolViewer - class org.datamanager.tools.PoolViewer.
Provides a JFrame that contains a ViewPool to display the entites that exist in the current pool.
PoolViewer() - Constructor for class org.datamanager.tools.PoolViewer
 
process() - Method in class org.datamanager.kernel.ThreadMonitorSimpleton
Throws the frame up and occasionally polls the system for thread status.
process() - Method in class org.datamanager.kernel.Simpleton
Performs the work of this Simpleton.
process() - Method in class org.datamanager.kernel.KernelGUISimpleton
 
process() - Method in class org.datamanager.simpleton.TouchgraphEmailDisplaySimpleton
Subscribes to the pool to hear about new entities and searches the pool for existing entities.
process() - Method in class org.datamanager.simpleton.DocumentTermMatrixBuilderSimpleton
 
process() - Method in class org.datamanager.simpleton.SMTPSendSimpleton
Subscribes to the pool to hear the SMTPSendRequestEvent
process() - Method in class org.datamanager.simpleton.EmailGuiCollectorSimpleton
 
process() - Method in class org.datamanager.simpleton.EmailCompositionInitiatorSimpleton
Runs this Simpleton.
process() - Method in class org.datamanager.simpleton.BasicEmailReplySimpleton
Runs this Simpleton.
process() - Method in class org.datamanager.simpleton.WebSearchSimpleton
 
process() - Method in class org.datamanager.simpleton.WebParsingSimpleton
This method subscribes the Simpleton to the default pool.
process() - Method in class org.datamanager.simpleton.WebPageDownloadSimpleton
This method is where all the Simpleton's processing takes place.
process() - Method in class org.datamanager.simpleton.WebCollectorSimpleton
 
process() - Method in class org.datamanager.simpleton.WebAndNewsSearchSimpleton
 
process() - Method in class org.datamanager.simpleton.TextSearchSimpleton
 
process() - Method in class org.datamanager.simpleton.ShutdownSimpleton
 
process() - Method in class org.datamanager.simpleton.SearchResultsViewerSimpleton
 
process() - Method in class org.datamanager.simpleton.SearchHandlerSimpleton
Attaches this SearchHandlerSimpleton to the Pool
process() - Method in class org.datamanager.simpleton.SearchCollectorSimpleton
 
process() - Method in class org.datamanager.simpleton.NewsGroupDownloadSimpleton
 
process() - Method in class org.datamanager.simpleton.KernelShutdownSimpleton
 
process() - Method in class org.datamanager.simpleton.InterpreterSimpleton
 
process() - Method in class org.datamanager.simpleton.EntityViewerSimpleton
Subscribes this Simpleton to all AddEntityPoolEvents, then builds the GUI.
process() - Method in class org.datamanager.simpleton.EmailRetrieverSimpleton
 
process() - Method in class org.datamanager.simpleton.EmailParametersRequestHandlerSimpleton
 
process() - Method in class org.datamanager.simpleton.EmailMetadataSearchSimpleton
Runs this simpleton by subscribing it to the EmailMetadataSearchEvent.
process() - Method in class org.datamanager.simpleton.EmailDisplaySimpleton
Runs this Simpleton.
process() - Method in class org.datamanager.simpleton.EmailConfiguratorSimpleton
 
process() - Method in class org.datamanager.simpleton.EmailBundleSimpleton
Subscribes to the pool to hear SubscribeEventGeneratorEventS and starts the first of the simpletons.
process() - Method in class org.datamanager.simpleton.BrowserLauncherSimpleton
Subscribes to the pool to hear the LaunchBrowserWithURLEvent.
process() - Method in class org.datamanager.simpleton.BasicEmailViewerSimpleton
Builds and displays the GUI, subscribes this Simpleton to events indicating new email messages, and searches the Pool for any existing email messages.
process() - Method in class org.datamanager.simpleton.BasicEmailSearchViewerSimpleton
Subscribes to the pool to hear SearchResultsFoundEvents.
process() - Method in class org.datamanager.tools.SanitySimpleton
 
process() - Method in class org.datamanager.tools.EventLoggerSimpleton
Starts this Simpleton and subscribes it to all events.
process() - Method in class org.datamanager.tools.kernelproxy.InterfaceWorker
Calls construct() in the subclasses.
prompt() - Method in class org.datamanager.simpleton.InterpreterSimpleton
 

R

readExternal(ObjectInput) - Method in class org.datamanager.kernel.JispIdentifier
 
readExternal(ObjectInput) - Method in class org.datamanager.kernel.StringKey80
StringKey32 implements the readExternal method to restore its contents.
readExternal(ObjectInput) - Method in class org.datamanager.kernel.ComparableIdentifier
 
readPersistedEntity() - Method in class org.datamanager.kernel.MemoryManager
 
recomposeMessageEntityFromFields() - Method in class org.datamanager.simpleton.BasicEmailMessageComponent
Resets the Entity attributes to the content of the GUI components.
RecursiveOrEntityConstraint - class org.datamanager.constraint.RecursiveOrEntityConstraint.
Selects entities out of the Pool whose Attribute Entities may satisfy the constraint as well.
RecursiveOrEntityConstraint(EntityConstraint) - Constructor for class org.datamanager.constraint.RecursiveOrEntityConstraint
 
regionMatches(boolean, int, String, int, int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Tests if two string regions are equal.
regionMatches(int, String, int, int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Tests if two string regions are equal.
remove(Entity) - Method in class org.datamanager.kernel.Pool
Removes all the entity's entity links as well as its link to the pool.
remove(Entity) - Method in class org.datamanager.tools.EntityList
Removes the specified entity from the list.
remove(Entity) - Method in interface org.datamanager.clustering.Cluster
 
remove(int) - Method in class org.datamanager.passiveentityvalue.VectorEntityValue
 
remove(int) - Method in class org.datamanager.tools.EntityList
Removes the entity at the specified index and returns it.
remove(Object) - Method in class org.datamanager.passiveentityvalue.VectorEntityValue
 
removeAllClassFiles(File) - Static method in class org.datamanager.tools.MakeKnownspace
 
removeAllClassFiles(File) - Method in class org.datamanager.tools.Compile
 
removeAllElements() - Method in class org.datamanager.passiveentityvalue.VectorEntityValue
 
removeBase(Identifier) - Method in class org.datamanager.kernel.CachingProxyEntity
 
removeBase(Identifier) - Method in class org.datamanager.kernel.Entity
Remove an Entity from the list of bases.
removeDirectories() - Static method in class org.datamanager.tools.MakeKnownspace
 
removeDirectories(File[]) - Method in class org.datamanager.tools.Compile
 
removeEntities(Entity[]) - Method in interface org.datamanager.clustering.Cluster
 
removeEntities(EntityList) - Method in class org.datamanager.tools.EntityList
Removes the specified list from this list.
removeEntity(Entity) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Removes an entity from the pool.
removeEntityFromMemory() - Method in class org.datamanager.kernel.MemoryManager
Removes the oldest entity from the KernelMemory.
RemoveEntityWorker - class org.datamanager.tools.kernelproxy.RemoveEntityWorker.
Removes an entity from the kernel's pool.
RemoveEntityWorker(Entity) - Constructor for class org.datamanager.tools.kernelproxy.RemoveEntityWorker
Create a new Worker that removes the entity from the pool
removeFromMemory(Identifier) - Method in class org.datamanager.kernel.KernelMemory
 
removeIgnore(String) - Static method in class org.datamanager.tools.Debug
 
removeTarget(String) - Static method in class org.datamanager.tools.Debug
 
replace(char, char) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replaceStringAttribute(String, String) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Replaces the value of the attribute named name with the value value.
RequestEvent - interface org.datamanager.event.RequestEvent.
This marker interface is the mother of all request-type events generated anywhere within the system.
restore(File) - Method in interface org.datamanager.persistence.DataAccessObject
return the instance object which store in the xml file the client need to cast the return to the correct type.
restore(File) - Method in class org.datamanager.persistence.serializable.SerializableDataAccessObject
 
restore(File) - Method in class org.datamanager.persistence.serializable.JispIndexDataAccessObject
 
restore(InputStream) - Method in interface org.datamanager.persistence.DataAccessObject
return the instance object which store in the xml file the client need to cast the return to the correct type.
restore(InputStream) - Method in class org.datamanager.persistence.serializable.SerializableDataAccessObject
 
restore(InputStream) - Method in class org.datamanager.persistence.serializable.JispIndexDataAccessObject
 
rotateLabel - Variable in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
 
ROW_GROWTH_MULTIPLIER - Static variable in class org.datamanager.clustering.matrix.DocumentTermMatrixImpl
How fast we grow rows when the matrix fills up.
run() - Method in class org.datamanager.kernel.DataManager
 
runOnStartup() - Method in class org.datamanager.kernel.Simpleton.Information
Determine if this should be run on startup.
runTest(JUnitTesterUtility.KnownSpaceTest) - Static method in class org.datamanager.tools.JUnitTesterUtility
 

S

SanitySimpleton - class org.datamanager.tools.SanitySimpleton.
 
SanitySimpleton() - Constructor for class org.datamanager.tools.SanitySimpleton
 
sanityTestSuite() - Method in class org.datamanager.tools.SanitySimpleton
 
search() - Method in class org.datamanager.simpleton.TextSearchSimpleton
search() generates a SearchRequestEvent containing the search terms.
search(EntityConstraint) - Method in class org.datamanager.kernel.Pool
Searches for all entities in the Pool satisfying the parameterized constraint.
searchAndReplace(String, String, String) - Static method in class org.datamanager.tools.Toolbox
Replaces regexp in content with replacement.
SearchCollectorSimpleton - class org.datamanager.simpleton.SearchCollectorSimpleton.
Simpleton that starts all of the Simpletons used for searching.
SearchCollectorSimpleton() - Constructor for class org.datamanager.simpleton.SearchCollectorSimpleton
 
SearchHandlerSimpleton - class org.datamanager.simpleton.SearchHandlerSimpleton.
Simpleton that handles SearchRequestEvents, performing the requested searches and generating SearchResultsFoundEvents.
SearchHandlerSimpleton() - Constructor for class org.datamanager.simpleton.SearchHandlerSimpleton
 
SearchPoolEvent - class org.datamanager.event.SearchPoolEvent.
This event is fired when Pool.search() is invoked.
SearchPoolEvent(EventGenerator, EntityConstraint) - Constructor for class org.datamanager.event.SearchPoolEvent
The public constructor used to create a SearchPoolEvent.
SearchRequestEvent - class org.datamanager.event.SearchRequestEvent.
SearchRequestEvent wraps an EntityConstraint through which a search handling Simpleton may search the Pool.
SearchRequestEvent(EventGenerator, EntityConstraint, String) - Constructor for class org.datamanager.event.SearchRequestEvent
 
SearchResultsFoundEvent - class org.datamanager.event.SearchResultsFoundEvent.
This Event indicates that search results are available, encapsulating an Entity containing the results as attributes.
SearchResultsFoundEvent(EventGenerator, Entity) - Constructor for class org.datamanager.event.SearchResultsFoundEvent
 
SearchResultsViewerSimpleton - class org.datamanager.simpleton.SearchResultsViewerSimpleton.
Simpleton that views search results.
SearchResultsViewerSimpleton() - Constructor for class org.datamanager.simpleton.SearchResultsViewerSimpleton
 
SearchWorker - class org.datamanager.tools.kernelproxy.SearchWorker.
Searches for entities matching the given constraint A call to get() will retrieve the EntityList as an Object.
SearchWorker(EntityConstraint) - Constructor for class org.datamanager.tools.kernelproxy.SearchWorker
Creates a worker to search for all the entities matching the constraint
SERIALIZABLE_PERSISTENCE - Static variable in class org.datamanager.persistence.DataAccessObjectFactory
 
SerializableDataAccessObject - class org.datamanager.persistence.serializable.SerializableDataAccessObject.
Supports persistence of objects across sessions using plain Java serialization.
SerializableDataAccessObject() - Constructor for class org.datamanager.persistence.serializable.SerializableDataAccessObject
 
server - Variable in class org.datamanager.simpleton.NewsConnection
 
setAttributes(Identifier[]) - Method in class org.datamanager.kernel.CachingProxyEntity
 
setAttributes(Identifier[]) - Method in class org.datamanager.kernel.Entity
Sets the list of all attributes on this Entity.
setAuthors(String[]) - Method in class org.datamanager.kernel.Simpleton.Information
 
setBases(Identifier[]) - Method in class org.datamanager.kernel.CachingProxyEntity
 
setBases(Identifier[]) - Method in class org.datamanager.kernel.Entity
Sets the list of all bases on this Entity.
setBody(String) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Sets the first chunk of content in this message (part0) to be the given String.
setBound(Rectangle) - Method in class org.datamanager.passiveentityvalue.GuiLayoutEntityValue
change the value -- bound
setCcAddresses(String) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Sets the cc addresses of the message.
setClassLocation(String) - Method in class org.datamanager.kernel.Simpleton.Information
 
setClassName(String) - Method in class org.datamanager.kernel.Simpleton.Information
 
setClasspath(String[]) - Method in class org.datamanager.tools.Compile
 
setContentType(String) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Sets the content type of the message.
setDateObject(Date) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Sets the date object of the message.
setDateString(String) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Sets the date field of the message.
setDebugger(boolean) - Static method in class org.datamanager.tools.Debug
 
setEditable(boolean) - Method in interface org.datamanager.simpleton.EmailMessageComponent
Sets whether or not this EmailMessageComponent should allow editing of the contained message.
setEditable(boolean) - Method in class org.datamanager.simpleton.BasicEmailMessageComponent
Sets whether this component may be edited by the user.
setEmailList(List) - Method in class org.datamanager.simpleton.TabularEmailDisplay.EmailTableModel
 
setEmailTableModel(Entity[]) - Method in class org.datamanager.simpleton.TabularEmailDisplay
Sets the list and table models to the provided array of Entities.
setEntity(Entity) - Method in class org.datamanager.simpleton.TouchgraphEntityNode
Sets the Entity represented by this node.
setEntityValue(Entity, EntityValue) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Sets the specified entity's value to the specified value.
SetEntityValueWorker - class org.datamanager.tools.kernelproxy.SetEntityValueWorker.
Sets the value of an entity to an EntityValue.
SetEntityValueWorker(Entity, EntityValue) - Constructor for class org.datamanager.tools.kernelproxy.SetEntityValueWorker
Creates a worker to set the value of an entity
setFatalResponse(boolean) - Static method in class org.datamanager.tools.Debug
 
setFlag(Flags.Flag) - Method in class org.datamanager.passiveentityvalue.EmailMessageFlagsEntityValue
Set an email message flag.
setFromAddress(String) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Sets the from address of the message.
setInformation(Simpleton.Information) - Method in class org.datamanager.kernel.Simpleton
Sets the Information object for this Simpleton.
setInReplyTo(String) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Sets the In-Reply-To of the message.
setLocalityRadius(int) - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Set the locality radius of this TGScrollPane (allowable values between 0 to 4, or LocalityUtils.INFINITE_LOCALITY_RADIUS).
setLongDescription(String) - Method in class org.datamanager.kernel.Simpleton.Information
 
setMessage(Entity) - Method in interface org.datamanager.simpleton.EmailMessageComponent
Sets the message to display in this EmailMessageComponent.
setMessage(Entity) - Method in class org.datamanager.simpleton.BasicEmailMessageComponent
Sets the message held by this component to the email message represented by the provided Entity.
setMessageId(String) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Sets the Message-ID of the message.
setMessenger(boolean) - Static method in class org.datamanager.tools.Debug
 
setName() - Method in interface org.datamanager.clustering.Cluster
 
setName(String) - Method in class org.datamanager.kernel.Simpleton.Information
 
setName(String) - Method in class org.datamanager.passiveentityvalue.GuiLayoutEntityValue
 
setNewsFields() - Method in class org.datamanager.simpleton.WebAndNewsSearchSimpleton
Sets the fields enabled based on the state of the Newsgroup Download check box.
setOffset(Point) - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Sets the horizontal offset to p.x, and the vertical offset to p.y given a Point p.
setPriority(Simpleton.Priority) - Method in class org.datamanager.kernel.Simpleton
Sets the priority of this Simpleton.
setReplyToAddress(String) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Sets the reply to field of the message.
setRotationAngle(int) - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Set the rotation angle of this GLPanel (allowable values between 0 to 359).
setShortDescription(String) - Method in class org.datamanager.kernel.Simpleton.Information
 
setSubject(String) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Sets the subject of the message.
setThreads(Thread[]) - Method in class org.datamanager.kernel.ThreadMonitorSimpleton.ThreadTableModel
Sets the list of threads to display.
setThreshold(double) - Method in interface org.datamanager.clustering.matrix.ClusterableMatrix
 
setThreshold(double) - Method in interface org.datamanager.clustering.strategy.ClusteringStrategy
 
setThreshold(double) - Method in class org.datamanager.clustering.strategy.lsa.LsaStrategy
 
setThreshold(double) - Method in class org.datamanager.clustering.strategy.bayes.NaiveBayesStrategy
 
setThreshold(double) - Method in class org.datamanager.clustering.strategy.gsquared.GSquaredStrategy
 
setToAddresses(String) - Method in class org.datamanager.simpleton.EmailMessageEntityHelper
Sets the to addresses of the message.
setTracer(boolean) - Static method in class org.datamanager.tools.Debug
 
setValue(EntityValue) - Method in class org.datamanager.kernel.CachingProxyEntity
 
setValue(EntityValue) - Method in class org.datamanager.kernel.Entity
Request a change of the Entity's value.
SetValueEvent - class org.datamanager.event.SetValueEvent.
This event is only fired when Entity.setValue() is invoked.
SetValueEvent(EventGenerator, EntityValue, EntityValue) - Constructor for class org.datamanager.event.SetValueEvent
The public constructor used to creare a SetValueEvent.
setVersion(String) - Method in class org.datamanager.kernel.Simpleton.Information
 
setWatcher(boolean) - Static method in class org.datamanager.tools.Debug
 
setWebFields() - Method in class org.datamanager.simpleton.WebAndNewsSearchSimpleton
Sets the fields enabled based on the state of the Web Search check box.
setZoomValue(int) - Method in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Set the zoom value of this GLPanel (allowable values between -100 to 100).
ShutdownSimpleton - class org.datamanager.simpleton.ShutdownSimpleton.
ShutdownSimpleton fires KernelShutdownRequestEvents when its big, red, button is pressed.
ShutdownSimpleton() - Constructor for class org.datamanager.simpleton.ShutdownSimpleton
 
Simpleton - class org.datamanager.kernel.Simpleton.
A generic process to implement arbitrary entity and event manipulation.
SIMPLETON_LIST_CONSTRAINT - Static variable in class org.datamanager.kernel.SimpletonList
The EntityConstraint used to locate the simpleton list Entity
SIMPLETON_LIST_ENTITY_NAME - Static variable in class org.datamanager.kernel.SimpletonList
The name of the simpleton list Entity
Simpleton.Information - class org.datamanager.kernel.Simpleton.Information.
Encapsulates information that describes a Simpleton.
Simpleton.Information(String, String, String, String, String, String[], boolean, boolean, String) - Constructor for class org.datamanager.kernel.Simpleton.Information
Creates a new Information object.
Simpleton.Priority - class org.datamanager.kernel.Simpleton.Priority.
Encapsulates a Priority that can be used to control thread priority.
Simpleton() - Constructor for class org.datamanager.kernel.Simpleton
Creates a new Simpleton with Information set to Simpleton.Information.NONE.
SimpletonList - class org.datamanager.kernel.SimpletonList.
A SimpletonList is an abstract way to maintain an Entity that holds all the Simpletons that can be run in the system.
SimpletonList(Pool) - Constructor for class org.datamanager.kernel.SimpletonList
Create a new SimpletonList.
size() - Method in class org.datamanager.passiveentityvalue.VectorEntityValue
 
size() - Method in class org.datamanager.tools.EntityList
The number of entities in the list.
SLEEP_INTERVAL - Static variable in class org.datamanager.kernel.ThreadMonitorSimpleton
How long in milliseconds to sleep between updates of the thread display.
SMTPSendRequestEvent - class org.datamanager.event.SMTPSendRequestEvent.
This event indicates that the user has requested the transport of newly composed email message.
SMTPSendRequestEvent(EventGenerator, Entity) - Constructor for class org.datamanager.event.SMTPSendRequestEvent
Create a new EmailDisplayRequestEvent.
SMTPSendSimpleton - class org.datamanager.simpleton.SMTPSendSimpleton.
This class attempts to deliver a message described by an Entity with an SMTPSendRequestEvent over SMTP.
SMTPSendSimpleton() - Constructor for class org.datamanager.simpleton.SMTPSendSimpleton
 
sort(int) - Method in class org.datamanager.simpleton.TabularEmailDisplay.EmailTableModel
Initiates a sort of the tabular data.
source - Variable in class org.datamanager.event.DataManagerEventAdapter
 
start() - Method in class org.datamanager.kernel.Simpleton
Starts the Simpleton (with a possibly redundant setSimpleton invocation on this Simpleton's DatamanagerWorker thread).
StartedRetrievingEmailEvent - class org.datamanager.event.StartedRetrievingEmailEvent.
Event fired whenever a Simpleton has started to retrieve email.
StartedRetrievingEmailEvent(EventGenerator, String) - Constructor for class org.datamanager.event.StartedRetrievingEmailEvent
 
startSimpletonLoader() - Method in class org.datamanager.kernel.DataManager
Starts the SimpletonLoaderProcess.
startsWith(String) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Tests if this string starts with the specified prefix.
startsWith(String, int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Tests if this string starts with the specified prefix beginning a specified index.
STARTUP_DATA - Static variable in class org.datamanager.kernel.DataManager
The startup data XML file's name.
startup() - Static method in class org.datamanager.tools.PoolViewer
 
stat(String) - Method in class org.datamanager.simpleton.NewsConnection
 
StoppedRetrievingEmailEvent - class org.datamanager.event.StoppedRetrievingEmailEvent.
Event fired whenever a Simpleton has finished retrieving email.
StoppedRetrievingEmailEvent(EventGenerator, String) - Constructor for class org.datamanager.event.StoppedRetrievingEmailEvent
 
StringEntityValue - class org.datamanager.passiveentityvalue.StringEntityValue.
This EntityValue wraps the String class, providing most of the methods available to an actual Java String through a PassiveEntityValue type.
StringEntityValue() - Constructor for class org.datamanager.passiveentityvalue.StringEntityValue
Initializes a newly created String object so that it represents an empty character sequence.
StringEntityValue(byte[]) - Constructor for class org.datamanager.passiveentityvalue.StringEntityValue
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
StringEntityValue(byte[], int, int) - Constructor for class org.datamanager.passiveentityvalue.StringEntityValue
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
StringEntityValue(byte[], int, int, String) - Constructor for class org.datamanager.passiveentityvalue.StringEntityValue
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
StringEntityValue(byte[], String) - Constructor for class org.datamanager.passiveentityvalue.StringEntityValue
Construct a new String by converting the specified array of bytes using the specified character encoding.
StringEntityValue(char[]) - Constructor for class org.datamanager.passiveentityvalue.StringEntityValue
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
StringEntityValue(char[], int, int) - Constructor for class org.datamanager.passiveentityvalue.StringEntityValue
Allocates a new String that contains characters from a subarray of the character array argument.
StringEntityValue(String) - Constructor for class org.datamanager.passiveentityvalue.StringEntityValue
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
StringEntityValue(StringBuffer) - Constructor for class org.datamanager.passiveentityvalue.StringEntityValue
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringKey80 - class org.datamanager.kernel.StringKey80.
 
StringKey80() - Constructor for class org.datamanager.kernel.StringKey80
Creates a blank StringKey32.
StringKey80(String) - Constructor for class org.datamanager.kernel.StringKey80
Creates a new StringKey32 using key_value.
StringValueContainsConstraint - class org.datamanager.constraint.StringValueContainsConstraint.
Matches a StringEntityValue with any given String.
StringValueContainsConstraint(String) - Constructor for class org.datamanager.constraint.StringValueContainsConstraint
The default constructor.
StringValueMatchesConstraint - class org.datamanager.constraint.StringValueMatchesConstraint.
Matches a StringEntityValue with a given regular expression.
StringValueMatchesConstraint(Pattern) - Constructor for class org.datamanager.constraint.StringValueMatchesConstraint
Creates a new StringValueMatchesConstraint with the given pattern.
StringValueMatchesConstraint(String) - Constructor for class org.datamanager.constraint.StringValueMatchesConstraint
Creates a new StringValueMatchesConstraint with the given pattern.
stripPrompt(String) - Method in class org.datamanager.simpleton.InterpreterSimpleton
 
subscribe(EventHandler, EventConstraint) - Method in class org.datamanager.kernel.CachingProxyEntity
 
subscribe(EventHandler, EventConstraint) - Method in class org.datamanager.kernel.Pool
Subscribes an EventHandler with an EntityConstraint to the Pool.
subscribe(EventHandler, EventConstraint) - Method in interface org.datamanager.kernel.EventGenerator
Subscribe an EventHandler with an EventConstraint.
subscribe(EventHandler, EventConstraint) - Method in class org.datamanager.kernel.Entity
Subscribe to the Entity for DataManagerEvents satisfying the given EventConstraint.
SubscribeEventGeneratorEvent - class org.datamanager.event.SubscribeEventGeneratorEvent.
This event is fired when EventGenerator.subscribe() is invoked.
SubscribeEventGeneratorEvent(EventGenerator, EventHandler, EventConstraint) - Constructor for class org.datamanager.event.SubscribeEventGeneratorEvent
The public constructor used to create a SubscribeEventGeneratorEvent.
subscribeToEvent(Class, EventHandler) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Subscribe handler to the event whose Class is class.
subscribeToEvent(EventConstraint, EventHandler) - Method in class org.datamanager.tools.kernelproxy.KernelProxy
Subscribe handler to the event described by the constraint.
SubscriptionWorker - class org.datamanager.tools.kernelproxy.SubscriptionWorker.
Subscribes a handler to all events matching the given constraint.
SubscriptionWorker(EventConstraint, EventHandler) - Constructor for class org.datamanager.tools.kernelproxy.SubscriptionWorker
Creates a worker to subscribe the handler to events.
substring(int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns a new string that is a substring of this string.
substring(int, int) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Returns a new string that is a substring of this string.
subtract(double) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
subtract(double) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
subtract(Number) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
subtract(NumericEntityValue) - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
subtract(NumericEntityValue) - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 

T

TabularEmailDisplay - class org.datamanager.simpleton.TabularEmailDisplay.
A GUI that displays a list of email messages in a tabular format.
TabularEmailDisplay.EmailTableModel - class org.datamanager.simpleton.TabularEmailDisplay.EmailTableModel.
The table used to display the email Entities.
TabularEmailDisplay.EmailTableModel() - Constructor for class org.datamanager.simpleton.TabularEmailDisplay.EmailTableModel
 
TabularEmailDisplay(String) - Constructor for class org.datamanager.simpleton.TabularEmailDisplay
Constructs the TabularEmailDisplay, initializing the JPanel used.
test() - Method in class org.datamanager.tools.JUnitTesterUtility.KnownSpaceTest
 
TextSearchSimpleton - class org.datamanager.simpleton.TextSearchSimpleton.
Search simpleton for text-based string searches of entities.
TextSearchSimpleton() - Constructor for class org.datamanager.simpleton.TextSearchSimpleton
 
textToPreHtml(String) - Static method in class org.datamanager.tools.Toolbox
Returns the String content with new pre tags inserted and all http: or https: URLs manually hreffed.
ThreadMonitorSimpleton - class org.datamanager.kernel.ThreadMonitorSimpleton.
Provides a way to monitor the running threads in KnownSpace.
ThreadMonitorSimpleton.ThreadTableModel - class org.datamanager.kernel.ThreadMonitorSimpleton.ThreadTableModel.
A TableModel for displaying information about the system threads.
ThreadMonitorSimpleton.ThreadTableModel() - Constructor for class org.datamanager.kernel.ThreadMonitorSimpleton.ThreadTableModel
 
ThreadMonitorSimpleton() - Constructor for class org.datamanager.kernel.ThreadMonitorSimpleton
 
time - Variable in class org.datamanager.event.DataManagerEventAdapter
 
timeStampToIdentifier - Variable in class org.datamanager.kernel.KernelMemory
 
toCharArray() - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Converts this string to a new character array.
toClusterableMatrix() - Method in class org.datamanager.clustering.matrix.DocumentTermMatrixImpl
 
toClusterableMatrix() - Method in interface org.datamanager.clustering.matrix.DocumentTermMatrix
Returns a ClusterableMatrix of the documents in this matrix.
toLowerCase() - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Converts all of the characters in this String to lower case using the rules of the default locale, which is returned by Locale.getDefault .
toLowerCase(Locale) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Converts all of the characters in this String to lower case using the rules of the given Locale.
Toolbox - class org.datamanager.tools.Toolbox.
A mish-mash of KnownSpace convenience functions.
Toolbox() - Constructor for class org.datamanager.tools.Toolbox
 
toString() - Method in class org.datamanager.event.SMTPSendRequestEvent
 
toString() - Method in class org.datamanager.event.ExportGuiRequestEvent
Returns a String representation of this event.
toString() - Method in class org.datamanager.event.DisposeGuiRequestEvent
 
toString() - Method in class org.datamanager.event.WebSearchRequestEvent
Get a String representation of this event.
toString() - Method in class org.datamanager.event.UnsubscribeEventGeneratorEvent
A toString() method to provide a meaningful String representation of this event.
toString() - Method in class org.datamanager.event.SubscribeEventGeneratorEvent
A toString() method to provide a meaningful String representation of this event.
toString() - Method in class org.datamanager.event.StoppedRetrievingEmailEvent
 
toString() - Method in class org.datamanager.event.StartedRetrievingEmailEvent
 
toString() - Method in class org.datamanager.event.SetValueEvent
A toString() method to provide a meaningful String representation of this event.
toString() - Method in class org.datamanager.event.SearchResultsFoundEvent
Reports a String representation of the event.
toString() - Method in class org.datamanager.event.SearchRequestEvent
Returns the String representation of this event.
toString() - Method in class org.datamanager.event.SearchPoolEvent
A toString() method to provide a meaningful String representation of this event.
toString() - Method in class org.datamanager.event.NewsGroupDownloadRequestEvent
 
toString() - Method in class org.datamanager.event.LaunchBrowserWithURLEvent
 
toString() - Method in class org.datamanager.event.KernelShutdownRequestEvent
 
toString() - Method in class org.datamanager.event.GetValueEvent
A toString() method to provide a meaningful String representation of this event.
toString() - Method in class org.datamanager.event.EntityDisplayRequestEvent
Returns a String representation of this Event.
toString() - Method in class org.datamanager.event.EmailReplyRequestEvent
 
toString() - Method in class org.datamanager.event.EmailParametersRequestEvent
A toString() method to provide a meaningful String representation of this event.
toString() - Method in class org.datamanager.event.EmailParametersEnteredCollectorEvent
Reports a string representation of this event.
toString() - Method in class org.datamanager.event.EmailMetadataSearchEvent
 
toString() - Method in class org.datamanager.event.EmailDisplayRequestEvent
 
toString() - Method in class org.datamanager.event.EmailConfigurationRequestEvent
 
toString() - Method in class org.datamanager.event.DetachLinkEvent
A toString() method to provide a meaningful String representation of this event.
toString() - Method in class org.datamanager.event.DataManagerEventAdapter
 
toString() - Method in interface org.datamanager.event.DataManagerEvent
Report a String representation of the event.
toString() - Method in class org.datamanager.event.AttachLinkEvent
A toString() method to provide a meaningful String representation of this event.
toString() - Method in class org.datamanager.event.AddEntityPoolEvent
A toString() method to provide a meaningful String representation of this event.
toString() - Method in class org.datamanager.kernel.JispIdentifier
Gets a String representation of this Identifier.
toString() - Method in class org.datamanager.kernel.CachingProxyEntity
 
toString() - Method in class org.datamanager.kernel.Simpleton.Priority
 
toString() - Method in class org.datamanager.kernel.Entity
A toString() method that overrides the one in Object.
toString() - Method in class org.datamanager.passiveentityvalue.GuiLayoutEntityValue
report the position(x,y) and width and height
toString() - Method in class org.datamanager.passiveentityvalue.VectorEntityValue
 
toString() - Method in class org.datamanager.passiveentityvalue.StringEntityValue
A copy of the String wrapped is returned.
toString() - Method in class org.datamanager.passiveentityvalue.ObjectEntityValue
 
toString() - Method in interface org.datamanager.passiveentityvalue.NumericEntityValue
 
toString() - Method in class org.datamanager.passiveentityvalue.NumberEntityValue
 
toString() - Method in class org.datamanager.passiveentityvalue.IntegerEntityValue
 
toString() - Method in class org.datamanager.passiveentityvalue.EmailMessageFlagsEntityValue
Report a string representation of a set of email message flags.
toString() - Method in class org.datamanager.passiveentityvalue.DoubleEntityValue
 
toString() - Method in class org.datamanager.passiveentityvalue.DateEntityValue
 
toString() - Method in class org.datamanager.passiveentityvalue.BooleanEntityValue
 
toString() - Method in class org.datamanager.simpleton.EmailParameters
 
toString() - Method in class org.datamanager.tools.EntityList
Converts the contents to a string representation
TouchgraphEmailDisplaySimpleton - class org.datamanager.simpleton.TouchgraphEmailDisplaySimpleton.
Provides a GuiSimpleton containing a TouchgraphEntityDisplayPanel that displays TouchgraphEntityNodes.
TouchgraphEmailDisplaySimpleton() - Constructor for class org.datamanager.simpleton.TouchgraphEmailDisplaySimpleton
 
TouchgraphEntityDisplayPanel - class org.datamanager.simpleton.TouchgraphEntityDisplayPanel.
A class for displaying Entities with touchgraph.
TouchgraphEntityDisplayPanel() - Constructor for class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
Creates a new panel and sets up the required scrollbars, lenses, and panels.
TouchgraphEntityEdge - class org.datamanager.simpleton.TouchgraphEntityEdge.
TouchgraphEntityEdge is a touchgraph Edge between Entities.
TouchgraphEntityEdge(TouchgraphEntityNode, TouchgraphEntityNode, int) - Constructor for class org.datamanager.simpleton.TouchgraphEntityEdge
 
TouchgraphEntityNode - class org.datamanager.simpleton.TouchgraphEntityNode.
TouchgraphEntityNode is a touchgraph node representing an Entity.
TouchgraphEntityNode(Entity) - Constructor for class org.datamanager.simpleton.TouchgraphEntityNode
 
toUpperCase() - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Converts all of the characters in this String to upper case using the rules of the default locale, which is returned by Locale.getDefault.
toUpperCase(Locale) - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Converts all of the characters in this String to upper case using the rules of the given locale.
translateToSimpletonPriority(int) - Static method in class org.datamanager.kernel.Simpleton.Priority
Translates an int priority from the Thread class to a Simpleton.Priority.
translateToThreadPriority() - Method in class org.datamanager.kernel.Simpleton.Priority
Translates this Simpleton.Priority to a Thread priority.
trim() - Method in class org.datamanager.passiveentityvalue.StringEntityValue
Removes white space from both ends of this string.
TRUE - Static variable in class org.datamanager.passiveentityvalue.BooleanEntityValue
 

U

uncaughtException(Thread, Throwable) - Method in class org.datamanager.kernel.DataManager.DataManagerThreadGroup
Shows a message dialog announcing the uncaught exception.
unsubscribe(EventHandler) - Method in class org.datamanager.kernel.CachingProxyEntity
 
unsubscribe(EventHandler) - Method in class org.datamanager.kernel.Pool
Unsubscribes an EventHandler.
unsubscribe(EventHandler) - Method in interface org.datamanager.kernel.EventGenerator
Unsubscribe an EventHandler.
unsubscribe(EventHandler) - Method in class org.datamanager.kernel.Entity
Remove all event subscriptions for which the EventHandler is subscribed.
UnsubscribeEventGeneratorEvent - class org.datamanager.event.UnsubscribeEventGeneratorEvent.
This event is fired when EventGenerator.unsubscribed() is invoked.
UnsubscribeEventGeneratorEvent(EventGenerator, EventHandler) - Constructor for class org.datamanager.event.UnsubscribeEventGeneratorEvent
This public constructor used to create a UnsubscribeEventGeneratorEvent that does not contain a EventConstraint.
UnsubscribeEventGeneratorEvent(EventGenerator, EventHandler, EventConstraint) - Constructor for class org.datamanager.event.UnsubscribeEventGeneratorEvent
This public constructor used to create a UnsubscribeEventGeneratorEvent that does contain a EventConstraint.
URL_DELIMITERS - Static variable in class org.datamanager.simpleton.WebConnection
 
URL_DELIMITERS - Static variable in class org.datamanager.tools.UrlParser
 
UrlParser - class org.datamanager.tools.UrlParser.
This class finds all isolated URLs within a string.
UrlParser() - Constructor for class org.datamanager.tools.UrlParser
 

V

ValueClassIsConstraint - class org.datamanager.constraint.ValueClassIsConstraint.
Check to see if the class type of an Entity's value is the same, or a subtype, of a specified class.
ValueClassIsConstraint(Class) - Constructor for class org.datamanager.constraint.ValueClassIsConstraint
Create a new ValueClassIsConstraint looking for the given class type.
ValueEqualsConstraint - class org.datamanager.constraint.ValueEqualsConstraint.
Check whether the value of an Entity is the same as a given value.
ValueEqualsConstraint(PassiveEntityValue) - Constructor for class org.datamanager.constraint.ValueEqualsConstraint
Store a given PassiveEntityValue.
ValueEvent - interface org.datamanager.event.ValueEvent.
This marker interface is the mother of all events generated from within an Entity that are related to that Entity's value.
ValueInRangeConstraint - class org.datamanager.constraint.ValueInRangeConstraint.
See if the value of an Entity is within a specific range.
ValueInRangeConstraint(double, double) - Constructor for class org.datamanager.constraint.ValueInRangeConstraint
Create a new ValueInRangeConstraint.
valueOf(String) - Static method in class org.datamanager.passiveentityvalue.BooleanEntityValue
 
VectorEntityValue - class org.datamanager.passiveentityvalue.VectorEntityValue.
Objects of this class wrap java.util.Vector objects.
VectorEntityValue() - Constructor for class org.datamanager.passiveentityvalue.VectorEntityValue
 
VectorEntityValue(Collection) - Constructor for class org.datamanager.passiveentityvalue.VectorEntityValue
 
VectorEntityValue(int) - Constructor for class org.datamanager.passiveentityvalue.VectorEntityValue
 
VectorEntityValue(Vector) - Constructor for class org.datamanager.passiveentityvalue.VectorEntityValue
 
viewEntities() - Method in class org.datamanager.tools.ViewPool
 
ViewPool - class org.datamanager.tools.ViewPool.
A JPanel containing textual information about the Entities in the Pool.
ViewPool() - Constructor for class org.datamanager.tools.ViewPool
 

W

watched(String) - Static method in class org.datamanager.tools.Debug
 
WebAndNewsSearchSimpleton - class org.datamanager.simpleton.WebAndNewsSearchSimpleton.
This class displays to the user several advanced search options.
WebAndNewsSearchSimpleton() - Constructor for class org.datamanager.simpleton.WebAndNewsSearchSimpleton
This constructor uses the default String of "" to call the other constructor.
WebCollectorSimpleton - class org.datamanager.simpleton.WebCollectorSimpleton.
A collector simpleton for starting Simpletons used for downloading web pages and doing searches of the web.
WebCollectorSimpleton() - Constructor for class org.datamanager.simpleton.WebCollectorSimpleton
 
WebConnection - class org.datamanager.simpleton.WebConnection.
 
WebPageDownloadSimpleton - class org.datamanager.simpleton.WebPageDownloadSimpleton.
This Simpleton has the job of downloading a URL.
WebPageDownloadSimpleton() - Constructor for class org.datamanager.simpleton.WebPageDownloadSimpleton
This is the default constructor.
WebParsingSimpleton - class org.datamanager.simpleton.WebParsingSimpleton.
This Simpleton takes the contents of the Entity and parses all of the URLs located within it.
WebParsingSimpleton() - Constructor for class org.datamanager.simpleton.WebParsingSimpleton
This is the Constructor.
WebSearchRequestEvent - class org.datamanager.event.WebSearchRequestEvent.
This event is used to trigger a web search.
WebSearchRequestEvent(EventGenerator, String) - Constructor for class org.datamanager.event.WebSearchRequestEvent
The non-search engine specific constructor.
WebSearchRequestEvent(EventGenerator, String, String) - Constructor for class org.datamanager.event.WebSearchRequestEvent
The search engine specific consructor.
WebSearchSimpleton - class org.datamanager.simpleton.WebSearchSimpleton.
This Simpleton hangs around until it gets a WebSearchRequestEvent.
WebSearchSimpleton() - Constructor for class org.datamanager.simpleton.WebSearchSimpleton
This is the default constructor.
WordFrequencyMapEntityValue - class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue.
This class maintains a Map of words mapped to their numerical frequencies of occurrence within a given Document.
WordFrequencyMapEntityValue(String) - Constructor for class org.datamanager.passiveentityvalue.WordFrequencyMapEntityValue
 
writeBack() - Method in class org.datamanager.kernel.CachingProxyEntity
Writes any locally changed data back to the proxied Entity.
writeExternal(ObjectOutput) - Method in class org.datamanager.kernel.JispIdentifier
 
writeExternal(ObjectOutput) - Method in class org.datamanager.kernel.StringKey80
StringKey32 implements the writeExternal method to save its contents.
writeExternal(ObjectOutput) - Method in class org.datamanager.kernel.ComparableIdentifier
 
writeLogMessage(Object) - Static method in class org.datamanager.tools.Debug
If setMessenger() and setDebugger() have both been set to true, writes the value of message.toString() onto stdout.

X

XML_PERSISTENCE - Static variable in class org.datamanager.persistence.DataAccessObjectFactory
 

Y

YAHOO - Static variable in class org.datamanager.event.WebSearchRequestEvent
 

Z

zoomLabel - Variable in class org.datamanager.simpleton.TouchgraphEntityDisplayPanel
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z

See the Helium Website