topical media & game development
#ax-springgraph-thesaurus-Word.ax
#ax-springgraph-thesaurus-Word.ax
[swf]
flex
//////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2006 Adobe Macromedia Software LLC and its licensors.
// All Rights Reserved. The following is Source Code and is subject to all
// restrictions on such code as contained in the End User License Agreement
// accompanying this product.
//
//////////////////////////////////////////////////////////////////////////
package
{
import com.adobe.flex.extras.controls.springgraph.Item;
Represents a "word", one of the 2 types of Item in the Thesaurus object model. A word
is simply the string of characters of the word, which is used as this Item's id.
In a thesaurus graph, Words are linked to the various Meanings that the word has. Words
are never linked to other words.
public class @ax-ax-springgraph-thesaurus-Word extends Item
{
public function @ax-ax-springgraph-thesaurus-Word(word: String) {
super(word);
}
public function toString(): String {
return id;
}
}
}
(C) Æliens
27/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.