org.vizzini.ui.ai.logic
Class LiteralArgumentWrapper
java.lang.Object
org.vizzini.ui.ai.logic.AbstractArgumentWrapper
org.vizzini.ui.ai.logic.LiteralArgumentWrapper
- All Implemented Interfaces:
- IArgumentWrapper
public class LiteralArgumentWrapper
- extends AbstractArgumentWrapper
Provides a wrapper for literal arguments in the logic system. Wrappers are
used to provide a proper display string to the user interface.
- Since:
- v0.2
- Version:
- v0.2
- Author:
- Jeffrey M. Thompson
Method Summary |
String |
toString()
Return a string representation of this object. |
LiteralArgumentWrapper
public LiteralArgumentWrapper(LiteralArgument argument)
- Construct this object with the given parameter.
- Parameters:
argument
- Argument.- Since:
- v0.2
toString
public String toString()
- Return a string representation of this object.
- Specified by:
toString
in interface IArgumentWrapper
- Overrides:
toString
in class Object
- Since:
- v0.2
Copyright © 2007 Vizzini.org. All Rights Reserved.
|
2007.12.25.03.00.02 |