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

java.lang.Object
  extended by org.processmining.framework.models.bpel.util.Quadruple<java.util.List<Triple<java.lang.Integer,java.lang.Integer,java.lang.Integer>>,java.lang.Integer,java.lang.Integer,java.lang.Integer>
      extended by org.processmining.framework.models.petrinet.pattern.NodeHash

public class NodeHash
extends Quadruple<java.util.List<Triple<java.lang.Integer,java.lang.Integer,java.lang.Integer>>,java.lang.Integer,java.lang.Integer,java.lang.Integer>

Title: NodeHash

Description: A short description of properties of a node.

Copyright: Copyright (c) 2006

Company: University of Aarhus

Version:
1.0
Author:
Kristian Bisgaard Lassen (mailto:K.B.Lassen@daimi.au.dk)

Field Summary
 
Fields inherited from class org.processmining.framework.models.bpel.util.Quadruple
first, fourth, second, third
 
Method Summary
static NodeHash create(att.grappa.Node node)
           
static Choice getChoice(Place place)
          Calculates the choice of a place
 
Methods inherited from class org.processmining.framework.models.bpel.util.Quadruple
create, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static NodeHash create(att.grappa.Node node)

getChoice

public static Choice getChoice(Place place)
Calculates the choice of a place

Parameters:
place - - A place
Returns:
The choice type of that place