|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.causality.ForwardEdge
public class ForwardEdge
Title:
Description:
Copyright: Copyright (c) 2004
Company:
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 |
---|
public ModelGraphVertex source
public java.util.HashSet destinations
Constructor Detail |
---|
public ForwardEdge(ModelGraphVertex source, java.util.HashSet destinations)
Method Detail |
---|
public boolean equals(ModelGraphVertex source, java.util.HashSet destinations)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |