|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.causality.BackwardEdge
public class BackwardEdge
Title:
Description:
Copyright: Copyright (c) 2004
Company:
Field Summary | |
---|---|
ModelGraphVertex |
destination
|
java.util.HashSet |
sources
|
Constructor Summary | |
---|---|
BackwardEdge(java.util.HashSet sources,
ModelGraphVertex destination)
|
Method Summary | |
---|---|
boolean |
equals(java.util.HashSet sources,
ModelGraphVertex destination)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ModelGraphVertex destination
public java.util.HashSet sources
Constructor Detail |
---|
public BackwardEdge(java.util.HashSet sources, ModelGraphVertex destination)
Method Detail |
---|
public boolean equals(java.util.HashSet sources, ModelGraphVertex destination)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |