org.processmining.framework.models.petrinet.pattern
Class Component

java.lang.Object
  extended by 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)

Constructor Summary
Component(PetriNet wfnet)
           
 
Method Summary
abstract  Component cloneComponent()
           
 PetriNet getWfnet()
           
abstract  java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Component

public Component(PetriNet wfnet)
Parameters:
type -
wfnet -
Method Detail

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