edu.uchsc.ccp.knowtator.util
Class ProtegeUtil

java.lang.Object
  extended by edu.uchsc.ccp.knowtator.util.ProtegeUtil

public class ProtegeUtil
extends Object


Constructor Summary
ProtegeUtil()
           
 
Method Summary
static Collection<SimpleInstance> castSimpleInstances(Collection simpleInstances)
          It seems like there should be a better way of accomplishing this.
static Collection<String> castStrings(Collection strings)
           
static String getSlotLabel(Cls cls, Slot slot, Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtegeUtil

public ProtegeUtil()
Method Detail

castSimpleInstances

public static Collection<SimpleInstance> castSimpleInstances(Collection simpleInstances)
It seems like there should be a better way of accomplishing this. If you have suggestions please send them to me!

Parameters:
simpleInstances -

castStrings

public static Collection<String> castStrings(Collection strings)

getSlotLabel

public static String getSlotLabel(Cls cls,
                                  Slot slot,
                                  Project project)