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.