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

N

NABLA - Static variable in interface ecologylab.xml.SpecialCharacterEntities
 
name - Variable in class ecologylab.appframework.types.Preference
Deprecated.  
NAME - Static variable in class ecologylab.services.authentication.AuthenticationTranslations
 
NAME - Static variable in class ecologylab.xml.library.endnote.EndnoteNameSpace
 
NAME - Static variable in class ecologylab.xml.library.rest.RESTTranslationSpace
 
name - Variable in class ecologylab.xml.TranslationSpace
 
NAME_SPACE_ATTRIBUTE - Static variable in interface ecologylab.xml.OptimizationTypes
 
NAME_SPACE_DECLS - Static variable in class ecologylab.xml.library.rss.RssTranslations
 
NAME_SPACE_LEAF_NODE - Static variable in interface ecologylab.xml.OptimizationTypes
 
NAME_SPACE_MASK - Static variable in interface ecologylab.xml.OptimizationTypes
 
NAME_SPACE_NESTED_ELEMENT - Static variable in interface ecologylab.xml.OptimizationTypes
 
NAMESPACE_IGNORED_ELEMENT - Static variable in interface ecologylab.xml.OptimizationTypes
 
NAMESPACE_TRIAL_ELEMENT - Static variable in interface ecologylab.xml.OptimizationTypes
 
NameSpaceDecl - Class in ecologylab.xml
Declare an XML Namespace, by mapping a URI String to an ElementState subclass.
NameSpaceDecl(String, Class<? extends ElementState>, TranslationSpace) - Constructor for class ecologylab.xml.NameSpaceDecl
 
nameVal(String, String) - Static method in class ecologylab.xml.XMLTools
 
nameVal(String, URL) - Static method in class ecologylab.xml.XMLTools
 
nameVal(String, long) - Static method in class ecologylab.xml.XMLTools
 
nameVal(String, boolean) - Static method in class ecologylab.xml.XMLTools
 
nameVal(String, float) - Static method in class ecologylab.xml.XMLTools
 
narrowFloat(float) - Static method in class ecologylab.generic.Generic
 
Nativelib - Class in ecologylab.xml.library.jnlp.resource
A nativelib element specifies a JAR file that contains native libraries.
Nativelib() - Constructor for class ecologylab.xml.library.jnlp.resource.Nativelib
 
navigate(ParsedURL, String) - Method in class ecologylab.appframework.ApplicationEnvironment
Navigate to the purl using the best browser we can find.
navigate(ParsedURL, String) - Method in interface ecologylab.appframework.Environment
Open a document in a web browser.
navigate(ParsedURL) - Static method in class ecologylab.appframework.EnvironmentGeneric
Open a document in a web browser.
NAVIGATE - Static variable in interface ecologylab.services.messages.MessageTypes
 
NDASH - Static variable in interface ecologylab.xml.SpecialCharacterEntities
 
NE - Static variable in interface ecologylab.xml.SpecialCharacterEntities
 
nearby(Color, int, float) - Static method in class ecologylab.generic.Palette
 
needsEscaping() - Method in class ecologylab.xml.types.scalar.ScalarType
Return true if this type may need escaping when emitted as XML.
NetTools - Class in ecologylab.net
Reusable static methods that do nifty network stuff.
NetTools() - Constructor for class ecologylab.net.NetTools
 
NetworkingConstants - Interface in ecologylab.services.distributed.common
 
newFile(String) - Static method in class ecologylab.io.Files
Create a new File object.
newFile(String, String) - Static method in class ecologylab.io.Files
Create a new File object.
newFile(File, String) - Static method in class ecologylab.io.Files
Create a new File object.
NewPorterStemmer - Class in ecologylab.generic
Stemmer, implementing the Porter Stemming Algorithm The Stemmer class transforms a word into its root form.
NewPorterStemmer() - Constructor for class ecologylab.generic.NewPorterStemmer
 
NewsSource - Variable in class ecologylab.xml.library.yahoo.Result
Specific to news search.
next() - Method in class ecologylab.collections.DLL
 
nextBuffer() - Method in class ecologylab.generic.StringBuffersPool
Deprecated.  
nextBuffer() - Method in class ecologylab.generic.StringBuilderPool
Alias for acquire().
NI - Static variable in interface ecologylab.xml.SpecialCharacterEntities
 
NIOAuthClient - Class in ecologylab.services.authentication.nio
A client application that uses authentication and communicates using NIO.
NIOAuthClient(String, int) - Constructor for class ecologylab.services.authentication.nio.NIOAuthClient
Creates a new AuthClient object using the given parameters.
NIOAuthClient(String, int, TranslationSpace, Scope, int, RequestMessage) - Constructor for class ecologylab.services.authentication.nio.NIOAuthClient
Creates a new AuthClient object using the given parameters.
NIOAuthClient(String, int, AuthenticationListEntry, int, RequestMessage) - Constructor for class ecologylab.services.authentication.nio.NIOAuthClient
Creates a new AuthClient object using the given parameters.
NIOAuthClient(String, int, TranslationSpace, Scope, AuthenticationListEntry) - Constructor for class ecologylab.services.authentication.nio.NIOAuthClient
 
NIOAuthClient(String, int, TranslationSpace, Scope, AuthenticationListEntry, int, RequestMessage) - Constructor for class ecologylab.services.authentication.nio.NIOAuthClient
Main constructor; creates a new AuthClient using the parameters.
NIOClient - Class in ecologylab.services.distributed.client
Services Client using NIO; a major difference with the NIO version is state tracking.
NIOClient(String, int, TranslationSpace, Scope<?>) - Constructor for class ecologylab.services.distributed.client.NIOClient
 
NIOCore - Class in ecologylab.services.distributed.impl
Provides core functionality for NIO-based servers or clients.
NIOCore(String, int) - Constructor for class ecologylab.services.distributed.impl.NIOCore
Instantiates a new NIOCore object.
NIOLoggingServer - Class in ecologylab.services.logging
A server that automatically records any incoming log data to a local file.
NIOLoggingServer(int, InetAddress[], TranslationSpace, Scope, int, int) - Constructor for class ecologylab.services.logging.NIOLoggingServer
 
NIONetworking - Class in ecologylab.services.distributed.impl
Handles backend, low-level communication between distributed programs, using NIO.
NIONetworking(String, int, TranslationSpace, Scope<?>) - Constructor for class ecologylab.services.distributed.impl.NIONetworking
Creates a Services Server Base.
NIOServerBackend - Class in ecologylab.services.distributed.impl
The backend portion of the NIO Server, which handles low-level communication with clients.
NIOServerBackend(int, InetAddress[], NIOServerFrontend, TranslationSpace, Scope<?>, int) - Constructor for class ecologylab.services.distributed.impl.NIOServerBackend
 
NIOServerBase - Class in ecologylab.services.distributed.impl
Combines an NIOServerBackend and NIOServerFrontend
NIOServerBase(int, InetAddress[], TranslationSpace, Scope, int) - Constructor for class ecologylab.services.distributed.impl.NIOServerBase
Creates an instance of an NIOServer of some flavor.
NIOServerBase(int, InetAddress, TranslationSpace, Scope, int) - Constructor for class ecologylab.services.distributed.impl.NIOServerBase
Creates an instance of an NIOServer of some flavor.
NIOServerFrontend - Interface in ecologylab.services.distributed.server
An interface indicating necessary functionality for a server so that it can properly service ContextManagers.
NIOTools - Class in ecologylab.io
Utility class for managing memory mapped buffers.
NIOTools() - Constructor for class ecologylab.io.NIOTools
 
NMEASentenceSimulator - Class in ecologylab.standalone
 
NMEASentenceSimulator() - Constructor for class ecologylab.standalone.NMEASentenceSimulator
 
NO_LOGGING - Static variable in class ecologylab.services.logging.Logging
Preference setting for no logging.
NO_RECOMPUTE - Static variable in interface ecologylab.collections.BasicFloatSet
A flag that may be passed to the delete method.
NO_SESSION_ID - Static variable in class ecologylab.services.distributed.legacy.SessionId
 
NO_SUCH_PORT - Static variable in interface ecologylab.sensor.gps.data.strings.GPSStatusStrings
 
noAnchorNoQueryPageString(URL) - Static method in class ecologylab.generic.StringTools
Very efficiently forms String representation of url (better than URL.toExternalForm(), URL.toString()).
noAnchorNoQueryPageString() - Method in class ecologylab.net.ParsedURL
 
noAnchorPageString(URL) - Static method in class ecologylab.generic.StringTools
 
noAnchorPageString() - Method in class ecologylab.net.ParsedURL
 
Noise - Class in ecologylab.generic
Perlin Noise on tap.
Noise() - Constructor for class ecologylab.generic.Noise
 
noise(double) - Static method in class ecologylab.generic.Noise
 
nonBlockingSendMessage(RequestMessage) - Method in class ecologylab.services.distributed.client.NIOClient
Sends request, but does not wait for the response.
NONE - Static variable in class ecologylab.io.Files
 
norm() - Method in class ecologylab.xml.library.geom.Vector2d
 
NORMAL - Static variable in class ecologylab.xml.ElementState
Value for the leaf annotation that specifies translation to XML without CDATA.
NORMAL_SERVER - Static variable in class ecologylab.services.distributed.legacy.ServicesServer
 
NORMAL_USER - Static variable in interface ecologylab.services.authentication.AuthLevels
User is normal.
NOT_A_MEMBER - Static variable in class ecologylab.collections.FloatSetElement
 
NOT_CONNECTED - Static variable in interface ecologylab.services.distributed.common.BaseStates
Client not currently connected to any server.
NOTIN - Static variable in interface ecologylab.xml.SpecialCharacterEntities
 
NS - Static variable in interface ecologylab.appframework.Environment
 
NS_EXAMPLE - Static variable in class ecologylab.xml.library.rss.RssState
 
NSDLSearchService - Class in ecologylab.xml.library.rest.nsdl
NSDL search REST wrapper.
NSDLSearchService() - Constructor for class ecologylab.xml.library.rest.nsdl.NSDLSearchService
 
NSDLTranslationSpace - Class in ecologylab.xml.library.rest.nsdl
 
NSDLTranslationSpace() - Constructor for class ecologylab.xml.library.rest.nsdl.NSDLTranslationSpace
 
NSUB - Static variable in interface ecologylab.xml.SpecialCharacterEntities
 
NULL_PURL - Static variable in interface ecologylab.xml.XMLTranslationExceptionTypes
 
nullOut() - Method in class ecologylab.services.distributed.client.NIOClient
 
NUM_MEDIA_MIMES - Static variable in interface ecologylab.net.MimeType
 
numChildren() - Method in class ecologylab.collections.PrefixPhrase
 
numReturned - Variable in class ecologylab.xml.library.rest.ResultsInfo
 
numSats - Variable in class ecologylab.sensor.gps.data.GPSDatum
 
numSkipped - Variable in class ecologylab.xml.library.rest.ResultsInfo
 
numSlots() - Method in class ecologylab.collections.FloatWeightSet
 
NYT_TECH_FEED - Static variable in class ecologylab.xml.library.rss.RssState
 

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