org.processmining.framework.models.petrinet.pattern
Class Component
java.lang.Object
org.processmining.framework.models.petrinet.pattern.Component
- Direct Known Subclasses:
- ChoiceComponent, LibraryComponent, MarkedGraphComponent, SequenceComponent, StateMachineComponent, UnstructuredComponent, WellStructuredGraphComponent, WhileComponent
public abstract class Component
- extends java.lang.Object
Title: Component
Description: Implements a component. The fields set in the component
correspond to the information that is present when the component was found.
Copyright: Copyright (c) 2006
Company: University of Aarhus
- Version:
- 1.0
- Author:
- Kristian Bisgaard Lassen (mailto:K.B.Lassen@daimi.au.dk)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Component
public Component(PetriNet wfnet)
- Parameters:
type
- wfnet
-
toString
public abstract java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
cloneComponent
public abstract Component cloneComponent()
getWfnet
public PetriNet getWfnet()
- Returns:
- the wfnet