All Packages Class Hierarchy This Package Previous Next Index
Class tlk.lang.StupidLanguagePhrase
java.lang.Object
|
+----tlk.lang.StupidLanguagePhrase
- public class StupidLanguagePhrase
- extends Object
- implements Comparable
Simple language based on string tokens from a given alphabet.
In order to use this you have to construct it using a given
language object that is able to parse your human description
and generate a valid description.
NOT IMPLEMENTED YET
Written: Radu Sion
Version: 0.1
Source: StupidLanguagePhrase.java
Visit
Smart Software
-
Tokens
- Contains all the Token objects in this descriptive phrase.
-
StupidLanguagePhrase()
- Constructs a new StupidLanguagePhrase.
-
compareTo(Object)
- Not implemented yet.
-
toString()
-
Tokens
public Vector Tokens
- Contains all the Token objects in this descriptive phrase.
StupidLanguagePhrase
public StupidLanguagePhrase()
- Constructs a new StupidLanguagePhrase.
Based on a certain alphabet we might construct a new description
by using terms from the given base/alphabet.
No parameter checkings are performed.
toString
public String toString()
- Overrides:
- toString in class Object
compareTo
public int compareTo(Object o)
- Not implemented yet.
- See Also:
- compareTo
All Packages Class Hierarchy This Package Previous Next Index