fcmodeler.mapping
Class EdgeMapping

java.lang.Object
  |
  +--fcmodeler.mapping.EdgeMapping

public final class EdgeMapping
extends java.lang.Object

Since:
JDK1.3
Version:
$Revision: 1.1 $
Author:
Julie Dickerson , Zach Cox

Constructor Summary
EdgeMapping(Sentence sentence, EdgeVisualAttributeValue value)
          Creates a new Mapping from the specified Sentence to the specified VisualAttributeValue.
 
Method Summary
 Sentence getSentence()
          Returns the sentence of this mapping.
 EdgeVisualAttributeValue getValue()
          Returns the visual attribute value of this mapping.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EdgeMapping

public EdgeMapping(Sentence sentence,
                   EdgeVisualAttributeValue value)
Creates a new Mapping from the specified Sentence to the specified VisualAttributeValue.
Parameters:
sentence - the sentence of this mapping.
value - the visual attribute value of this mapping.
Method Detail

getSentence

public Sentence getSentence()
Returns the sentence of this mapping.
Returns:
the sentence of this mapping.

getValue

public EdgeVisualAttributeValue getValue()
Returns the visual attribute value of this mapping.
Returns:
the visual attribute value of this mapping.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object