ch.elca.dependency.graph
Class AbstractGraphProcessor

java.lang.Object
  |
  +--ch.elca.dependency.graph.AbstractGraphProcessor
All Implemented Interfaces:
GraphProcessor
Direct Known Subclasses:
Aggregator, Filter, LayerOrder, Perspective

public abstract class AbstractGraphProcessor
extends java.lang.Object
implements GraphProcessor

AbstractGraphProcessor is a named GraphProcessor. To be subclassed by all classes that need to implement a GraphProcessor and need to have a name aswell.

Version:
1.0-beta
Author:
Pawel Kowalski
See Also:
GraphProcessor

Field Summary
protected  java.lang.String m_name
          A name associated with this GraphProcessor
 
Constructor Summary
protected AbstractGraphProcessor()
          Creates a new AbstractGraphProcessor instance.
protected AbstractGraphProcessor(java.lang.String name)
          Creates a new AbstractGraphProcessor instance.
 
Method Summary
 java.lang.String getName()
          Get this GraphProcessor's name.
 void setName(java.lang.String name)
          Set this GraphProcessor's name.
 java.lang.String toString()
          Retrieve a String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ch.elca.dependency.graph.GraphProcessor
process
 

Field Detail

m_name

protected java.lang.String m_name
A name associated with this GraphProcessor

Constructor Detail

AbstractGraphProcessor

protected AbstractGraphProcessor()
Creates a new AbstractGraphProcessor instance.


AbstractGraphProcessor

protected AbstractGraphProcessor(java.lang.String name)
Creates a new AbstractGraphProcessor instance.

Parameters:
name - a String value
Method Detail

setName

public void setName(java.lang.String name)
Set this GraphProcessor's name.

Parameters:
name - a String value

getName

public java.lang.String getName()
Get this GraphProcessor's name.

Returns:
a String value

toString

public java.lang.String toString()
Retrieve a String representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this object.
See Also:
Object.toString()


Copyright © 2003 ELCA Informatique SA. All Rights Reserved.