PIA / src / java / org / risource / dps / util

[..] [files] [ Base Classes Utility Classes ]

This directory contains classes that are used internally in the DPS, and rarely need to be exposed to the casual user.

Annotated Contents

Base Classes

These are implementations of interfaces in the DPS.

ContextStack
Implements Context
CurrentActive
Implements Cursor specifically for parse trees, which are composed of implementations of ActiveNode
CursorStack
Implements Cursor for disconnected instances of ActiveNode in parse trees under construction or being output as text.

Utility Classes

Utility classes contain only static methods. A few of the names (e.g., MathUtil) have ``Util'' appended to prevent confusion with other frequently-imported classes (e.g., java.lang.Math).

Copy
Methods for copying nodes and lists to various destinations.
Create
Methods for creating nodes.
Expand
Methods for expanding and processing nodes and lists.
Extract [tbi]
Methods for extraction, selection, and filtering operations.
Index [tbi]
Methods for handling index expressions (dotted lists of entities).
ListUtil
List-processing utilities.
MathUtil
Methods for mathematical operations.
Sort [tbi]
Methods for sorting.
Test
Methods for performing various tests.
TextUtil
Text processing utilities

Copyright © 1998-2000 by Ricoh Innovations, Inc.
$Id: HEADER.html,v 1.5 2001-04-03 00:05:00 steve Exp $
      Name                    Last modified      Size  Description
Parent Directory - TextUtil.java 2012-04-01 16:18 18K Test.java 2012-04-01 16:18 5.6K Status.java 2012-04-01 16:18 10K MathUtil.java 2012-04-01 16:18 6.6K Makefile 2012-04-01 16:18 1.3K Log.java 2012-04-01 16:18 2.4K ListUtil.java 2012-04-01 16:18 7.6K Index.java 2012-04-01 16:18 7.1K Forms.java 2012-04-01 16:18 10K Expand.java 2012-04-01 16:18 8.8K EntityInput.java 2012-04-01 16:18 4.8K CursorStack.java 2012-04-01 16:18 8.5K CurrentActive.java 2012-04-01 16:18 13K Create.java 2012-04-01 16:18 5.2K Copy.java 2012-04-01 16:18 7.3K ContextStack.java 2012-04-01 16:18 9.7K