org.vizzini.ui.ai.logic
Interface IArgumentWrapper

All Known Implementing Classes:
AbstractArgumentWrapper, LiteralArgumentWrapper, PropertyArgumentWrapper

public interface IArgumentWrapper

Defines methods required by argument wrappers 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
 IArgument getArgument()
          Return the argument wrapped by this object.
 String toString()
          Return a string representation of this object.
 

Method Detail

getArgument

IArgument getArgument()
Return the argument wrapped by this object.

Since:
v0.2

toString

String toString()
Return a string representation of this object.

Overrides:
toString in class Object
Since:
v0.2


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02