- lib - package lib
-
The location, by convention, of embedded Jars.
- Library - Class in org.shared.metaclass
-
A class for interacting with dynamically linked native code.
- LIGHT_BLUE - Static variable in class org.dapper.Constants
-
A light blue color.
- LIGHT_GRAY - Static variable in class org.dapper.Constants
-
A light gray color.
- LINE_LENGTH - Static variable in class ex.MergeSortTest
-
The line length.
- load(String) - Static method in class org.shared.metaclass.Library
-
Loads a native library from the given filename.
- loadClass(String, boolean) - Method in class org.shared.metaclass.RegistryClassLoader
-
- loadCodelet(String) - Static method in class org.dapper.server.flow.FlowNode
-
- Loader - Class in org.shared.metaclass
-
A facility providing a way for programs to take advantage of Jars and native libraries found on the class path.
- Loader.EntryPoint - Annotation Type in org.shared.metaclass
-
A marker annotation for the entry point of a program after resource acquisition.
- Loader.LoadableResources - Annotation Type in org.shared.metaclass
-
An annotation in support of resource loading.
- loadLibrary(String) - Static method in class org.shared.metaclass.Library
-
Loads a native library from dynamic linker resolution of the given name.
- loadLibrary(String) - Method in class org.shared.metaclass.RegistryClassLoader
-
Attempts to load a native library first from the class path, and then from the system's dynamic linker.
- LOCAL - Static variable in class org.dapper.Constants
-
A domain
Pattern
that exactly matches the string "local".
- localHost - Static variable in class org.dapper.DapperBase
-
The address of the local host.
- Locatable - Interface in org.dapper.codelet
-
Defines something that can be located over a network.
- log - Static variable in class org.dapper.client.Client
-
The instance used for logging.
- log - Static variable in class org.dapper.server.Server
-
The instance used for logging.
- log - Static variable in class org.dapper.ui.FlowManager
-
The instance used for logging.
- LogicalEdge - Class in org.dapper.server.flow
-
An edge class that represents the relationship between two
LogicalNode
s.
- LogicalEdge(LogicalNode, LogicalNode) - Constructor for class org.dapper.server.flow.LogicalEdge
-
Default constructor.
- LogicalNode - Class in org.dapper.server.flow
-
A logical node class for grouping
FlowNode
s into functional equivalence classes.
- LogicalNode(Flow) - Constructor for class org.dapper.server.flow.LogicalNode
-
Default constructor.
- LogicalNodeStatus - Enum in org.dapper.server.flow
-