net.sf.quarrel.dot
Class RelationshipRenderer

java.lang.Object
  extended bynet.sf.quarrel.dot.RelationshipRenderer
All Implemented Interfaces:
DotRenderer

public final class RelationshipRenderer
extends java.lang.Object
implements DotRenderer

An implementation of DotRenderer for relationships.


Constructor Summary
RelationshipRenderer()
          creates an instance of RelationshipRenderer.
 
Method Summary
 java.lang.String getDotString(java.lang.Object subject)
          Returns a String representing the subject Object in DOT notation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipRenderer

public RelationshipRenderer()
creates an instance of RelationshipRenderer. This includes creating a map

Method Detail

getDotString

public java.lang.String getDotString(java.lang.Object subject)
Description copied from interface: DotRenderer
Returns a String representing the subject Object in DOT notation.

Specified by:
getDotString in interface DotRenderer
Parameters:
subject - the Object to be rendered
Returns:
a String representing the subject in DOT notation.


Copyright © 2006-2007. All Rights Reserved.