PIP.ExampleCode
Class HelpfulFunctions

java.lang.Object
  extended by PIP.ExampleCode.HelpfulFunctions

public class HelpfulFunctions
extends java.lang.Object

This class explains and shows some of the most useful functions that may not be obvious from the beginning.


Constructor Summary
HelpfulFunctions()
           
 
Method Summary
static void dealingWithDomainsAtDifferentLevelsOfSimilarity()
          Dealing with domains at different levels of similarity is not a trivial thing.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpfulFunctions

public HelpfulFunctions()
Method Detail

dealingWithDomainsAtDifferentLevelsOfSimilarity

public static void dealingWithDomainsAtDifferentLevelsOfSimilarity()
                                                            throws java.lang.Exception
Dealing with domains at different levels of similarity is not a trivial thing. Therefore I have created several usful functions to enable viewing domains at different levels of similarity. These are all based on the level of the HFType.

Throws:
java.lang.Exception