|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.janet.cas.commands.AbstractAgentCommand
public abstract class AbstractAgentCommand
Field Summary | |
---|---|
(package private) AgentPath |
agentPath
|
Fields inherited from interface org.almendra.janet.cas.scheduling.ICommand |
---|
ApplicationMaxPriority, ApplicationMinPriority, InterruptPriority, SystemPriority |
Constructor Summary | |
---|---|
protected |
AbstractAgentCommand()
Creates a new AbstractAgentCommand object. |
|
AbstractAgentCommand(AgentPath agentPath)
Creates a new AbstractAgentCommand object. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Make sure the user can rely on a command to be cloneable. |
AgentPath |
getAgentPath()
|
int |
getPriority()
Answer the priority of the command. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.almendra.janet.cas.scheduling.ICommand |
---|
getQualifiedName, toLogString |
Field Detail |
---|
AgentPath agentPath
Constructor Detail |
---|
protected AbstractAgentCommand()
AbstractAgentCommand
object.
public AbstractAgentCommand(AgentPath agentPath)
AbstractAgentCommand
object.
Method Detail |
---|
public AgentPath getAgentPath()
public int getPriority()
ICommand
getPriority
in interface ICommand
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
ICommand
clone
in interface ICommand
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |