|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.exporting.bpel4ws.Component
public class Component
This class describs a Component. Ie. a a type and a PetriNet that is a component.
Nested Class Summary | |
---|---|
static class |
Component.Type
An enumeration describing what types a component can have. |
Field Summary | |
---|---|
Activity |
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. |
att.grappa.Node |
sink
|
att.grappa.Node |
source
|
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,
Activity activity,
java.lang.String libraryComponentName,
att.grappa.Node source,
att.grappa.Node sink)
|
|
Component(Component.Type type,
PetriNet wfnet,
att.grappa.Node source,
att.grappa.Node sink)
|
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 Activity activity
public final java.lang.String libraryComponentName
public final att.grappa.Node source
public final att.grappa.Node sink
Constructor Detail |
---|
public Component(Component.Type type, PetriNet wfnet, att.grappa.Node source, att.grappa.Node sink)
type
- wfnet
- public Component(Component.Type type, PetriNet wfnet, Activity activity, java.lang.String libraryComponentName, att.grappa.Node source, att.grappa.Node sink)
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 |