ca.aura.artefacts.sorting
Class ResultSet

java.lang.Object
  |
  +--StructuredNode
        |
        +--ca.aura.artefacts.sorting.ResultSet

public class ResultSet
extends StructuredNode

Author:
aforward
See Also:
Serialized Form

Constructor Summary
ResultSet()
          default
ResultSet(java.util.Iterator artefacts)
          give the results some values
ResultSet(java.lang.String name)
          give the domain a name
 
Method Summary
 void sortByName()
          sort by artefact name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSet

public ResultSet()
default


ResultSet

public ResultSet(java.lang.String name)
give the domain a name


ResultSet

public ResultSet(java.util.Iterator artefacts)
give the results some values

Method Detail

sortByName

public void sortByName()
sort by artefact name



Copyright © 2002 University of Ottawa. All Rights Reserved.