|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.converting.wfnet2bpel.Component
public class Component
Title:
Description:
Copyright: Copyright (c) 2004
Company:
Nested Class Summary | |
---|---|
static class |
Component.Type
|
Field Summary | |
---|---|
BPELActivity |
activity
An activity describing this component when the component is a LIBRARY-component. |
java.lang.String |
libraryComponentName
This is the component of the library component that this Component match. |
Component.Type |
type
The type of this component |
PetriNet |
wfnet
The actual Petri net of this component |
Constructor Summary | |
---|---|
Component(Component.Type type,
PetriNet wfnet)
|
|
Component(Component.Type type,
PetriNet wfnet,
BPELActivity activity,
java.lang.String libraryComponentName)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Component.Type type
public final PetriNet wfnet
public final BPELActivity activity
public final java.lang.String libraryComponentName
Constructor Detail |
---|
public Component(Component.Type type, PetriNet wfnet)
type
- wfnet
- public Component(Component.Type type, PetriNet wfnet, BPELActivity activity, java.lang.String libraryComponentName)
type
- wfnet
- activity
- libraryComponentName
- Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |