Serialized Form
| 
Package com.phoenixst.collections | 
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
predicateArray
org.apache.commons.collections.Predicate[] predicateArray
- The array of 
Predicates.
 -  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
left
org.apache.commons.collections.Predicate left
- The left operand.
 -  
 
right
org.apache.commons.collections.Predicate right
- The right operand.
 -  
 
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
predicateArray
org.apache.commons.collections.Predicate[] predicateArray
- The array of 
Predicates.
 -  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
left
Collection<E> left
- The left operand.
 -  
 
right
Collection<E> right
- The right operand.
 -  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
closureArray
org.apache.commons.collections.Closure[] closureArray
- The array of 
Closures.
 -  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
collectionArray
Collection<E>[] collectionArray
- The array of 
Collections.
 -  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
collection
Collection<E> collection
- The collection in which to test for membership.
 -  
 
serialVersionUID: 1L
testObject
Object testObject
- The object to test for equality.
 -  
 
serialVersionUID: 1L
readResolve
private Object readResolve()
- Make sure that the singleton stays that way.
 
 
serialVersionUID: 3L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
delegate
Collection<E> delegate
- The wrapped collection.
 -  
 
predicate
org.apache.commons.collections.Predicate predicate
- The filtering predicate.
 -  
 
serialVersionUID: 1L
name
String name
- The 
Identifier.toString() value for this Identifier.
 -  
 
serialVersionUID: 1L
testObject
Object testObject
- The object to test for equality.
 -  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
testClass
Class<T> testClass
- The class to test for membership.
 -  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
pred
org.apache.commons.collections.Predicate pred
- The operand.
 -  
 
serialVersionUID: 1L
first
Object first
- The first element.
 -  
 
second
Object second
- The second element.
 -  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
left
org.apache.commons.collections.Predicate left
- The left operand.
 -  
 
right
org.apache.commons.collections.Predicate right
- The right operand.
 -  
 
serialVersionUID: 1L
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
delegate
Collection<E> delegate
- The wrapped collection.
 -  
 
mutex
Object mutex
- The object upon which to synchronize.
 -  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
transformerArray
org.apache.commons.collections.Transformer[] transformerArray
- The array of 
Transformers.
 -  
 
serialVersionUID: 1L
readResolve
private Object readResolve()
- Make sure that the singleton stays that way.
 
 
serialVersionUID: 1L
first
Object first
- The first element.
 -  
 
second
Object second
- The second element.
 -  
 
| 
Package com.phoenixst.plexus | 
serialVersionUID: 2L
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 
 
serialVersionUID: 2L
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
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.
 -  
 
serialVersionUID: 2L
root
Object root
- The root node.
 -  
 
serialVersionUID: 1L
object
Object object
- The node or edge that was added or removed.
 -  
 
serialVersionUID: 2L
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 
 
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.
 -  
 
serialVersionUID: 1L
| 
Package com.phoenixst.plexus.examples | 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
n
int n
- The number of nodes in this graph.
 -  
 
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
tail
int tail
- The tail.
 -  
 
head
int head
- The head.
 -  
 
directed
boolean directed
- Whether or not this edge is directed.
 -  
 
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
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.
 -  
 
serialVersionUID: 3L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
height
int height
- The height.
 -  
 
numChildren
int numChildren
- The number of children for each internal node.
 -  
 
serialVersionUID: 2L
serialVersionUID: 2L
serialVersionUID: 1L
offset
int offset
- The number to add to transform an Integer.
 -  
 
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
offset
int offset
-  
 
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
serialVersionUID: 2L
readResolve
private Object readResolve()
- Make sure that the singleton stays that way.
 
 
serialVersionUID: 3L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
serialVersionUID: 3L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
serialVersionUID: 3L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
serialVersionUID: 3L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
serialVersionUID: 3L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
| 
Package com.phoenixst.plexus.operations | 
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
left
Graph left
- The left operand.
 -  
 
right
Graph right
- The right operand.
 -  
 
isDirected
boolean isDirected
- Whether or not the join edges are directed.
 -  
 
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
left
Graph left
- The left operand.
 -  
 
right
Graph right
- The right operand.
 -  
 
| 
Package com.phoenixst.plexus.util | 
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
forest
OrientedForest forest
-  
 
serialVersionUID: 2L
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.
 -  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
graph
Graph graph
-  
 
traverserPredicate
org.apache.commons.collections.Predicate traverserPredicate
-  
 
serialVersionUID: 2L
object
Object object
- The user-defined object contained in this 
Edge.
 -  
 
serialVersionUID: 3L
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
graph
Graph graph
-  
 
traverserPredicate
org.apache.commons.collections.Predicate traverserPredicate
-  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
testEdge
Graph.Edge testEdge
- The 
Edge to test for equality.
 -  
 
serialVersionUID: 2L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
forest
OrientedForest forest
-  
 
serialVersionUID: 1L
singleNode
Object singleNode
- The node.
 -  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
delegate
Graph delegate
- The wrapped graph.
 -  
 
mutex
Object mutex
- The object upon which to synchronize.
 -  
 
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
                 throws ClassNotFoundException,
                        IOException
- Throws:
 ClassNotFoundException
IOException 
delegate
Graph delegate
- The wrapped graph.
 -  
 
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.