org.processmining.framework.models.causality
Class ForwardEdge

java.lang.Object
  extended by org.processmining.framework.models.causality.ForwardEdge

public class ForwardEdge
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Field Summary
 java.util.HashSet destinations
           
 ModelGraphVertex source
           
 
Constructor Summary
ForwardEdge(ModelGraphVertex source, java.util.HashSet destinations)
           
 
Method Summary
 boolean equals(ModelGraphVertex source, java.util.HashSet destinations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

public ModelGraphVertex source

destinations

public java.util.HashSet destinations
Constructor Detail

ForwardEdge

public ForwardEdge(ModelGraphVertex source,
                   java.util.HashSet destinations)
Method Detail

equals

public boolean equals(ModelGraphVertex source,
                      java.util.HashSet destinations)