|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlacam.container.ProcessDescriptor
Describes a process. This Class parses and contains all data needed to successfully create a process.
Constructor Summary | |
ProcessDescriptor(ClassDescriptor class_desc)
Creates a ProcessDescriptor from a ClassDescriptor so that
the classes default parameterlist can be created. |
|
ProcessDescriptor(java.lang.String process_type,
org.w3c.dom.NodeList process_list,
int pos)
Creates a ProcessDescriptor with the given process_type from a NodeList, where the Node describing the Process is at the given position. |
Method Summary | |
java.lang.Class |
getRepresentingClass()
|
java.lang.String |
getType()
Returns the type of this ProcessDescriptor |
org.w3c.dom.NodeList |
getXMLDescriptor()
Returns the NodeList representing this ProcessDescriptor |
void |
initParameters()
Initiates the parameterlist for this process |
java.lang.Object |
makeProcessableInstance()
Creates a full functioning class for this process. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProcessDescriptor(ClassDescriptor class_desc)
ClassDescriptor
so that
the classes default parameterlist can be created.
class_desc
- The ClassDescriptor
to create the ProcessDescriptor frompublic ProcessDescriptor(java.lang.String process_type, org.w3c.dom.NodeList process_list, int pos) throws java.lang.IllegalArgumentException
process_type
- The type of the processprocess_list
- The list containing several processespos
- The position of the node representing this processMethod Detail |
public void initParameters()
public org.w3c.dom.NodeList getXMLDescriptor()
public java.lang.String getType()
public java.lang.Class getRepresentingClass()
public java.lang.Object makeProcessableInstance() throws java.lang.Exception
Process
interface
java.lang.Exception
- If class could not be created.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |