org.vizzini.ai.logic
Class AbstractArgument
java.lang.Object
org.vizzini.util.AbstractBean
org.vizzini.ai.logic.AbstractArgument
- All Implemented Interfaces:
- Cloneable, IArgument
- Direct Known Subclasses:
- LiteralArgument, PropertyArgument
public abstract class AbstractArgument
- extends AbstractBean
- implements IArgument
Provides base functionality for arguments in the logic system. Arguments are
used in constructing sentences.
- Since:
- v0.2
- Version:
- v0.2
- Author:
- Jeffrey M. Thompson
Method Summary |
Object |
clone()
Return a clone of this instance. |
AbstractArgument
public AbstractArgument()
clone
public Object clone()
- Return a clone of this instance.
- Specified by:
clone
in interface IArgument
- Overrides:
clone
in class Object
- Since:
- v0.2
Copyright © 2007 Vizzini.org. All Rights Reserved.
|
2007.12.25.03.00.02 |