Uses of Class
mro.util.UniqueIdentifier

Packages that use UniqueIdentifier
infomat.algorithms   
mro.util   
mro.util.properties   
 

Uses of UniqueIdentifier in infomat.algorithms
 

Methods in infomat.algorithms that return UniqueIdentifier
 UniqueIdentifier RelativeClusterer.getUniqueIdentifier()
           
 UniqueIdentifier RandomClusterer.getUniqueIdentifier()
           
 UniqueIdentifier KMeans.getUniqueIdentifier()
           
 

Methods in infomat.algorithms with parameters of type UniqueIdentifier
 void RelativeClusterer.setUniqueIdentifier(UniqueIdentifier uniqueIdentifier)
           
 void RandomClusterer.setUniqueIdentifier(UniqueIdentifier uniqueIdentifier)
           
 void KMeans.setUniqueIdentifier(UniqueIdentifier uniqueIdentifier)
           
 

Uses of UniqueIdentifier in mro.util
 

Methods in mro.util that return UniqueIdentifier
 UniqueIdentifier UniqueIdentifiable.getUniqueIdentifier()
           
 

Methods in mro.util with parameters of type UniqueIdentifier
 void UniqueIdentifiable.setUniqueIdentifier(UniqueIdentifier uniqueIdentifier)
           
 

Constructors in mro.util with parameters of type UniqueIdentifier
UniqueIdentifier(UniqueIdentifier ui)
          Copy constructor.
 

Uses of UniqueIdentifier in mro.util.properties
 

Methods in mro.util.properties that return UniqueIdentifier
 UniqueIdentifier Properties.getOwnerIdentifier()
          Returns the owner identifier (a UniqueIdentifier).
 

Methods in mro.util.properties that return types with arguments of type UniqueIdentifier
 java.util.Vector<UniqueIdentifier> Properties.getRelatedIdentifiers()
          Returns all related identifiers, a Vector of UniqueIdentifier:s.
 

Methods in mro.util.properties with parameters of type UniqueIdentifier
 void Properties.addRelatedIdentifier(UniqueIdentifier relatedIdentifier)
          Add a UniqueIdentifier as a related identifier.
 void Properties.setOwnerIdentifier(UniqueIdentifier ownerIdentifier)
          Set the owner identifier to the specified UniqueIdentifier.
 

Constructors in mro.util.properties with parameters of type UniqueIdentifier
Properties(java.lang.String name, UniqueIdentifier ownerIdentifier)
          A constructor.