|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.mapping.EdgeMapping
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 |
public EdgeMapping(Sentence sentence, EdgeVisualAttributeValue value)
Mapping
from the specified Sentence
to the
specified VisualAttributeValue
.sentence
- the sentence of this mapping.value
- the visual attribute value of this mapping.Method Detail |
public Sentence getSentence()
public EdgeVisualAttributeValue getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |