JavaNCSS Analysis

Designed for use with JavaNCSS and Ant.


Packages

Nr.ClassesFunctionsNCSSJavadocsPackage
113114uma.pfc.jxml2owl
298311992uma.pfc.jxml2owl.model
368779013uma.pfc.jxml2owl.model.impl
46476653uma.pfc.jxml2owl.model.ontology
575724016uma.pfc.jxml2owl.model.ontology.impl
62121712uma.pfc.jxml2owl.model.xml
7216624uma.pfc.jxml2owl.model.xml.impl
821513913uma.pfc.jxml2owl.ontologyLoader
914365uma.pfc.jxml2owl.util
1043337834uma.pfc.jxml2owl.xmlTreeLoader
112113297uma.pfc.jxml2owl.xslt
      
 423682187253Total

Packages  Classes  Functions  NCSS  Javadocs  |per 
11.00  42.00  368.00  2,187.00  253.00  | Project 
  3.82  33.45  198.82  23.00  | Package 
    8.76  52.07  6.02  | Class 
      5.94  0.69  | Function 

Objects

Nr.NCSSFunctionsClassesJavadocsClass
18304uma.pfc.jxml2owl.XML2OWL
22625026uma.pfc.jxml2owl.model.AssociationManager
39809uma.pfc.jxml2owl.model.ClassAssociation
44304uma.pfc.jxml2owl.model.ClassListener
57607uma.pfc.jxml2owl.model.DatatypePropertyAssociation
63203uma.pfc.jxml2owl.model.DatatypePropertyListener
71514015uma.pfc.jxml2owl.model.ErrorListener
81716017uma.pfc.jxml2owl.model.MappingProject
98708uma.pfc.jxml2owl.model.ObjectPropertyAssociation
103203uma.pfc.jxml2owl.model.ObjectPropertyListener
112483501uma.pfc.jxml2owl.model.impl.AssociationManagerImpl
12611003uma.pfc.jxml2owl.model.impl.ClassAssociationImpl
1322701uma.pfc.jxml2owl.model.impl.DatatypePropertyAssociationImpl
141552201uma.pfc.jxml2owl.model.impl.MappingProjectImpl
1524801uma.pfc.jxml2owl.model.impl.ObjectPropertyAssociationImpl
16196506uma.pfc.jxml2owl.model.impl.ProjectPersistence
171413014uma.pfc.jxml2owl.model.ontology.OWLClass
183203uma.pfc.jxml2owl.model.ontology.OWLDatatypeProperty
194304uma.pfc.jxml2owl.model.ontology.OWLObjectProperty
201918019uma.pfc.jxml2owl.model.ontology.OWLOntology
214304uma.pfc.jxml2owl.model.ontology.OWLProperty
229809uma.pfc.jxml2owl.model.ontology.OWLResource
2311301uma.pfc.jxml2owl.model.ontology.impl.AOWLProperty
2420801uma.pfc.jxml2owl.model.ontology.impl.AOWLResource
25731502uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl
268302uma.pfc.jxml2owl.model.ontology.impl.OWLDatatypePropertyImpl
2710506uma.pfc.jxml2owl.model.ontology.impl.OWLObjectFactory
2812402uma.pfc.jxml2owl.model.ontology.impl.OWLObjectPropertyImpl
29591902uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl
308706uma.pfc.jxml2owl.model.xml.XMLItem
316506uma.pfc.jxml2owl.model.xml.XMLTree
3234902uma.pfc.jxml2owl.model.xml.impl.XMLItemImpl
3321702uma.pfc.jxml2owl.model.xml.impl.XMLTreeImpl
3411506uma.pfc.jxml2owl.ontologyLoader.OWLOntologyFactory
351081007uma.pfc.jxml2owl.ontologyLoader.ProtegeOWLFactory
3634405uma.pfc.jxml2owl.util.XPathUtils
3711913012uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory
3843808uma.pfc.jxml2owl.xmlTreeLoader.TreeXMLFactory
39115717uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory
4040517uma.pfc.jxml2owl.xmlTreeLoader.XMLTreeFactory
4135505uma.pfc.jxml2owl.xslt.XSLTCreator
42260602uma.pfc.jxml2owl.xslt.XSLTCreatorSpecID
Average Object NCSS:44.90
Average Object Functions:8.76
Average Object Inner Classes:0.05
Average Object Javadoc Comments:6.02
Program NCSS:2,187.00

Functions

Nr.NCSSCCNJavadocFunction
1111uma.pfc.jxml2owl.XML2OWL.XML2OWL()
2211uma.pfc.jxml2owl.XML2OWL.createMappingProject()
3411uma.pfc.jxml2owl.XML2OWL.restoreMappingProject(String)
4111uma.pfc.jxml2owl.model.AssociationManager.addClassAssociation(OWLClass,XMLItem,XMLItem)
5111uma.pfc.jxml2owl.model.AssociationManager.removeClassAssociation(ClassAssociation)
6111uma.pfc.jxml2owl.model.AssociationManager.getClassAssociations()
7111uma.pfc.jxml2owl.model.AssociationManager.getDatatypePropertyAssociations()
8111uma.pfc.jxml2owl.model.AssociationManager.getObjectPropertyAssociations()
9111uma.pfc.jxml2owl.model.AssociationManager.getClassAssociationsByClass(OWLClass)
10111uma.pfc.jxml2owl.model.AssociationManager.getClassAssociation(OWLClass,XMLItem)
11111uma.pfc.jxml2owl.model.AssociationManager.addDatatypePropertyAssociation(OWLDatatypeProperty,ClassAssociation,XMLItem)
12111uma.pfc.jxml2owl.model.AssociationManager.addObjectPropertyAssociation(OWLObjectProperty,ClassAssociation,ClassAssociation)
13111uma.pfc.jxml2owl.model.AssociationManager.getObjectPropertyAssociations(OWLClass)
14111uma.pfc.jxml2owl.model.AssociationManager.getDatatypePropertyAssociations(OWLClass)
15111uma.pfc.jxml2owl.model.AssociationManager.getObjectPropertyAssociations(OWLClass,OWLObjectProperty)
16111uma.pfc.jxml2owl.model.AssociationManager.getDatatypePropertyAssociations(OWLClass,OWLDatatypeProperty)
17111uma.pfc.jxml2owl.model.AssociationManager.getDatatypePropertyAssociations(ClassAssociation)
18111uma.pfc.jxml2owl.model.AssociationManager.getObjectPropertyAssociations(ClassAssociation)
19111uma.pfc.jxml2owl.model.AssociationManager.removeDatatypePropertyAssociation(DatatypePropertyAssociation)
20111uma.pfc.jxml2owl.model.AssociationManager.removeObjectPropertyAssociation(ObjectPropertyAssociation)
21111uma.pfc.jxml2owl.model.AssociationManager.addClassListener(ClassListener)
22111uma.pfc.jxml2owl.model.AssociationManager.addObjectPropertyListener(ObjectPropertyListener)
23111uma.pfc.jxml2owl.model.AssociationManager.addDatatypePropertyListener(DatatypePropertyListener)
24111uma.pfc.jxml2owl.model.AssociationManager.removeClassListener(ClassListener)
25111uma.pfc.jxml2owl.model.AssociationManager.removeObjectPropertyListener(ObjectPropertyListener)
26111uma.pfc.jxml2owl.model.AssociationManager.removeDatatypePropertyListener(DatatypePropertyListener)
27111uma.pfc.jxml2owl.model.AssociationManager.getClassListeners()
28111uma.pfc.jxml2owl.model.AssociationManager.getErrorsListeners()
29111uma.pfc.jxml2owl.model.ClassAssociation.getOWLClass()
30111uma.pfc.jxml2owl.model.ClassAssociation.setOWLClass(OWLClass)
31111uma.pfc.jxml2owl.model.ClassAssociation.getXMLItem()
32111uma.pfc.jxml2owl.model.ClassAssociation.setXMLItem(XMLItem)
33111uma.pfc.jxml2owl.model.ClassAssociation.getXMLItemId()
34111uma.pfc.jxml2owl.model.ClassAssociation.setXMLItemId(XMLItem)
35111uma.pfc.jxml2owl.model.ClassAssociation.delete(boolean)
36111uma.pfc.jxml2owl.model.ClassAssociation.canDelete()
37111uma.pfc.jxml2owl.model.ClassListener.classAssociationAdded(ClassAssociation)
38111uma.pfc.jxml2owl.model.ClassListener.idChanged(ClassAssociation)
39111uma.pfc.jxml2owl.model.ClassListener.classAssociationRemoved(ClassAssociation)
40111uma.pfc.jxml2owl.model.DatatypePropertyAssociation.getOWLProperty()
41111uma.pfc.jxml2owl.model.DatatypePropertyAssociation.setOWLProperty(OWLDatatypeProperty)
42111uma.pfc.jxml2owl.model.DatatypePropertyAssociation.getXMLRange()
43111uma.pfc.jxml2owl.model.DatatypePropertyAssociation.setXMLRange(XMLItem)
44111uma.pfc.jxml2owl.model.DatatypePropertyAssociation.delete()
45111uma.pfc.jxml2owl.model.DatatypePropertyAssociation.getClassAssociation()
46111uma.pfc.jxml2owl.model.DatatypePropertyListener.datatypePropertyAssociationAdded(DatatypePropertyAssociation)
47111uma.pfc.jxml2owl.model.DatatypePropertyListener.datatypePropertyAssociationRemoved(DatatypePropertyAssociation)
48111uma.pfc.jxml2owl.model.ErrorListener.filesNotLoaded()
49111uma.pfc.jxml2owl.model.ErrorListener.OWLClassNotFound(String)
50111uma.pfc.jxml2owl.model.ErrorListener.datatypePropertyNotFound(String)
51111uma.pfc.jxml2owl.model.ErrorListener.objectPropertyNotFound(String)
52111uma.pfc.jxml2owl.model.ErrorListener.xpathNotFound(String)
53111uma.pfc.jxml2owl.model.ErrorListener.classAssociationExists(OWLClass,XMLItem)
54111uma.pfc.jxml2owl.model.ErrorListener.datatypePropertyAssociatonExists(OWLDatatypeProperty,ClassAssociation,XMLItem)
55111uma.pfc.jxml2owl.model.ErrorListener.objectPropertyAssociationExists(OWLObjectProperty,ClassAssociation,ClassAssociation)
56111uma.pfc.jxml2owl.model.ErrorListener.classAssociationNotFound(ClassAssociation)
57111uma.pfc.jxml2owl.model.ErrorListener.propertyDomainMismatch(OWLClass,OWLProperty)
58111uma.pfc.jxml2owl.model.ErrorListener.propertyRangeMismatch(OWLObjectProperty,OWLClass)
59111uma.pfc.jxml2owl.model.ErrorListener.datatypesMismatch(String,String)
60111uma.pfc.jxml2owl.model.ErrorListener.invalidId(String,String)
61111uma.pfc.jxml2owl.model.ErrorListener.minRestrictionPropsNotMapped(String,String)
62111uma.pfc.jxml2owl.model.MappingProject.loadXMLFile(String)
63111uma.pfc.jxml2owl.model.MappingProject.loadOWLFile(String,String)
64111uma.pfc.jxml2owl.model.MappingProject.getOntology()
65111uma.pfc.jxml2owl.model.MappingProject.getAssociationManager()
66111uma.pfc.jxml2owl.model.MappingProject.getXMLTree()
67111uma.pfc.jxml2owl.model.MappingProject.addClassAssociation(String,String)
68111uma.pfc.jxml2owl.model.MappingProject.addClassAssociation(String,String,String)
69111uma.pfc.jxml2owl.model.MappingProject.saveProject(String)
70111uma.pfc.jxml2owl.model.MappingProject.loadProject(String)
71111uma.pfc.jxml2owl.model.MappingProject.loadFiles(String)
72111uma.pfc.jxml2owl.model.MappingProject.loadAssociations(String)
73111uma.pfc.jxml2owl.model.MappingProject.addDatatypePropertyAssociation(String,ClassAssociation,String)
74111uma.pfc.jxml2owl.model.MappingProject.addObjectPropertyAssociation(String,ClassAssociation,ClassAssociation)
75111uma.pfc.jxml2owl.model.MappingProject.addErrorListener(ErrorListener)
76111uma.pfc.jxml2owl.model.MappingProject.removeErrorListener(ErrorListener)
77111uma.pfc.jxml2owl.model.MappingProject.getErrorListeners()
78111uma.pfc.jxml2owl.model.ObjectPropertyAssociation.getOWLObjectProperty()
79111uma.pfc.jxml2owl.model.ObjectPropertyAssociation.setOWLProperty(OWLObjectProperty)
80111uma.pfc.jxml2owl.model.ObjectPropertyAssociation.getDomainClassAssociation()
81111uma.pfc.jxml2owl.model.ObjectPropertyAssociation.setDomainClasAssociation(ClassAssociation)
82111uma.pfc.jxml2owl.model.ObjectPropertyAssociation.getRangeClassAssociation()
83111uma.pfc.jxml2owl.model.ObjectPropertyAssociation.setRangeClassAssociation(ClassAssociation)
84111uma.pfc.jxml2owl.model.ObjectPropertyAssociation.delete()
85111uma.pfc.jxml2owl.model.ObjectPropertyListener.objectPropertyAssociationAdded(ObjectPropertyAssociation)
86111uma.pfc.jxml2owl.model.ObjectPropertyListener.objectPropertyAssociationRemoved(ObjectPropertyAssociation)
871660uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.addClassAssociation(OWLClass,XMLItem,XMLItem)
8822100uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.addDatatypePropertyAssociation(OWLDatatypeProperty,ClassAssociation,XMLItem)
8928140uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.addObjectPropertyAssociation(OWLObjectProperty,ClassAssociation,ClassAssociation)
90740uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.hasClassAssociation(OWLClass,XMLItem)
91740uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.hasDatatypePropertyAssociation(OWLDatatypeProperty,ClassAssociation,XMLItem)
92740uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.hasObjectPropertyAssociation(OWLObjectProperty,ClassAssociation,ClassAssociation)
93830uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getClassAssociationsByClass(OWLClass)
94410uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getClassAssociations()
95410uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getDatatypePropertyAssociations()
96410uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getObjectPropertyAssociations()
971450uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getPropertyAssociation(ClassAssociation)
98830uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getObjectPropertyAssociations(OWLClass)
99830uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getDatatypePropertyAssociations(OWLClass)
100830uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getObjectPropertyAssociations(OWLClass,OWLObjectProperty)
101830uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getDatatypePropertyAssociations(OWLClass,OWLDatatypeProperty)
102620uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.removeClassAssociation(ClassAssociation)
103620uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.removeDatatypePropertyAssociation(DatatypePropertyAssociation)
104620uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.removeObjectPropertyAssociation(ObjectPropertyAssociation)
105830uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getDatatypePropertyAssociations(ClassAssociation)
106830uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getObjectPropertyAssociations(ClassAssociation)
107740uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getClassAssociation(OWLClass,XMLItem)
108210uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.addClassListener(ClassListener)
109210uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.addObjectPropertyListener(ObjectPropertyListener)
110210uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.addDatatypePropertyListener(DatatypePropertyListener)
111210uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.removeClassListener(ClassListener)
112210uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.removeObjectPropertyListener(ObjectPropertyListener)
113210uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.removeDatatypePropertyListener(DatatypePropertyListener)
114210uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getClassListeners()
115210uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.addErrorListener(ErrorListener)
116210uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.addErrorListeners(List)
117210uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.removeErrorListener(ErrorListener)
118730uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.classAssociationNotFoundError(ClassAssociation)
119730uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.propertyDomainMismatchError(OWLClass,OWLProperty)
120730uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.propertyRangeMismatchError(OWLObjectProperty,OWLClass)
121410uma.pfc.jxml2owl.model.impl.AssociationManagerImpl.getErrorsListeners()
122411uma.pfc.jxml2owl.model.impl.ClassAssociationImpl.ClassAssociationImpl(OWLClass,XMLItem,AssociationManager)
123511uma.pfc.jxml2owl.model.impl.ClassAssociationImpl.ClassAssociationImpl(OWLClass,XMLItem,XMLItem,AssociationManager)
124210uma.pfc.jxml2owl.model.impl.ClassAssociationImpl.getOWLClass()
125210uma.pfc.jxml2owl.model.impl.ClassAssociationImpl.setOWLClass(OWLClass)
126210uma.pfc.jxml2owl.model.impl.ClassAssociationImpl.getXMLItem()
127210uma.pfc.jxml2owl.model.impl.ClassAssociationImpl.setXMLItem(XMLItem)
128210uma.pfc.jxml2owl.model.impl.ClassAssociationImpl.getXMLItemId()
1291560uma.pfc.jxml2owl.model.impl.ClassAssociationImpl.setXMLItemId(XMLItem)
1301670uma.pfc.jxml2owl.model.impl.ClassAssociationImpl.delete(boolean)
131630uma.pfc.jxml2owl.model.impl.ClassAssociationImpl.canDelete()
132510uma.pfc.jxml2owl.model.impl.DatatypePropertyAssociationImpl.DatatypePropertyAssociationImpl(OWLDatatypeProperty,ClassAssociation,XMLItem,AssociationManager)
133210uma.pfc.jxml2owl.model.impl.DatatypePropertyAssociationImpl.getOWLProperty()
134210uma.pfc.jxml2owl.model.impl.DatatypePropertyAssociationImpl.setOWLProperty(OWLDatatypeProperty)
135210uma.pfc.jxml2owl.model.impl.DatatypePropertyAssociationImpl.getClassAssociation()
136210uma.pfc.jxml2owl.model.impl.DatatypePropertyAssociationImpl.getXMLRange()
137210uma.pfc.jxml2owl.model.impl.DatatypePropertyAssociationImpl.setXMLRange(XMLItem)
138210uma.pfc.jxml2owl.model.impl.DatatypePropertyAssociationImpl.delete()
139720uma.pfc.jxml2owl.model.impl.MappingProjectImpl.loadXMLFile(String)
1401440uma.pfc.jxml2owl.model.impl.MappingProjectImpl.loadOWLFile(String,String)
141210uma.pfc.jxml2owl.model.impl.MappingProjectImpl.addClassAssociation(String,String)
14227130uma.pfc.jxml2owl.model.impl.MappingProjectImpl.addClassAssociation(String,String,String)
14321100uma.pfc.jxml2owl.model.impl.MappingProjectImpl.addDatatypePropertyAssociation(String,ClassAssociation,String)
1441050uma.pfc.jxml2owl.model.impl.MappingProjectImpl.addObjectPropertyAssociation(String,ClassAssociation,ClassAssociation)
145210uma.pfc.jxml2owl.model.impl.MappingProjectImpl.loadProject(String)
146210uma.pfc.jxml2owl.model.impl.MappingProjectImpl.loadFiles(String)
147210uma.pfc.jxml2owl.model.impl.MappingProjectImpl.loadAssociations(String)
148210uma.pfc.jxml2owl.model.impl.MappingProjectImpl.saveProject(String)
149210uma.pfc.jxml2owl.model.impl.MappingProjectImpl.getOntology()
150210uma.pfc.jxml2owl.model.impl.MappingProjectImpl.getAssociationManager()
151210uma.pfc.jxml2owl.model.impl.MappingProjectImpl.getXMLTree()
152420uma.pfc.jxml2owl.model.impl.MappingProjectImpl.addErrorListener(ErrorListener)
153420uma.pfc.jxml2owl.model.impl.MappingProjectImpl.removeErrorListener(ErrorListener)
154730uma.pfc.jxml2owl.model.impl.MappingProjectImpl.filesNotLoadedError()
155730uma.pfc.jxml2owl.model.impl.MappingProjectImpl.OWLClassNotFoundError(String)
156730uma.pfc.jxml2owl.model.impl.MappingProjectImpl.XPATHNotFoundError(String)
157730uma.pfc.jxml2owl.model.impl.MappingProjectImpl.datatypePropertyNotFoundError(String)
158730uma.pfc.jxml2owl.model.impl.MappingProjectImpl.objectPropertyNotFoundError(String)
159410uma.pfc.jxml2owl.model.impl.MappingProjectImpl.getErrorListeners()
160830uma.pfc.jxml2owl.model.impl.MappingProjectImpl.prefixToURI(String)
161510uma.pfc.jxml2owl.model.impl.ObjectPropertyAssociationImpl.ObjectPropertyAssociationImpl(OWLObjectProperty,ClassAssociation,ClassAssociation,AssociationManager)
162210uma.pfc.jxml2owl.model.impl.ObjectPropertyAssociationImpl.getOWLObjectProperty()
163210uma.pfc.jxml2owl.model.impl.ObjectPropertyAssociationImpl.setOWLProperty(OWLObjectProperty)
164210uma.pfc.jxml2owl.model.impl.ObjectPropertyAssociationImpl.getDomainClassAssociation()
165210uma.pfc.jxml2owl.model.impl.ObjectPropertyAssociationImpl.setDomainClasAssociation(ClassAssociation)
166210uma.pfc.jxml2owl.model.impl.ObjectPropertyAssociationImpl.getRangeClassAssociation()
167210uma.pfc.jxml2owl.model.impl.ObjectPropertyAssociationImpl.setRangeClassAssociation(ClassAssociation)
168210uma.pfc.jxml2owl.model.impl.ObjectPropertyAssociationImpl.delete()
169111uma.pfc.jxml2owl.model.impl.ProjectPersistence.ProjectPersistence()
1708371uma.pfc.jxml2owl.model.impl.ProjectPersistence.saveProject(MappingProject,String)
17153101uma.pfc.jxml2owl.model.impl.ProjectPersistence.loadProject(MappingProject,String)
1721331uma.pfc.jxml2owl.model.impl.ProjectPersistence.loadFiles(MappingProject,String)
1734581uma.pfc.jxml2owl.model.impl.ProjectPersistence.loadAssociations(MappingProject,String)
174111uma.pfc.jxml2owl.model.ontology.OWLClass.addProperty(OWLProperty,int,int)
175111uma.pfc.jxml2owl.model.ontology.OWLClass.hasProperty(OWLProperty)
176111uma.pfc.jxml2owl.model.ontology.OWLClass.getMinCardinality(OWLProperty)
177111uma.pfc.jxml2owl.model.ontology.OWLClass.getMaxCardinality(OWLProperty)
178111uma.pfc.jxml2owl.model.ontology.OWLClass.listMinRestrictionProperties()
179111uma.pfc.jxml2owl.model.ontology.OWLClass.listMaxRestrictionProperties()
180111uma.pfc.jxml2owl.model.ontology.OWLClass.listProperties()
181111uma.pfc.jxml2owl.model.ontology.OWLClass.isRootClass()
182111uma.pfc.jxml2owl.model.ontology.OWLClass.isRootClass(boolean)
183111uma.pfc.jxml2owl.model.ontology.OWLClass.addSubClass(OWLClass)
184111uma.pfc.jxml2owl.model.ontology.OWLClass.listDirectSubClasses()
185111uma.pfc.jxml2owl.model.ontology.OWLClass.listDataTypeProperties()
186111uma.pfc.jxml2owl.model.ontology.OWLClass.listObjectProperties()
187111uma.pfc.jxml2owl.model.ontology.OWLDatatypeProperty.getRange()
188111uma.pfc.jxml2owl.model.ontology.OWLDatatypeProperty.setRange(String)
189111uma.pfc.jxml2owl.model.ontology.OWLObjectProperty.addRange(OWLClass)
190111uma.pfc.jxml2owl.model.ontology.OWLObjectProperty.hasRangeClass(OWLClass)
191111uma.pfc.jxml2owl.model.ontology.OWLObjectProperty.listRangeClasses()
192111uma.pfc.jxml2owl.model.ontology.OWLOntology.getOWLClass(String)
193111uma.pfc.jxml2owl.model.ontology.OWLOntology.getOWLProperty(String)
194111uma.pfc.jxml2owl.model.ontology.OWLOntology.getOWLDatatypeProperty(String)
195111uma.pfc.jxml2owl.model.ontology.OWLOntology.getOWLObjectProperty(String)
196111uma.pfc.jxml2owl.model.ontology.OWLOntology.getPrefixNSMap()
197111uma.pfc.jxml2owl.model.ontology.OWLOntology.getURI()
198111uma.pfc.jxml2owl.model.ontology.OWLOntology.getPrefix()
199111uma.pfc.jxml2owl.model.ontology.OWLOntology.listOWLClasses()
200111uma.pfc.jxml2owl.model.ontology.OWLOntology.listProperties()
201111uma.pfc.jxml2owl.model.ontology.OWLOntology.listDatatypeProperties()
202111uma.pfc.jxml2owl.model.ontology.OWLOntology.listObjectProperties()
203111uma.pfc.jxml2owl.model.ontology.OWLOntology.setOWLClasses(Map)
204111uma.pfc.jxml2owl.model.ontology.OWLOntology.setDatatypeProperties(Map)
205111uma.pfc.jxml2owl.model.ontology.OWLOntology.setObjectProperties(Map)
206111uma.pfc.jxml2owl.model.ontology.OWLOntology.setPrefixNSMap(Map)
207111uma.pfc.jxml2owl.model.ontology.OWLOntology.setURI(URI)
208111uma.pfc.jxml2owl.model.ontology.OWLOntology.setPrefix(String)
209111uma.pfc.jxml2owl.model.ontology.OWLOntology.listRootClasses()
210111uma.pfc.jxml2owl.model.ontology.OWLProperty.addDomainClass(OWLClass)
211111uma.pfc.jxml2owl.model.ontology.OWLProperty.hasDomainClass(OWLClass)
212111uma.pfc.jxml2owl.model.ontology.OWLProperty.listDomainClasses()
213111uma.pfc.jxml2owl.model.ontology.OWLResource.getLocalName()
214111uma.pfc.jxml2owl.model.ontology.OWLResource.setLocalName(String)
215111uma.pfc.jxml2owl.model.ontology.OWLResource.getURI()
216111uma.pfc.jxml2owl.model.ontology.OWLResource.setURI(String)
217111uma.pfc.jxml2owl.model.ontology.OWLResource.getPrefix()
218111uma.pfc.jxml2owl.model.ontology.OWLResource.setPrefix(String)
219111uma.pfc.jxml2owl.model.ontology.OWLResource.getName()
220111uma.pfc.jxml2owl.model.ontology.OWLResource.toString()
221320uma.pfc.jxml2owl.model.ontology.impl.AOWLProperty.addDomainClass(OWLClass)
222210uma.pfc.jxml2owl.model.ontology.impl.AOWLProperty.hasDomainClass(OWLClass)
223410uma.pfc.jxml2owl.model.ontology.impl.AOWLProperty.listDomainClasses()
224210uma.pfc.jxml2owl.model.ontology.impl.AOWLResource.getLocalName()
225210uma.pfc.jxml2owl.model.ontology.impl.AOWLResource.setLocalName(String)
226210uma.pfc.jxml2owl.model.ontology.impl.AOWLResource.getURI()
227210uma.pfc.jxml2owl.model.ontology.impl.AOWLResource.getPrefix()
228210uma.pfc.jxml2owl.model.ontology.impl.AOWLResource.getName()
229210uma.pfc.jxml2owl.model.ontology.impl.AOWLResource.setURI(String)
230210uma.pfc.jxml2owl.model.ontology.impl.AOWLResource.setPrefix(String)
231210uma.pfc.jxml2owl.model.ontology.impl.AOWLResource.toString()
232211uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.OWLClassImpl(String)
233410uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.addProperty(OWLProperty,int,int)
234410uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.removeProperty(OWLProperty)
235210uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.hasProperty(OWLProperty)
236530uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.getMinCardinality(OWLProperty)
237530uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.getMaxCardinality(OWLProperty)
238830uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.listMinRestrictionProperties()
239830uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.listMaxRestrictionProperties()
240210uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.isRootClass()
241210uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.isRootClass(boolean)
242210uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.listDirectSubClasses()
243320uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.addSubClass(OWLClass)
244410uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.listProperties()
245830uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.listDataTypeProperties()
246830uma.pfc.jxml2owl.model.ontology.impl.OWLClassImpl.listObjectProperties()
247211uma.pfc.jxml2owl.model.ontology.impl.OWLDatatypePropertyImpl.OWLDatatypePropertyImpl(String)
248210uma.pfc.jxml2owl.model.ontology.impl.OWLDatatypePropertyImpl.getRange()
249210uma.pfc.jxml2owl.model.ontology.impl.OWLDatatypePropertyImpl.setRange(String)
250111uma.pfc.jxml2owl.model.ontology.impl.OWLObjectFactory.OWLObjectFactory()
251211uma.pfc.jxml2owl.model.ontology.impl.OWLObjectFactory.createOWLOntology(URI,String)
252211uma.pfc.jxml2owl.model.ontology.impl.OWLObjectFactory.createOWLClass(String)
253211uma.pfc.jxml2owl.model.ontology.impl.OWLObjectFactory.createOWLDatatypeProperty(String)
254211uma.pfc.jxml2owl.model.ontology.impl.OWLObjectFactory.createOWLObjectProperty(String)
255211uma.pfc.jxml2owl.model.ontology.impl.OWLObjectPropertyImpl.OWLObjectPropertyImpl(String)
256210uma.pfc.jxml2owl.model.ontology.impl.OWLObjectPropertyImpl.addRange(OWLClass)
257410uma.pfc.jxml2owl.model.ontology.impl.OWLObjectPropertyImpl.listRangeClasses()
258210uma.pfc.jxml2owl.model.ontology.impl.OWLObjectPropertyImpl.hasRangeClass(OWLClass)
259311uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.OWLOntologyImpl(URI,String)
260210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.getOWLClass(String)
261210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.getOWLDatatypeProperty(String)
262210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.getOWLObjectProperty(String)
263650uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.getOWLProperty(String)
264210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.setURI(URI)
265210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.getURI()
266210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.setPrefix(String)
267210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.getPrefix()
268210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.listOWLClasses()
269510uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.listProperties()
270210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.listDatatypeProperties()
271210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.listObjectProperties()
272210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.getPrefixNSMap()
273210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.setOWLClasses(Map)
274210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.setDatatypeProperties(Map)
275210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.setObjectProperties(Map)
276210uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.setPrefixNSMap(Map)
277830uma.pfc.jxml2owl.model.ontology.impl.OWLOntologyImpl.listRootClasses()
278111uma.pfc.jxml2owl.model.xml.XMLItem.getName()
279111uma.pfc.jxml2owl.model.xml.XMLItem.getXPath()
280111uma.pfc.jxml2owl.model.xml.XMLItem.setXPath(String)
281111uma.pfc.jxml2owl.model.xml.XMLItem.isElement()
282110uma.pfc.jxml2owl.model.xml.XMLItem.getUriReference()
283110uma.pfc.jxml2owl.model.xml.XMLItem.getDataType()
284111uma.pfc.jxml2owl.model.xml.XMLItem.toString()
285111uma.pfc.jxml2owl.model.xml.XMLTree.getXMLFilePath()
286111uma.pfc.jxml2owl.model.xml.XMLTree.setXMLFilePath(String)
287111uma.pfc.jxml2owl.model.xml.XMLTree.getRoot()
288111uma.pfc.jxml2owl.model.xml.XMLTree.getXMLItemByPath(String)
289111uma.pfc.jxml2owl.model.xml.XMLTree.getTreeMap()
290511uma.pfc.jxml2owl.model.xml.impl.XMLItemImpl.XMLItemImpl(String,String)
291510uma.pfc.jxml2owl.model.xml.impl.XMLItemImpl.XMLItemImpl(String,String,String)
292210uma.pfc.jxml2owl.model.xml.impl.XMLItemImpl.getName()
293210uma.pfc.jxml2owl.model.xml.impl.XMLItemImpl.getXPath()
294210uma.pfc.jxml2owl.model.xml.impl.XMLItemImpl.setXPath(String)
295620uma.pfc.jxml2owl.model.xml.impl.XMLItemImpl.isElement()
296210uma.pfc.jxml2owl.model.xml.impl.XMLItemImpl.toString()
297210uma.pfc.jxml2owl.model.xml.impl.XMLItemImpl.getUriReference()
298210uma.pfc.jxml2owl.model.xml.impl.XMLItemImpl.getDataType()
299311uma.pfc.jxml2owl.model.xml.impl.XMLTreeImpl.XMLTreeImpl(String,XMLItem)
300210uma.pfc.jxml2owl.model.xml.impl.XMLTreeImpl.getXMLFilePath()
301210uma.pfc.jxml2owl.model.xml.impl.XMLTreeImpl.setXMLFilePath(String)
302210uma.pfc.jxml2owl.model.xml.impl.XMLTreeImpl.getRoot()
303210uma.pfc.jxml2owl.model.xml.impl.XMLTreeImpl.getXMLItemByPath(String)
304210uma.pfc.jxml2owl.model.xml.impl.XMLTreeImpl.getTreeMap()
305410uma.pfc.jxml2owl.model.xml.impl.XMLTreeImpl.XMLTreeImpl(String,TreeMap)
306531uma.pfc.jxml2owl.ontologyLoader.OWLOntologyFactory.getFactory(int)
307111uma.pfc.jxml2owl.ontologyLoader.OWLOntologyFactory.setURI(URI)
308111uma.pfc.jxml2owl.ontologyLoader.OWLOntologyFactory.setPrefix(String)
309111uma.pfc.jxml2owl.ontologyLoader.OWLOntologyFactory.parseOntology()
310111uma.pfc.jxml2owl.ontologyLoader.OWLOntologyFactory.getOntology()
311210uma.pfc.jxml2owl.ontologyLoader.ProtegeOWLFactory.setURI(URI)
312210uma.pfc.jxml2owl.ontologyLoader.ProtegeOWLFactory.setPrefix(String)
3131110uma.pfc.jxml2owl.ontologyLoader.ProtegeOWLFactory.parseOntology()
314210uma.pfc.jxml2owl.ontologyLoader.ProtegeOWLFactory.getOntology()
3151231uma.pfc.jxml2owl.ontologyLoader.ProtegeOWLFactory.createOWLClasses()
3161851uma.pfc.jxml2owl.ontologyLoader.ProtegeOWLFactory.createClassHierarchy()
3171341uma.pfc.jxml2owl.ontologyLoader.ProtegeOWLFactory.createOWLProperties()
3181531uma.pfc.jxml2owl.ontologyLoader.ProtegeOWLFactory.createDatatypeProperty(OWLNamedClass,RDFProperty,OWLClass)
3191841uma.pfc.jxml2owl.ontologyLoader.ProtegeOWLFactory.createObjectProperty(OWLNamedClass,RDFProperty,OWLClass)
320621uma.pfc.jxml2owl.ontologyLoader.ProtegeOWLFactory.createNamespaces()
321111uma.pfc.jxml2owl.util.XPathUtils.XPathUtils()
322211uma.pfc.jxml2owl.util.XPathUtils.getRelativeXPath(String)
3232381uma.pfc.jxml2owl.util.XPathUtils.getRelativeXPath(String,String)
324741uma.pfc.jxml2owl.util.XPathUtils.isAncestorOf(File,File)
3251221uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.parse()
326211uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.getXMLTree()
327210uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.setFileLocation(String)
3281561uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.processChildElements(DTDElement,String)
329621uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.processAttributes(DTDElement,String)
3301041uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.processDTDMixed(DTDItem,String)
331831uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.processDTDPcData(DTDItem,String)
332521uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.processDTDName(DTDItem,String)
333931uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.processDTDChoice(DTDItem,String)
3341451uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.processDTDSequence(DTDItem,String)
335931uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.getElement(String)
3361240uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.openFile()
3371151uma.pfc.jxml2owl.xmlTreeLoader.TreeDTDFactory.hasEqualAncestor(String,String)
338711uma.pfc.jxml2owl.xmlTreeLoader.TreeXMLFactory.parse()
339211uma.pfc.jxml2owl.xmlTreeLoader.TreeXMLFactory.getXMLTree()
340210uma.pfc.jxml2owl.xmlTreeLoader.TreeXMLFactory.setFileLocation(String)
341511uma.pfc.jxml2owl.xmlTreeLoader.TreeXMLFactory.openFile()
3421021uma.pfc.jxml2owl.xmlTreeLoader.TreeXMLFactory.processXMLElement(Element,XMLItem)
343421uma.pfc.jxml2owl.xmlTreeLoader.TreeXMLFactory.processXMLChilds(Element,XMLItem)
344731uma.pfc.jxml2owl.xmlTreeLoader.TreeXMLFactory.processXMLAttributes(Element,XMLItem)
345211uma.pfc.jxml2owl.xmlTreeLoader.TreeXMLFactory.alreadyAdded(String)
346410uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory.XMLNode.XMLNode(String,String,String)
347210uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory.XMLNode.getName()
348210uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory.XMLNode.getXPath()
349210uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory.XMLNode.setXPath(String)
350210uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory.XMLNode.getDataType()
351211uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory.getXMLTree()
3523381uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory.parse()
353210uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory.setFileLocation(String)
3541131uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory.processXSDElements(XSSchema)
35528101uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory.processXSDComplexType(XSElementDecl,XMLNode)
3561031uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory.setRootNode()
357851uma.pfc.jxml2owl.xmlTreeLoader.TreeXSDFactory.hasEqualAncestor(XMLNode,String)
358831uma.pfc.jxml2owl.xmlTreeLoader.XMLTreeFactory.AlphabeticalOrder.compare(Object,Object)
3591241uma.pfc.jxml2owl.xmlTreeLoader.XMLTreeFactory.getFactory(String)
360621uma.pfc.jxml2owl.xmlTreeLoader.XMLTreeFactory.getExtension(String)
361111uma.pfc.jxml2owl.xmlTreeLoader.XMLTreeFactory.parse()
362111uma.pfc.jxml2owl.xmlTreeLoader.XMLTreeFactory.getXMLTree()
363111uma.pfc.jxml2owl.xmlTreeLoader.XMLTreeFactory.setFileLocation(String)
364531uma.pfc.jxml2owl.xslt.XSLTCreator.getXSLTCreator(MappingProject,int)
365111uma.pfc.jxml2owl.xslt.XSLTCreator.createXSLT()
366111uma.pfc.jxml2owl.xslt.XSLTCreator.getDocument()
3671411uma.pfc.jxml2owl.xslt.XSLTCreator.saveXSLT(String)
3681210uma.pfc.jxml2owl.xslt.XSLTCreator.getXSLTAsString()
369211uma.pfc.jxml2owl.xslt.XSLTCreatorSpecID.XSLTCreatorSpecID(MappingProject)
3701420uma.pfc.jxml2owl.xslt.XSLTCreatorSpecID.createXSLT()
3711620uma.pfc.jxml2owl.xslt.XSLTCreatorSpecID.createXSLRootElement()
3722230uma.pfc.jxml2owl.xslt.XSLTCreatorSpecID.createOWLHeader(Element)
373201240uma.pfc.jxml2owl.xslt.XSLTCreatorSpecID.createOWLInstances(Element)
374210uma.pfc.jxml2owl.xslt.XSLTCreatorSpecID.getDocument()
Average Function NCSS:4.70
Average Function CCN:1.76
Average Function Javadocs:0.56
Program NCSS:2,187.00