nl.tudelft.tbm.eeni.owl2java.model.jmodel.utils
Class DebugUtils

java.lang.Object
  extended by nl.tudelft.tbm.eeni.owl2java.model.jmodel.utils.DebugUtils

public class DebugUtils
extends Object


Constructor Summary
DebugUtils()
           
 
Method Summary
static void debugDomainRepresentations(JModel jModel)
           
static void debugRestrictions(JModel jModel)
           
static String logClass(com.hp.hpl.jena.ontology.OntClass cls)
           
static String logProperty(com.hp.hpl.jena.ontology.OntProperty prop)
           
static String logPropertyOnClass(com.hp.hpl.jena.ontology.OntClass cls, com.hp.hpl.jena.ontology.OntProperty prop)
           
static String logRestriction(com.hp.hpl.jena.ontology.Restriction res)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugUtils

public DebugUtils()
Method Detail

logClass

public static String logClass(com.hp.hpl.jena.ontology.OntClass cls)

logProperty

public static String logProperty(com.hp.hpl.jena.ontology.OntProperty prop)

logRestriction

public static String logRestriction(com.hp.hpl.jena.ontology.Restriction res)

logPropertyOnClass

public static String logPropertyOnClass(com.hp.hpl.jena.ontology.OntClass cls,
                                        com.hp.hpl.jena.ontology.OntProperty prop)

debugRestrictions

public static void debugRestrictions(JModel jModel)

debugDomainRepresentations

public static void debugDomainRepresentations(JModel jModel)


Copyright © 2011. All Rights Reserved.