MCPcopy Create free account

hub / github.com/NinePts/OntoGraph / functions

Functions500 in github.com/NinePts/OntoGraph

↓ 4 callersMethodaddToObjectOrDataProperties
Checks whether a property value is a datatype or an object (a reference to an individual) value. If a datatype value, then it is added to the datatype
src/main/java/graph/GraphDBAccess.java:959
↓ 4 callersMethodcreateEdgeDetailsModelForRelationship
Create the edge-specific details for an equivalentClass or disjointWith edge. @param visualization String @param edgeType String (either "eq" or "d
src/main/java/graph/models/EdgeDetailsModel.java:82
↓ 4 callersMethodcreateEdgeDetailsModelForType
Create an instance of an EdgeDetailsModel based on the type of edge. @param requestModel GraphRequestModel @param typeOfEdge String defining either
src/main/java/graph/models/EdgeDetailsModel.java:153
↓ 4 callersMethodgetBlankNodeId
Returns a unique, user-friendly name for a blank node. @param blankNode String @return String that identifies the node as a "blank node" and adds a
src/main/java/graph/graphmloutputs/UMLGraphCreation.java:429
↓ 4 callersMethodgetRestrictions
Get the details for any owl:Restrictions or rdfs:Datatypes @param snarlTemplate SnarlTemplate with server details @param prefixes List<PrefixModel>
src/main/java/graph/GraphDBAccess.java:716
↓ 4 callersFunctioni
()
src/main/resources/static/lib/js/jquery.min.js:2
↓ 4 callersFunctionisPickerOwner
()
src/main/resources/static/lib/js/jscolor.js:1700
↓ 4 callersFunctionmb
(a,b)
src/main/resources/static/lib/js/jquery.min.js:4
↓ 4 callersFunctionn
(n)
src/main/resources/static/lib/js/underscore-min.js:5
↓ 4 callersMethodprocessURIList
Executes the processUriName over all the URIs in a list @param prefixes List of PrefixModels for namespaces @param fullNames List<String> of URIs to
src/main/java/graph/GraphDBAccess.java:1513
↓ 4 callersFunctionqa
(a)
src/main/resources/static/lib/js/jquery.min.js:2
↓ 4 callersFunctions
()
src/main/resources/static/lib/js/backbone-min.js:1
↓ 4 callersMethodsetEdgeDetails
Sets the designated values in the EdgeDetailsModel. @param edgeDetails EdgeDetailsModel @param sourceArrow String @param targetArrow String @param li
src/main/java/graph/graphmloutputs/GraphMLUtils.java:1177
↓ 4 callersFunctionua
(a,b,c,d,e)
src/main/resources/static/lib/js/jquery.min.js:2
↓ 4 callersMethodupdateErrorString
Updates the error string with the new error on a new line. If the error string is empty, the new string is returned. @param currentError (String) the
src/main/java/graph/GraphRequestValidator.java:133
↓ 4 callersFunctionw
(n)
src/main/resources/static/lib/js/underscore-min.js:5
↓ 3 callersFunctionE
(n,t,r,e,u)
src/main/resources/static/lib/js/underscore-min.js:5
↓ 3 callersFunctionF
(n)
src/main/resources/static/lib/js/underscore-min.js:5
↓ 3 callersFunctionP
(n,t)
src/main/resources/static/lib/js/underscore-min.js:5
↓ 3 callersFunctionPa
(a,b,c,d)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 3 callersFunctionQ
(a)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 3 callersFunctionUa
(a,b)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 3 callersFunctionVb
(a,b)
src/main/resources/static/lib/js/jquery.min.js:4
↓ 3 callersFunction_
(n,t)
src/main/resources/static/lib/js/underscore-min.js:5
↓ 3 callersMethodaddEnumerationIndividuals
Add enumeration details to the graph and draw edge to parent class. @param requestModel GraphRequestModel @param isClassRestriction boolean indicat
src/main/java/graph/graphmloutputs/GraphMLUtils.java:681
↓ 3 callersMethodaddNote
Add a note in GraphML format. @param visualization defining the visualization type @param noteDetails NoteDetailsModel holding the line type, heigh
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:323
↓ 3 callersMethodaddPropertyEdges
Add a property edge in graphML. @param requestModel GraphRequestModel defining visualization settings @param ontologyPrefix String @param propMode
src/main/java/graph/graphmloutputs/GraphMLUtils.java:98
↓ 3 callersMethodaddReferencedClass
Returns the GraphML output for a class that is referenced as part of blank node processing in the property diagram. @param ontologyPrefix String @pa
src/main/java/graph/graphmloutputs/GraphMLUtils.java:162
↓ 3 callersMethodaddVOWLEntity
Adds a datatype (likely rdfs:Literal), or an rdfs:Resource or owl:Thing node that is specific to a property, to support VOWL's splitting by class and
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:1020
↓ 3 callersMethodcheckForUnusedNode
Removes a particular node (either owl:Thing, rdfs:Resource or rdfs:Class) from the GraphML output if it is not needed @param currentGraphML String @
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:523
↓ 3 callersMethodcreateCustomGraphRequestModelWithDiffOntologyErrors
Creates a custom class GraphRequestModel with different ontology errors such as an invalid file suffix or invalid contents @param fileName @param o
src/test/java/graph/ErrorTest.java:770
↓ 3 callersMethodcreateNoteDetailsModel
Creates an instance of a NoteDetailsModel. @param lineType String @param height Integer @param width Integer @return NoteDetailsModel
src/main/java/graph/models/NoteDetailsModel.java:47
↓ 3 callersFunctione
(n,t)
src/main/resources/static/lib/js/underscore-min.js:5
↓ 3 callersFunctionf
(f,g,h,i,k)
src/main/resources/static/lib/js/jquery.min.js:2
↓ 3 callersFunctionga
()
src/main/resources/static/lib/js/jquery.min.js:2
↓ 3 callersMethodgetAttributeDetails
Checks for line feeds in the attribute value and determines the max length based on the text between the line feeds. The first value in the returned L
src/main/java/graph/graphmloutputs/GraphMLUtils.java:430
↓ 3 callersMethodgetPrefixedClassName
Gets the prefixed class name for the referenced entity from the List<ClassModel> @param classes List<ClassModel> holding the various names/URIs for
src/main/java/graph/graphmloutputs/GraphMLUtils.java:855
↓ 3 callersMethodhandleReferencedEquivalent
Either draw an edge to the referenced entity (if not a blank node) or continue drawing the complement, union or intersection details. @param request
src/main/java/graph/graphmloutputs/GraphMLUtils.java:1044
↓ 3 callersMethodhandleRestriction
Add a node or note which represents a restriction, then add an edge from the restriction details to the entityName. @param requestModel GraphRequest
src/main/java/graph/graphmloutputs/GraphMLUtils.java:554
↓ 3 callersMethodmodifyNodeDetailsForNodeShape
Modifies the display settings for a node, taking into account node shapes that are unique to OntoGraph (such as "smallCircle" or "none"), the length o
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:763
↓ 3 callersFunctionoa
(a)
src/main/resources/static/lib/js/jquery.min.js:2
↓ 3 callersMethodprocessComplementUnionOrIntersection
Adds an image, node or note about a complementOf, unionOf or intersectionOf definition and then adds an edge from a class to that image/node/note @pa
src/main/java/graph/graphmloutputs/GraphMLUtils.java:1087
↓ 3 callersFunctionq
(t,e)
src/main/resources/static/lib/js/backbone-min.js:1
↓ 3 callersFunctions
(a)
src/main/resources/static/lib/js/jquery.min.js:2
↓ 2 callersFunctionCa
(a,b)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 2 callersFunctionF
()
src/main/resources/static/lib/js/backbone-min.js:1
↓ 2 callersFunctionFa
(a,b)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 2 callersFunctionIa
(a,b,c)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 2 callersFunctionLa
(a,b)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 2 callersFunctionP
(a,b,c)
src/main/resources/static/lib/js/jquery.min.js:2
↓ 2 callersFunctionR
(n)
src/main/resources/static/lib/js/underscore-min.js:5
↓ 2 callersFunctionR
(a,b,d,e)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 2 callersFunctionS
(a,b,c)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 2 callersFunctionTb
(a)
src/main/resources/static/lib/js/jquery.min.js:4
↓ 2 callersFunctionUb
(a,b,c,d)
src/main/resources/static/lib/js/jquery.min.js:4
↓ 2 callersFunctionX
(a,b,c,d)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 2 callersFunctionZ
(a,b)
src/main/resources/static/lib/js/pace.min.js:2
↓ 2 callersFunction_
(t,e)
src/main/resources/static/lib/js/backbone-min.js:1
↓ 2 callersMethodaddBlankNodeSuperclasses
Adds any superclasses that are blank nodes. @param requestModel GraphRequestModel @param classes List of ClassModels @param blankNodeSuperClasses
src/main/java/graph/graphmloutputs/GraphMLUtils.java:70
↓ 2 callersMethodaddBox
Creates a GraphML grouping box with either the graph information (title, ontology URI and generation date) or prefixes and their namespaces. @param
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:160
↓ 2 callersMethodaddDatatypeRestrictions
Add any rdfs:Datatype restrictions into the GraphML output. @param requestModel GraphRequestModel @param classes List<ClassModel> with both class a
src/main/java/graph/GraphController.java:171
↓ 2 callersMethodaddImage
Add an image with a specific node/image name. @param imageName String @param imageType String indicating that either a "disjoint", "union", "inters
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:433
↓ 2 callersMethodaddOneOfs
(List<ClassModel> models, List<String> oneOfDetails, char oneOfType)
src/main/java/graph/GraphDBAccess.java:862
↓ 2 callersMethodaddProperties
Draw edges representing object properties between classes. @param requestModel GraphRequestModel defining visualization settings @param properties
src/main/java/graph/graphmloutputs/UMLGraphCreation.java:338
↓ 2 callersMethodaddSubclassOfEdges
Draw edges from a class to its superclasses. @param className String of the class name (with a prefix) @param superClasses List<String> of supercla
src/main/java/graph/graphmloutputs/GraphMLUtils.java:294
↓ 2 callersMethodaddThingOrResource
Add owl:Thing or rdfs:Resource to the current list of classes. @param classes List<ClassModel> @param umlClasses List<UMLClassModel> @param prefixes
src/main/java/graph/GraphDBAccess.java:916
↓ 2 callersMethodaddTitleAndPrefixes
Adds the GraphML for the title and prefixes boxes. @param graphTitle String @param ontologyURI String @param prefixes List<PrefixModel> @return St
src/main/java/graph/graphmloutputs/TitleAndPrefixCreation.java:45
↓ 2 callersFunctionbb
(a)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 2 callersFunctionc
()
src/main/resources/static/lib/js/bootstrap.min.js:6
↓ 2 callersFunctionca
(a,b,c)
src/main/resources/static/lib/js/jquery.min.js:2
↓ 2 callersFunctioncb
(a,b)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 2 callersMethodcheckForRDFDataAttributes
Determines if any of the RDF properties (in the input List, propDetails) have datatypes defined for their rdf:range values. If so, those properties ar
src/main/java/graph/GraphDBAccess.java:1017
↓ 2 callersMethodcreateBasicEdgeDetailsModel
Create an instance of an EdgeDetailsModel. @param visualization String @param label String @param labelBackground String @param labelColor String
src/main/java/graph/models/EdgeDetailsModel.java:61
↓ 2 callersMethodcreateIndividualPropertyLists
Creates/updates the maps containing the datatype and object properties and their values for an individual. @param snarlTemplate SnarlTemplate connec
src/main/java/graph/GraphDBAccess.java:1051
↓ 2 callersMethodcreatePropertiesGraph
Processing to get the details on datatype and object properties from an ontology, and generate the GraphML output. @param requestModel GraphRequestM
src/main/java/graph/GraphController.java:543
↓ 2 callersFunctioncreateTitleForStdCustomization
(typeOfGraph, file)
src/main/resources/static/js/main.js:151
↓ 2 callersFunctiond
(t,e,i,r,n)
src/main/resources/static/lib/js/backbone-min.js:1
↓ 2 callersFunctiondrawPicker
()
src/main/resources/static/lib/js/jscolor.js:1363
↓ 2 callersFunctioneb
(a,b,c,d,e)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 2 callersFunctionfb
(a,b,c)
src/main/resources/static/lib/js/jquery.min.js:3
↓ 2 callersFunctionfireOnce
()
src/main/resources/static/lib/js/jscolor.js:155
↓ 2 callersMethodgetAttributes
Query for any datatype attributes of the class with the IRI, classIRI @param snarlTemplate SnarlTemplate @param classIRI String @return attributes
src/main/java/graph/GraphDBAccess.java:1155
↓ 2 callersMethodgetEdgeFlagsText
Returns the text identifying if the property is asymmetric, functional, inverse functional, symmetric, reflexive, irreflexive and/or transitive. @par
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:633
↓ 2 callersMethodgetFontSize
Gets the appropriate font size for notes and edges, given the visualization type. @param visualization String @return font size as a String
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:1061
↓ 2 callersMethodgetGraphMLDetails
Gets the details for a GraphML <elementName id= ...> ... </elementName> element @param graphMLDetails String holding the defined GraphML elements ("
src/main/java/graph/graphmloutputs/PropertiesGraphCreation.java:300
↓ 2 callersMethodgetIndividuals
Get all individual, their types and property values from the loaded ontology @param reasoningType String ("reasoningTrue" or "reasoningFalse") @para
src/main/java/graph/GraphDBAccess.java:522
↓ 2 callersMethodgetOntologyURI
Get the URI for the owl:Ontology @param snarlTemplate SnarlTemplate with server details @return String holding the URI of the ontology
src/main/java/graph/GraphDBAccess.java:599
↓ 2 callersMethodgetProperties
List of all properties and their domains/ranges in the loaded ontology @param snarlTemplate SnarlTemplate with server details @param prefixes List
src/main/java/graph/GraphDBAccess.java:644
↓ 2 callersMethodgetPropertiesCollapsed
Reduce individual domain-range property edges to a set of property edges that each have a unique domain and range pair. The label for these property e
src/main/java/graph/GraphController.java:823
↓ 2 callersFunctiongetSupportedProp
(names)
src/main/resources/static/lib/js/jscolor.js:297
↓ 2 callersFunctionh
(t,e,r)
src/main/resources/static/lib/js/backbone-min.js:1
↓ 2 callersFunctionhc
()
src/main/resources/static/lib/js/jquery.min.js:4
↓ 2 callersFunctionic
()
src/main/resources/static/lib/js/jquery.min.js:4
↓ 2 callersFunctionisValidInput
(value)
src/main/resources/static/js/main.js:251
↓ 2 callersFunctionj
(n)
src/main/resources/static/lib/js/underscore-min.js:5
↓ 2 callersFunctionka
(a,b)
src/main/resources/static/lib/js/jquery.min.js:2
↓ 2 callersFunctionl
(t)
src/main/resources/static/lib/js/backbone-min.js:1
↓ 2 callersFunctionlb
()
src/main/resources/static/lib/js/jquery.min.js:4
↓ 2 callersFunctionm
(n)
src/main/resources/static/lib/js/underscore-min.js:5
↓ 2 callersFunctionmc
(a)
src/main/resources/static/lib/js/jquery.min.js:4
← previousnext →101–200 of 500, ranked by callers