Plexus v0.13.1

Serialized Form


Package com.phoenixst.collections

Class com.phoenixst.collections.AllPredicate extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

predicateArray

org.apache.commons.collections.Predicate[] predicateArray
The array of Predicates.

 

Class com.phoenixst.collections.AndPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

left

org.apache.commons.collections.Predicate left
The left operand.

 

right

org.apache.commons.collections.Predicate right
The right operand.

 

Class com.phoenixst.collections.AnyPredicate extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

predicateArray

org.apache.commons.collections.Predicate[] predicateArray
The array of Predicates.

 

Class com.phoenixst.collections.CartesianProduct extends AbstractUnmodifiableCollection implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

left

Collection<E> left
The left operand.

 

right

Collection<E> right
The right operand.

 

Class com.phoenixst.collections.ClosureChain extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

closureArray

org.apache.commons.collections.Closure[] closureArray
The array of Closures.

 

Class com.phoenixst.collections.CompositeCollection extends AbstractCollection implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

collectionArray

Collection<E>[] collectionArray
The array of Collections.

 

Class com.phoenixst.collections.ContainsPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

collection

Collection<E> collection
The collection in which to test for membership.

 

Class com.phoenixst.collections.EqualPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

testObject

Object testObject
The object to test for equality.

 

Class com.phoenixst.collections.FalsePredicate extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()
Make sure that the singleton stays that way.

Class com.phoenixst.collections.FilteredCollection extends AbstractCollection implements Serializable

serialVersionUID: 3L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

delegate

Collection<E> delegate
The wrapped collection.

 

predicate

org.apache.commons.collections.Predicate predicate
The filtering predicate.

 

Class com.phoenixst.collections.Identifier extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The Identifier.toString() value for this Identifier.

 

Class com.phoenixst.collections.IdentityPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

testObject

Object testObject
The object to test for equality.

 

Class com.phoenixst.collections.InstanceofPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

testClass

Class<T> testClass
The class to test for membership.

 

Class com.phoenixst.collections.NotPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

pred

org.apache.commons.collections.Predicate pred
The operand.

 

Class com.phoenixst.collections.OrderedPair extends AbstractList implements Serializable

serialVersionUID: 1L

Serialized Fields

first

Object first
The first element.

 

second

Object second
The second element.

 

Class com.phoenixst.collections.OrPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

left

org.apache.commons.collections.Predicate left
The left operand.

 

right

org.apache.commons.collections.Predicate right
The right operand.

 

Class com.phoenixst.collections.SimpleStack extends ArrayList implements Serializable

serialVersionUID: 1L

Class com.phoenixst.collections.SynchronizedCollection extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

delegate

Collection<E> delegate
The wrapped collection.

 

mutex

Object mutex
The object upon which to synchronize.

 

Class com.phoenixst.collections.TransformerChain extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

transformerArray

org.apache.commons.collections.Transformer[] transformerArray
The array of Transformers.

 

Class com.phoenixst.collections.TruePredicate extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

private Object readResolve()
Make sure that the singleton stays that way.

Class com.phoenixst.collections.UnorderedPair extends AbstractUnmodifiableCollection implements Serializable

serialVersionUID: 1L

Serialized Fields

first

Object first
The first element.

 

second

Object second
The second element.

 

Package com.phoenixst.plexus

Class com.phoenixst.plexus.DefaultGraph extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Deserialize this DefaultGraph.

Serial Data:
the number of nodes (int), all the nodes, the number of edges (int), all the edges.
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialize this DefaultGraph.

Serial Data:
the number of nodes (int), all the nodes, the number of edges (int), all the edges.
Throws:
IOException

Class com.phoenixst.plexus.DefaultOrientedForest extends DefaultGraph implements Serializable

serialVersionUID: 2L

Class com.phoenixst.plexus.DefaultOrientedForestView extends AbstractOrientedForest implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

graph

Graph graph
The Graph of which this is a view.

 

parentPredicate

org.apache.commons.collections.Predicate parentPredicate
The parent Predicate.

 

childPredicate

org.apache.commons.collections.Predicate childPredicate
The child Predicate.

 

Class com.phoenixst.plexus.DefaultRootedTreeView extends DefaultOrientedForestView implements Serializable

serialVersionUID: 2L

Serialized Fields

root

Object root
The root node.

 

Class com.phoenixst.plexus.GraphEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

object

Object object
The node or edge that was added or removed.

 

Class com.phoenixst.plexus.GraphTransformer extends GraphWrapper implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Deserialize this GraphWrapper.

Serial Data:
default, superclass delegate
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialize this GraphWrapper.

Serial Data:
default, superclass delegate
Throws:
IOException
Serialized Fields

nodeTransformer

InvertibleTransformer nodeTransformer
The node transformer from this Graph to the wrapped one.

 

edgeTransformer

InvertibleTransformer edgeTransformer
The edge transformer from this Graph to the wrapped one.

 

Class com.phoenixst.plexus.NoSuchNodeException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package com.phoenixst.plexus.examples

Class com.phoenixst.plexus.examples.AbstractIntegerNodeGraph extends AbstractGraph implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

n

int n
The number of nodes in this graph.

 

Class com.phoenixst.plexus.examples.AbstractIntegerNodeGraph.EdgeImpl extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

tail

int tail
The tail.

 

head

int head
The head.

 

directed

boolean directed
Whether or not this edge is directed.

 

Class com.phoenixst.plexus.examples.CirculantGraph extends AbstractIntegerNodeGraph implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

d

int d
If the nodes are arranged in a circle, each node is adjacent to this many of the nearest nodes in either direction.

 

Class com.phoenixst.plexus.examples.CompleteBipartiteGraph extends Join implements Serializable

serialVersionUID: 3L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

Class com.phoenixst.plexus.examples.CompleteGraph extends AbstractIntegerNodeGraph implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

Class com.phoenixst.plexus.examples.CompleteTree extends AbstractIntegerNodeGraph implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

height

int height
The height.

 

numChildren

int numChildren
The number of children for each internal node.

 

Class com.phoenixst.plexus.examples.Cycle extends LoopGraph implements Serializable

serialVersionUID: 2L

Class com.phoenixst.plexus.examples.EmptyGraph extends AbstractIntegerNodeGraph implements Serializable

serialVersionUID: 2L

Class com.phoenixst.plexus.examples.IntegerOffsetTransformer extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

offset

int offset
The number to add to transform an Integer.

 

Class com.phoenixst.plexus.examples.LoopGraph extends AbstractIntegerNodeGraph implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

offset

int offset
 

Class com.phoenixst.plexus.examples.Path extends AbstractIntegerNodeGraph implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

Class com.phoenixst.plexus.examples.PetersenGraph extends AbstractIntegerNodeGraph implements Serializable

serialVersionUID: 2L

Serialization Methods

readResolve

private Object readResolve()
Make sure that the singleton stays that way.

Class com.phoenixst.plexus.examples.PlanarMesh extends Product implements Serializable

serialVersionUID: 3L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

Class com.phoenixst.plexus.examples.Prism extends Product implements Serializable

serialVersionUID: 3L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

Class com.phoenixst.plexus.examples.Star extends Join implements Serializable

serialVersionUID: 3L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

Class com.phoenixst.plexus.examples.ToroidalMesh extends Product implements Serializable

serialVersionUID: 3L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

Class com.phoenixst.plexus.examples.Wheel extends Join implements Serializable

serialVersionUID: 3L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

Package com.phoenixst.plexus.operations

Class com.phoenixst.plexus.operations.Join extends AbstractGraph implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

left

Graph left
The left operand.

 

right

Graph right
The right operand.

 

isDirected

boolean isDirected
Whether or not the join edges are directed.

 

Class com.phoenixst.plexus.operations.Product extends AbstractGraph implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

left

Graph left
The left operand.

 

right

Graph right
The right operand.

 

Package com.phoenixst.plexus.util

Class com.phoenixst.plexus.util.ChildTraverserFactory extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

forest

OrientedForest forest
 

Class com.phoenixst.plexus.util.DefaultEdge extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

tail

Object tail
The tail of this Edge.

 

head

Object head
The head of this Edge.

 

directed

boolean directed
Whether or not this Edge is directed.

 

Class com.phoenixst.plexus.util.DefaultIncidentEdgeGetter extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

graph

Graph graph
 

traverserPredicate

org.apache.commons.collections.Predicate traverserPredicate
 

Class com.phoenixst.plexus.util.DefaultObjectEdge extends DefaultEdge implements Serializable

serialVersionUID: 2L

Serialized Fields

object

Object object
The user-defined object contained in this Edge.

 

Class com.phoenixst.plexus.util.DefaultSimpleEdge extends DefaultEdge implements Serializable

serialVersionUID: 3L

Class com.phoenixst.plexus.util.DefaultTraverserFactory extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

graph

Graph graph
 

traverserPredicate

org.apache.commons.collections.Predicate traverserPredicate
 

Class com.phoenixst.plexus.util.EqualsTraverserPredicate extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

testEdge

Graph.Edge testEdge
The Edge to test for equality.

 

Class com.phoenixst.plexus.util.ParentEdgeGetter extends Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

forest

OrientedForest forest
 

Class com.phoenixst.plexus.util.SingletonGraph extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

singleNode

Object singleNode
The node.

 

Class com.phoenixst.plexus.util.SynchronizedGraph extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

delegate

Graph delegate
The wrapped graph.

 

mutex

Object mutex
The object upon which to synchronize.

 

Class com.phoenixst.plexus.util.UnmodifiableGraph extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

delegate

Graph delegate
The wrapped graph.

 


Plexus v0.13.1

See the Plexus project home, hosted by SourceForge.
Copyright ? 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.