org.limitless.nmc.Prototype1
Class CommandCreate
java.lang.Object
org.limitless.nmc.Prototype1.CommandCreate
- All Implemented Interfaces:
- Command
public class CommandCreate
- extends java.lang.Object
- implements Command
This creates one or more objects in the database. Note that this
doesn't assign roles to them. Any object can be assigned any role, so
the notion of "types of objects" isn't relevant.
This is expirmental and used to test the efficacy of such a model.
See 5.1.2.13 in the prototype_1.html document for details.
- Version:
- 1.0
- Author:
- Brian Jones
|
Field Summary |
private static org.apache.log4j.Logger |
logger
|
|
Method Summary |
java.lang.String[] |
getHelpDetailed()
Give the long help information. |
java.lang.String |
getHelpSummary()
Get the single-line help detail |
void |
invoke(java.lang.String[] args)
Process the command |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static org.apache.log4j.Logger logger
CommandCreate
public CommandCreate()
getHelpDetailed
public java.lang.String[] getHelpDetailed()
- Description copied from interface:
Command
- Give the long help information.
- Specified by:
getHelpDetailed in interface Command
getHelpSummary
public java.lang.String getHelpSummary()
- Description copied from interface:
Command
- Get the single-line help detail
- Specified by:
getHelpSummary in interface Command
invoke
public void invoke(java.lang.String[] args)
- Description copied from interface:
Command
- Process the command
- Specified by:
invoke in interface Command
Copyright © 1995, 2004 Limitless Knowledge Association, All Rights Reserved.