fcmodeler.mapping
Class NodeMapping

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

public final class NodeMapping
extends java.lang.Object

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

Constructor Summary
NodeMapping(Sentence sentence, NodeVisualAttributeValue value)
          Creates a new Mapping from the specified Sentence to the specified VisualAttributeValue.
 
Method Summary
 Sentence getSentence()
          Returns the sentence of this mapping.
 NodeVisualAttributeValue 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

NodeMapping

public NodeMapping(Sentence sentence,
                   NodeVisualAttributeValue 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 NodeVisualAttributeValue 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