|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.obe.util.AbstractBean org.obe.xpdl.model.misc.Invocation org.obe.xpdl.model.activity.Tool
Implementation which specifies a particular tool which should be used for the activity. The tool will either be an application or a procedure.
Field Summary |
Fields inherited from class org.obe.xpdl.model.misc.Invocation |
_actualParameter, _id, ACTUAL_PARAMETER, ID |
Constructor Summary | |
Tool()
|
|
Tool(java.lang.String id)
Construct a new Tool object with the given id. |
Method Summary | |
void |
accept(PackageVisitor visitor)
|
java.lang.String |
getDescription()
Get a description of the tool. |
ExtendedAttributes |
getExtendedAttributes()
Returns the extended attributes. |
ToolType |
getToolType()
Get the tool type, for example an application or function. |
void |
setDescription(java.lang.String description)
Set a description of the tool. |
void |
setExtendedAttributes(ExtendedAttributes extendedAttributes)
Sets the extended attributes. |
void |
setToolType(ToolType toolType)
Set the tool type. |
java.lang.String |
toString()
|
Methods inherited from class org.obe.xpdl.model.misc.Invocation |
add, getActualParameter, getActualParameter, getId, remove, setActualParameter, setActualParameter, setId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Tool()
public Tool(java.lang.String id)
id
- The tool IDMethod Detail |
public void accept(PackageVisitor visitor)
accept
in class Invocation
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The new description of the toolpublic ExtendedAttributes getExtendedAttributes()
public void setExtendedAttributes(ExtendedAttributes extendedAttributes)
extendedAttributes
- Extended attributes.public ToolType getToolType()
public void setToolType(ToolType toolType)
toolType
- The tool typepublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |