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

E

EAST - Static variable in class edu.umd.cfar.lamp.apploader.misc.TableEvent
Places the click in the east of the cell.
EAST - Static variable in interface edu.umd.cfar.lamp.viper.geometry.Moveable
East direction.
EDGE - Static variable in class edu.umd.cfar.lamp.viper.gui.data.polygon.PolygonCanvasEditor
 
ELEMENTS_ONLY - Static variable in class edu.umd.cfar.lamp.viper.util.XmlHelper
Except-iterator that operates on iterators of DOM nodes, returning only elements in the list.
ELLIPSE - Static variable in class viper.api.datatypes.ViperDataFactoryImpl
URI for the oriented ellipse type.
EMPTY_FRAME - Static variable in class edu.umd.cfar.lamp.viper.gui.players.DataPlayer
 
EMPTY_FRAME_SPAN - Static variable in class viper.api.time.Span
 
EMPTY_TIME_SPAN - Static variable in class viper.api.time.Span
 
ENABLE - Static variable in class edu.umd.cfar.lamp.viper.gui.table.AbstractViperTable
 
ENDOFDATA - Static variable in class edu.columbia.ee.flavor.FlIOException
End of data (exception condition)
EVAL_COLORS - Static variable in class edu.umd.cfar.lamp.viper.gui.chronology.BagSegmentFactory
 
EXTENSION_START_CODE - Static variable in class edu.umd.cfar.lamp.mpeg1.video.VideoStartCodes
Begins extension data. 32 bits.
Ellipse - class edu.umd.cfar.lamp.viper.geometry.Ellipse.
An ellipse.
Ellipse() - Constructor for class edu.umd.cfar.lamp.viper.geometry.Ellipse
Constructs a new null ellipse
Ellipse(int, int, int, int, int) - Constructor for class edu.umd.cfar.lamp.viper.geometry.Ellipse
Constructs a new ellipse with the given parameters
Ellipse(Ellipse) - Constructor for class edu.umd.cfar.lamp.viper.geometry.Ellipse
Copy constructor.
EllipseCanvasEditor - class edu.umd.cfar.lamp.viper.gui.data.ellipse.EllipseCanvasEditor.
 
EllipseCanvasEditor(Attributable) - Constructor for class edu.umd.cfar.lamp.viper.gui.data.ellipse.EllipseCanvasEditor
 
EllipseCreator - class edu.umd.cfar.lamp.viper.gui.data.ellipse.EllipseCreator.
 
EllipseCreator(CreatorAssistant, Attribute) - Constructor for class edu.umd.cfar.lamp.viper.gui.data.ellipse.EllipseCreator
 
EllipseEditor - class edu.umd.cfar.lamp.viper.gui.data.ellipse.EllipseEditor.
 
EllipseEditor() - Constructor for class edu.umd.cfar.lamp.viper.gui.data.ellipse.EllipseEditor
 
EllipseInterpolator - class edu.umd.cfar.lamp.viper.gui.data.ellipse.EllipseInterpolator.
 
EllipseInterpolator() - Constructor for class edu.umd.cfar.lamp.viper.gui.data.ellipse.EllipseInterpolator
 
EllipseNode - class edu.umd.cfar.lamp.viper.gui.data.ellipse.EllipseNode.
 
EllipseNode(ViperViewMediator) - Constructor for class edu.umd.cfar.lamp.viper.gui.data.ellipse.EllipseNode
 
EndOfBlockException - exception viper.descriptors.EndOfBlockException.
Thrown if there is a data block overrun in the VReader.
EndOfBlockException() - Constructor for class viper.descriptors.EndOfBlockException
Constructs a new exception with no detail message.
EndOfBlockException(String) - Constructor for class viper.descriptors.EndOfBlockException
Constructs a new exception with the given detail message.
EnhancedTable - class edu.umd.cfar.lamp.apploader.misc.EnhancedTable.
Provides a JTable with some higher-level functionality than the standard Swing version.
EnhancedTable() - Constructor for class edu.umd.cfar.lamp.apploader.misc.EnhancedTable
Create a new, empty table.
EnhancedTable(int, int) - Constructor for class edu.umd.cfar.lamp.apploader.misc.EnhancedTable
Create a new table with the given number of columns and rows.
EnhancedTable(TableModel) - Constructor for class edu.umd.cfar.lamp.apploader.misc.EnhancedTable
Creates a new table from the given table model.
EnhancedTable(Object[][], Object[]) - Constructor for class edu.umd.cfar.lamp.apploader.misc.EnhancedTable
Creates a new table using the default table model cell renderers, using the given array to populate the model.
EnhancedTable(Vector, Vector) - Constructor for class edu.umd.cfar.lamp.apploader.misc.EnhancedTable
Creates a new default table model for a new table using the given vector-of-vectors for the data and the vector-of-titles for the titles.
EnhancedTable(TableModel, TableColumnModel) - Constructor for class edu.umd.cfar.lamp.apploader.misc.EnhancedTable
Create a new table with the given data model and title data model.
EnhancedTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class edu.umd.cfar.lamp.apploader.misc.EnhancedTable
Create a new table with the given table data, column, and selection models.
EnumIterator - class edu.umd.cfar.lamp.viper.util.EnumIterator.
An Iterator wrapper for a java Enumeration.
EnumIterator(Enumeration) - Constructor for class edu.umd.cfar.lamp.viper.util.EnumIterator
Constructs a new Iterator wrapping the given enumeration.
Equivalencies - class edu.umd.cfar.lamp.viper.util.Equivalencies.
This allows equivalency between two different Strings.
Equivalencies() - Constructor for class edu.umd.cfar.lamp.viper.util.Equivalencies
Creates a new object of the Equivalency class.
ErrorWriter - interface edu.umd.cfar.lamp.viper.util.ErrorWriter.
This interface should be used by all classes that perform parsing functions to write compiler-style errors.
Evaluation - interface viper.comparison.Evaluation.
An evaluation is a a high-level method of comparing two sets of descriptors.
Evaluation.Information - interface viper.comparison.Evaluation.Information.
Evaluation.Information class for describing evaluation results
EvaluationParameters - class viper.comparison.EvaluationParameters.
Describes a set of parameters for setting up an evaluation.
EvaluationParameters(DescriptorConfigs) - Constructor for class viper.comparison.EvaluationParameters
Creates a new instance of EvaluationParameters
EvaluationParameters.ScopeRules - class viper.comparison.EvaluationParameters.ScopeRules.
Rules for what attributes and descriptors are to be regarded as visible or important.
EvaluationParameters.ScopeRules(Map) - Constructor for class viper.comparison.EvaluationParameters.ScopeRules
Constructs a new set of scope rules.
EvaluationParameters.ScopeRules(Evaluation) - Constructor for class viper.comparison.EvaluationParameters.ScopeRules
Constructs a new, empty set of scope rules.
EventfulNode - interface viper.api.extensions.EventfulNode.
Nodes that support Events should implement this interface.
EventfulNodeHelper - class viper.api.impl.EventfulNodeHelper.
An abstract viper node class.
EventfulNodeHelper() - Constructor for class viper.api.impl.EventfulNodeHelper
 
ExceptIterator - class edu.umd.cfar.lamp.viper.util.ExceptIterator.
Wraps an Iterator to only return those elements that meet the requirements specified by the given ExceptFunctor function object.
ExceptIterator(ExceptIterator.ExceptFunctor, Iterator) - Constructor for class edu.umd.cfar.lamp.viper.util.ExceptIterator
Creates a new instance of ExceptIterator.
ExceptIterator.ExceptFunctor - interface edu.umd.cfar.lamp.viper.util.ExceptIterator.ExceptFunctor.
Function object for testing to see if the ExceptIterator should return them.
ExplicitProperties - class edu.umd.cfar.lamp.apploader.propertysheets.ExplicitProperties.
A property sheet, allowing the user to edit different properties.
ExplicitProperties() - Constructor for class edu.umd.cfar.lamp.apploader.propertysheets.ExplicitProperties
Create a new, empty property sheet.
ExplicitPropertyDescriptor - class edu.umd.cfar.lamp.apploader.propertysheets.ExplicitPropertyDescriptor.
An object for manipulating a field on a property sheet.
ExplicitPropertyDescriptor(PrefsManager, Resource, Object) - Constructor for class edu.umd.cfar.lamp.apploader.propertysheets.ExplicitPropertyDescriptor
Creates a new descriptor for the property of the given instance as described in the preferences by the resource prop
ExtendedAttrValueParser - interface viper.api.extensions.ExtendedAttrValueParser.
In order for a datatype to support parsing and serialization, it must implement this interface.
ExtendedAttributeValue - interface viper.descriptors.attributes.ExtendedAttributeValue.
Some attributes have extra config information.
ExtensionFilter - class edu.umd.cfar.lamp.viper.gui.core.ExtensionFilter.
Filters file based on a set of valid extensions.
ExtensionFilter(Collection, String) - Constructor for class edu.umd.cfar.lamp.viper.gui.core.ExtensionFilter
Creates a new filter for the given set of extensions, with the given textual description.
editor - Static variable in class edu.umd.cfar.lamp.apploader.PROPS
A table cell editor for the property.
edu.columbia.ee.flavor - package edu.columbia.ee.flavor
 
edu.umd.cfar.lamp.apploader - package edu.umd.cfar.lamp.apploader
This package provides the main class for the Application Loader, and some utility classes and RDF vocabulary classes.
edu.umd.cfar.lamp.apploader.misc - package edu.umd.cfar.lamp.apploader.misc
Some helpful files for the apploader, including a variant of a JTable and some additional helper collections.
edu.umd.cfar.lamp.apploader.prefs - package edu.umd.cfar.lamp.apploader.prefs
A preference manager for the application loader.
edu.umd.cfar.lamp.apploader.propertysheets - package edu.umd.cfar.lamp.apploader.propertysheets
A property viewer for individual java objects.
edu.umd.cfar.lamp.apploader.undo - package edu.umd.cfar.lamp.apploader.undo
An undo history manager that uses RDF for localization.
edu.umd.cfar.lamp.mpeg1 - package edu.umd.cfar.lamp.mpeg1
 
edu.umd.cfar.lamp.mpeg1.system - package edu.umd.cfar.lamp.mpeg1.system
 
edu.umd.cfar.lamp.mpeg1.test - package edu.umd.cfar.lamp.mpeg1.test
 
edu.umd.cfar.lamp.mpeg1.video - package edu.umd.cfar.lamp.mpeg1.video
 
edu.umd.cfar.lamp.viper.examples - package edu.umd.cfar.lamp.viper.examples
 
edu.umd.cfar.lamp.viper.examples.omegahead - package edu.umd.cfar.lamp.viper.examples.omegahead
 
edu.umd.cfar.lamp.viper.geometry - package edu.umd.cfar.lamp.viper.geometry
A set of classes for manipulating geometric data, usually used for ViPER attribute data.
edu.umd.cfar.lamp.viper.gui.canvas - package edu.umd.cfar.lamp.viper.gui.canvas
Provides a canvas view of the video frame with editable metadata overlaid atop it.
edu.umd.cfar.lamp.viper.gui.canvas.datatypes - package edu.umd.cfar.lamp.viper.gui.canvas.datatypes
 
edu.umd.cfar.lamp.viper.gui.chronology - package edu.umd.cfar.lamp.viper.gui.chronology
Provides necessary data models and views for a chronicle widget view of a viper data file.
edu.umd.cfar.lamp.viper.gui.config - package edu.umd.cfar.lamp.viper.gui.config
Widgets for displaying and editing ViPER schemata.
edu.umd.cfar.lamp.viper.gui.core - package edu.umd.cfar.lamp.viper.gui.core
Some core, necessary classes for dealing with a ViPER project.
edu.umd.cfar.lamp.viper.gui.data - package edu.umd.cfar.lamp.viper.gui.data
This package provides support classes for the viewers and editors of the individual data types, each of which has their own subpackage.
edu.umd.cfar.lamp.viper.gui.data.bbox - package edu.umd.cfar.lamp.viper.gui.data.bbox
 
edu.umd.cfar.lamp.viper.gui.data.bvalue - package edu.umd.cfar.lamp.viper.gui.data.bvalue
 
edu.umd.cfar.lamp.viper.gui.data.circle - package edu.umd.cfar.lamp.viper.gui.data.circle
 
edu.umd.cfar.lamp.viper.gui.data.dvalue - package edu.umd.cfar.lamp.viper.gui.data.dvalue
 
edu.umd.cfar.lamp.viper.gui.data.ellipse - package edu.umd.cfar.lamp.viper.gui.data.ellipse
 
edu.umd.cfar.lamp.viper.gui.data.fvalue - package edu.umd.cfar.lamp.viper.gui.data.fvalue
 
edu.umd.cfar.lamp.viper.gui.data.lvalue - package edu.umd.cfar.lamp.viper.gui.data.lvalue
 
edu.umd.cfar.lamp.viper.gui.data.obox - package edu.umd.cfar.lamp.viper.gui.data.obox
 
edu.umd.cfar.lamp.viper.gui.data.point - package edu.umd.cfar.lamp.viper.gui.data.point
 
edu.umd.cfar.lamp.viper.gui.data.polygon - package edu.umd.cfar.lamp.viper.gui.data.polygon
 
edu.umd.cfar.lamp.viper.gui.data.svalue - package edu.umd.cfar.lamp.viper.gui.data.svalue
 
edu.umd.cfar.lamp.viper.gui.players - package edu.umd.cfar.lamp.viper.gui.players
 
edu.umd.cfar.lamp.viper.gui.plugins - package edu.umd.cfar.lamp.viper.gui.plugins
 
edu.umd.cfar.lamp.viper.gui.remote - package edu.umd.cfar.lamp.viper.gui.remote
 
edu.umd.cfar.lamp.viper.gui.sourcefiles - package edu.umd.cfar.lamp.viper.gui.sourcefiles
 
edu.umd.cfar.lamp.viper.gui.table - package edu.umd.cfar.lamp.viper.gui.table
Provides a spreadsheet-style table widget to view the different instance descriptors in a data file.
edu.umd.cfar.lamp.viper.util - package edu.umd.cfar.lamp.viper.util
Provides miscellanious utility classes for the ViPER suite.
edu.umd.cfar.lamp.viper.util.reader - package edu.umd.cfar.lamp.viper.util.reader
 
empty() - Method in class edu.umd.cfar.lamp.viper.util.reader.VReader.TextLine
Returns true if the current line contains no data.
enableTableIcon - Static variable in class edu.umd.cfar.lamp.viper.gui.table.TABLE
 
encodeAsAnAcceptableFileName(String) - Static method in class edu.umd.cfar.lamp.viper.util.StringHelp
Encode a string to the "x-www-form-urlencoded" form, enhanced with the UTF-8-in-URL proposal.
endFrame() - Method in class viper.descriptors.Descriptor
Gets the last valid frame.
endOf(Comparable) - Method in interface edu.umd.cfar.lamp.viper.util.IntervalIndexList
Gets the end of the element in which c is contained.
endOf(Comparable) - Method in class edu.umd.cfar.lamp.viper.util.Range
 
endOf(Comparable) - Method in class viper.api.time.MultipleRange
Gets the end of the element in which c is contained.
endOf(Comparable) - Method in class viper.api.time.TimeEncodedList
Gets the end of the element in which c is contained.
ending() - Method in class viper.descriptors.attributes.FrameSpan
Returns the index of the end frame of this FrameSpan.
enqueueNodeSelection(Node) - Method in class edu.umd.cfar.lamp.viper.gui.config.ViperTreeModel
 
eof - Variable in class edu.columbia.ee.flavor.Bitstream
 
eq(Object, Object) - Method in class edu.umd.cfar.lamp.viper.util.Equivalencies
Determines if the given key and value are equivalent under this set of Equivalencies
equals(Object) - Method in class edu.umd.cfar.lamp.apploader.misc.TargetedPrintStream
 
equals(Object) - Method in class edu.umd.cfar.lamp.apploader.propertysheets.ExplicitProperties
Tests to see that the property lists are equal.
equals(Object) - Method in class edu.umd.cfar.lamp.apploader.propertysheets.ExplicitPropertyDescriptor
Tests to see that this and the other object are both explicit property descriptors with the same proxy.
equals(Object) - Method in class edu.umd.cfar.lamp.apploader.propertysheets.PropertyAdapter
Tests to see that the other property has the same name getter and setter.
equals(Object) - Method in class edu.umd.cfar.lamp.mpeg1.video.GroupOfPicturesIndexElement
 
equals(Object) - Method in class edu.umd.cfar.lamp.viper.geometry.BoundingBox
Checks to see if the shapes are equal.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.geometry.Circle
Tests to see if this circle is the same one as the specified circle.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.geometry.Component
Tests the equality of this with another Component.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.geometry.ConvexPolygon
Tests to see if this region is the same as that covered by the specified shape.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.geometry.Ellipse
Tests to see the two objects are equal.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.geometry.Pnt
Tests the equality of this with another Component.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.geometry.PolyLine
Tests to see if the two objects refer to the same set of line segments.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.geometry.PolyList
Checks to see if this equals the other space.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.geometry.Polygon
Tests to see if the other object contains the same region as this polygon.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.geometry.Rational
Tests the equality of two Rationals or Numbers.
equals(int) - Method in class edu.umd.cfar.lamp.viper.geometry.Rational
Tests the equality of this Rational with an int.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.util.AbstractInterval
Tests to see if this refers to the same interval as the other.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.util.Pair
Uses first and second's .equals methods.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.util.Range
 
equals(Object) - Method in class edu.umd.cfar.lamp.viper.util.SparseMatrix
Determines if this is the same as another DataMatrix2d.
equals(Object) - Method in class edu.umd.cfar.lamp.viper.util.Triple
Compares the elements of the triple with the elements of the target triple.
equals(Object) - Method in class viper.api.datatypes.InstanceOfConstraint
Tests to see if the specified object contains the same constraint.
equals(Object) - Method in class viper.api.datatypes.Lvalue
 
equals(Object) - Method in class viper.api.impl.AttrConfigImpl
Tests to see if this config is the same as the passed one.
equals(Object) - Method in class viper.api.impl.AttributeImpl
Tests to see that the given object represents the same value and schema as this.
equals(Object) - Method in class viper.api.impl.ConfigImpl
Checks to see that this descriptor class definition describes the same type of descriptor objects as the referenced object.
equals(Object) - Method in class viper.api.impl.DescriptorImpl
Tests to see if this descriptor is the same as the given object, except for their parents.
equals(Object) - Method in class viper.api.impl.MediaElementImpl
 
equals(Object) - Method in class viper.api.impl.SourcefileImpl
Tests that this and the parameter have the same reference media and that their children are equal.
equals(Object) - Method in class viper.api.impl.ViperDataImpl
Checks to make sure that the viper data contains the same configuration and the same source files with the same instance data.
equals(Object) - Method in class viper.api.time.Frame
True when the two frames have the same number
equals(Object) - Method in class viper.api.time.FrameRate
Tests to see that the rates are equal.
equals(Object) - Method in class viper.api.time.Time
equals(Object) - Method in class viper.api.time.TimeEncodedList.DynamicAttributeValueImpl
Tests to see if this refers to the same interval as the other.
equals(Object) - Method in class viper.api.time.TimeEncodedList
equals(Object) - Method in class viper.comparison.distances.AttrMeasure
Tests to see if this is the same kind of measure as the parameter.
equals(Object) - Method in class viper.descriptors.Descriptor
 
equals(Object) - Method in class viper.descriptors.attributes.Attribute_circle.CircleValue
 
equals(Object) - Method in class viper.descriptors.attributes.Attribute_ellipse.EllipseValue
 
equals(FrameSpan) - Method in class viper.descriptors.attributes.FrameSpan
Tests the equality of two FrameSpans.
equals(Object) - Method in class viper.descriptors.attributes.ValueSpan
Checks that the value and times are equals.
errors - Variable in class viper.descriptors.attributes.Attribute
 
euclideanDistance(Pnt, Pnt) - Static method in class edu.umd.cfar.lamp.viper.geometry.Util
Computes the 2-norm of the distance between two points.
event2stroke(KeyEvent) - Static method in class edu.umd.cfar.lamp.apploader.HotkeyProcessor
Converts the key event into its corresponding key stroke object.
events - Variable in class viper.api.impl.AbstractMajorNodeChangeEvent
 
exportSourcefileAsGTF(Sourcefile, File) - Static method in class viper.descriptors.ImportExport
Saves the file as a gtf file.
exportSourcefileAsGTF(Sourcefile) - Static method in class viper.descriptors.ImportExport
Asks the user where, then saves the file as a gtf file.
extendToContain(BoundingBox) - Method in class edu.umd.cfar.lamp.viper.geometry.BoundingBox
Unions this with the specified box(es) and sets this to that union.
extendedProperties - Static variable in class edu.umd.cfar.lamp.apploader.PROPS
Gets a java object that lists more properties than exist in the file, and may come and go over time.
extension - Static variable in class edu.umd.cfar.lamp.viper.gui.core.GT
A property that describes a possible file extension for a GT.ChoosableFile.
extents(FrameSpan) - Method in class viper.descriptors.attributes.FrameSpan
Returns the sum of the absolute values of the differences between the beginning and ending points of this FrameSpan object and another.
exts - Variable in class edu.umd.cfar.lamp.viper.gui.core.ExtensionFilter
The file name extensions.

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