org.processmining.framework.models
Class Region

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet
              extended by org.processmining.framework.models.Region
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.Set

public class Region
extends java.util.HashSet

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

Constructor Summary
Region(java.util.HashSet input, java.util.HashSet output)
           
Region(java.util.HashSet input, java.util.HashSet output, java.util.Collection c)
           
Region(java.util.HashSet input, java.util.HashSet output, int size)
           
Region(Region r1, Region r2)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.util.HashSet getInput()
           
 java.util.HashSet getOutput()
           
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

Region

public Region(Region r1,
              Region r2)

Region

public Region(java.util.HashSet input,
              java.util.HashSet output)

Region

public Region(java.util.HashSet input,
              java.util.HashSet output,
              int size)

Region

public Region(java.util.HashSet input,
              java.util.HashSet output,
              java.util.Collection c)
Method Detail

getInput

public java.util.HashSet getInput()

getOutput

public java.util.HashSet getOutput()

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.util.Collection
Specified by:
equals in interface java.util.Set
Overrides:
equals in class java.util.AbstractSet