MCPcopy Create free account

hub / github.com/NinePts/OntoGraph / functions

Functions500 in github.com/NinePts/OntoGraph

↓ 1 callersMethodprocessIndividualGraph
Create an instance/individual graph (individuals and their types) in GraphML. @param requestModel GraphRequestModel @param ontologyPrefix String th
src/main/java/graph/graphmloutputs/IndividualsGraphCreation.java:67
↓ 1 callersMethodprocessIndividualLabel
Builds a single string label containing the instance name and the types in UML format ("instanceName : typeName1, typeName2 ...") @param instance Ind
src/main/java/graph/graphmloutputs/UMLGraphCreation.java:552
↓ 1 callersMethodprocessPropertyGraph
Create a property graph (property name, domains, ranges, etc.) in GraphML. @param requestModel GraphRequestModel with property visualization details
src/main/java/graph/graphmloutputs/PropertiesGraphCreation.java:65
↓ 1 callersMethodprocessRDFContainer
Parses the components of a structured RDF datatype value, taking the rdf:value into account (if it exists) and any other predicated information @para
src/main/java/graph/GraphDBAccess.java:1427
↓ 1 callersMethodprocessUMLClassGraph
Create a UML graph (class hierarchy, data properties as attributes and object properties as associations) in GraphML. @param requestModel GraphReque
src/main/java/graph/graphmloutputs/UMLGraphCreation.java:71
↓ 1 callersMethodprocessUMLIndividualGraph
Creates a UML instance graph containing all individuals, their attributes with values, and the relationships between individuals in GraphML. @param
src/main/java/graph/graphmloutputs/UMLGraphCreation.java:189
↓ 1 callersMethodprocessVOWLClass
Sets the node VOWL visualization details for a class. @param nodeDetails NodeDetailsModel @param ontologyPrefix String @param label String
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:1104
↓ 1 callersMethodprocessVOWLDatatype
Sets the node VOWL visualization details for a datatype with the specified label. @param nodeDetails NodeDetailsModel @param label String
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:1125
↓ 1 callersMethodprocessVOWLStandardClass
Sets the node VOWL visualization details for owl:Thing/Nothing or rdfs:Class/Resource. @param nodeDetails NodeDetailsModel @param nodeName String
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:1147
↓ 1 callersMethodprocessValuesFrom
Provides the details for a some/allValuesFrom note. @param requestModel GraphRequestModel @param edgeDetails EdgeDetailsModel with info such as sou
src/main/java/graph/graphmloutputs/GraphMLUtils.java:1122
↓ 1 callersFunctionq
()
src/main/resources/static/lib/js/bootstrap.min.js:6
↓ 1 callersFunctionqb
(a,b,c)
src/main/resources/static/lib/js/jquery.min.js:4
↓ 1 callersMethodreadControlEdgesFile
Reads an ontology's expected edge details from a file. @param visualization String @param fileName String @return List<NodeTestDetailsModel> @throw
src/test/java/graph/TestUtils.java:634
↓ 1 callersMethodreadControlNodesFile
Reads an ontology's expected node details from a file. @param visualization String @param fileName String @return List<NodeTestDetailsModel> @throw
src/test/java/graph/TestUtils.java:672
↓ 1 callersMethodreadFile
Reads a file and returns the contents as a string. @param path String (absolute or relative) @throws IOException
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:1077
↓ 1 callersMethodremoveDuplicates
Removes any duplicate node or edge declarations from the GraphML string. @param graphML String @return currGraphML String with the duplicates remove
src/main/java/graph/GraphController.java:873
↓ 1 callersMethodremoveDupsFromRelationMap
Removes duplicates from the equivalentsDisjointsOneOfs relation map. Duplicates occur when an ontology defines equivalencies or disjoints in both dire
src/main/java/graph/GraphDBAccess.java:1582
↓ 1 callersFunctionsetBtnBorder
()
src/main/resources/static/lib/js/jscolor.js:1588
↓ 1 callersFunctionsetClassCustomization
()
src/main/resources/static/js/main.js:299
↓ 1 callersFunctionsetDefaultsAndDisplayPage
()
src/main/resources/static/js/main.js:305
↓ 1 callersFunctionsetIndividualCustomization
()
src/main/resources/static/js/main.js:367
↓ 1 callersFunctionsetPropertyCustomization
()
src/main/resources/static/js/main.js:377
↓ 1 callersFunctionsetStdCustomization
()
src/main/resources/static/js/main.js:396
↓ 1 callersMethodsetUpGraph
Builds initial XML of a GraphML file. @return String GraphML output
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:806
↓ 1 callersMethodsortTypeNames
Sorts a list of type labels for an individual - since they may be returned in a query in any order @param instances List<IndividualModel> defining th
src/main/java/graph/GraphController.java:969
↓ 1 callersFunctionta
(a,b,c)
src/main/resources/static/lib/js/jquery.min.js:2
↓ 1 callersMethodtestForCommonProblems
Validates that the XML string does not contain the text, "null", does not duplicate any node or edge ids, and has a node for both the source and targe
src/test/java/graph/TestUtils.java:709
↓ 1 callersFunctiontryScroll
()
src/main/resources/static/lib/js/jscolor.js:187
↓ 1 callersMethodupdateMap
Updates a Map<String, String>'s value if the input parameter, key, exists; Otherwise, adds a new key-value pair @param stringMap Map<String, String>
src/main/java/graph/GraphController.java:989
↓ 1 callersMethodupdateUniqueIndividuals
Updates the set of strings defining all the unique individuals, IF the value string is truly unique. Note that a check for equality is not correct ...
src/main/java/graph/graphmloutputs/IndividualsGraphCreation.java:321
↓ 1 callersFunctionva
(a,b,c,d,e,f)
src/main/resources/static/lib/js/jquery.min.js:2
↓ 1 callersMethodvalidateCustomClassGraph
Validates the user input for a custom class graph. Checks that all required customization options are provided and that they are one of the expected v
src/main/java/graph/GraphRequestValidator.java:176
↓ 1 callersMethodvalidateCustomIndividualGraph
Validates the user input for a custom individual graph. Checks that all required customization options are provided and that they are one of the expec
src/main/java/graph/GraphRequestValidator.java:215
↓ 1 callersFunctionvalidateInput
()
src/main/resources/static/js/main.js:422
↓ 1 callersFunctionwa
(a)
src/main/resources/static/lib/js/jquery.min.js:2
↓ 1 callersFunctionwaitOnDownload
()
src/main/resources/static/js/main.js:241
↓ 1 callersMethodwriteFile
Writes a string to the specified file. This is useful to use to review/debug test output files when one or more tests fail. @param path String defin
src/test/java/graph/TestUtils.java:130
↓ 1 callersFunctionxa
(a,b)
src/main/resources/static/lib/js/jquery.min.js:2
FunctionBoxShadow
(hShadow, vShadow, blur, spread, color, inset)
src/main/resources/static/lib/js/jscolor.js:945
MethodClassesGraphCreation
()
src/main/java/graph/graphmloutputs/ClassesGraphCreation.java:40
MethodGraphMLOutputDetails
()
src/main/java/graph/graphmloutputs/GraphMLOutputDetails.java:102
MethodGraphRequestModel
(String graphTitle, String reasoning, String inputFile, String fileData, String visualization, String g
src/main/java/graph/models/GraphRequestModel.java:118
MethodGraphRequestValidator
()
src/main/java/graph/GraphRequestValidator.java:58
MethodGraphResponseModel
(@JsonProperty("graphTitle") String graphTitle, @JsonProperty("visualization") String visualization,
src/main/java/graph/models/GraphResponseModel.java:42
MethodIndividualsGraphCreation
()
src/main/java/graph/graphmloutputs/IndividualsGraphCreation.java:47
FunctionK
()
src/main/resources/static/lib/js/jquery.min.js:2
FunctionL
(n)
src/main/resources/static/lib/js/underscore-min.js:5
MethodOntoGraphException
(String strMessage)
src/main/java/graph/OntoGraphException.java:28
MethodPropertiesGraphCreation
()
src/main/java/graph/graphmloutputs/PropertiesGraphCreation.java:43
MethodTitleAndPrefixCreation
()
src/main/java/graph/graphmloutputs/TitleAndPrefixCreation.java:32
MethodUMLGraphCreation
()
src/main/java/graph/graphmloutputs/UMLGraphCreation.java:47
Functionb
()
src/main/resources/static/lib/js/pace.min.js:2
FunctionblurValue
()
src/main/resources/static/lib/js/jscolor.js:1705
Functionc
()
src/main/resources/static/lib/js/underscore-min.js:5
Functiond
()
src/main/resources/static/lib/js/underscore-min.js:5
Functionda
()
src/main/resources/static/lib/js/jquery.min.js:2
FunctiondrawFunc
(width, height, type)
src/main/resources/static/lib/js/jscolor.js:760
MethodfatalError
(SAXParseException e)
src/test/java/graph/SAXErrorHandler.java:31
Functiong
(t,e,r,n)
src/main/resources/static/lib/js/backbone-min.js:1
Functiongb
(a,b,c,d,e)
src/main/resources/static/lib/js/jquery.min.js:4
MethodgetApplicationContext
()
src/main/java/graph/AppContextUtil.java:37
Functionh
()
src/main/resources/static/lib/js/bootstrap.min.js:6
MethodhandleBadRequest
Exception handler for illegal arguments in the REST requests @param exception The details of the error that was thrown @return error message (String)
src/main/java/graph/RestExceptionHandler.java:60
MethodhandleGeneralException
Exception handler for processing-related exceptions @param exception The details of the error that was thrown @return error message (String)
src/main/java/graph/RestExceptionHandler.java:46
Methodmain
(String[] args)
src/main/java/graph/Application.java:43
Functionob
(a,b,c)
src/main/resources/static/lib/js/jquery.min.js:4
Functionp
(t,e,r,n)
src/main/resources/static/lib/js/backbone-min.js:1
Functionpa
()
src/main/resources/static/lib/js/jquery.min.js:2
Methodparams
()
src/test/java/graph/ClassAndPropertyGraphTest.java:55
Methodparams
()
src/test/java/graph/RDFGraphTest.java:52
Methodparams
()
src/test/java/graph/IndividualGraphTest.java:55
Methodparams
()
src/test/java/graph/CustomizationTest.java:55
Methodparams
()
src/test/java/graph/ClassGraphTest.java:55
Methodparams
()
src/test/java/graph/PropertyGraphTest.java:55
Functionr
(a,b)
src/main/resources/static/lib/js/jquery.min.js:2
MethodreadGraphMLFile
Reads a file's contents to a String. @param path String defining the (absolute or relative) path to the file @return String contents of the file @th
src/test/java/graph/TestUtils.java:79
MethodsetApplicationContext
(ApplicationContext context)
src/main/java/graph/AppContextUtil.java:32
MethodsetUp
()
src/test/java/graph/ClassAndPropertyGraphTest.java:64
MethodsetUp
()
src/test/java/graph/RDFGraphTest.java:62
MethodsetUp
()
src/test/java/graph/IndividualGraphTest.java:64
MethodsetUp
()
src/test/java/graph/CustomizationTest.java:90
MethodsetUp
()
src/test/java/graph/ClassGraphTest.java:64
MethodsetUp
()
src/test/java/graph/PropertyGraphTest.java:64
MethodtestAnnotationProperties
Tests an annotation property @throws Exception (IOException, OntoGraphException, SAXException)
src/test/java/graph/PropertyGraphTest.java:75
MethodtestBadOntologySuffix
Tests error handling for an ontology file with a bad suffix @throws OntoGraphException if successful
src/test/java/graph/ErrorTest.java:89
MethodtestClassesA
Tests five nodes, with multiple levels of inheritance and multiple inheritance Also, there are two namespaces for nodes, both are defined as prefixes
src/test/java/graph/ClassGraphTest.java:95
MethodtestClassesB
Same as testClassesA, but with labels @throws Exception (IOException, OntoGraphException, SAXException)
src/test/java/graph/ClassGraphTest.java:111
MethodtestClassesNoOntolNoPrefixes
Tests five nodes, with multiple levels of inheritance and multiple inheritance No ontology defined (all "external" VOWL entities) and no prefixes defi
src/test/java/graph/ClassGraphTest.java:129
MethodtestComplementUnionOf
Tests three nodes, where one is the complement of the union of the other two @throws Exception (IOException, OntoGraphException, SAXException)
src/test/java/graph/ClassGraphTest.java:145
MethodtestCustomization
Test all customization combinations @throws Exception
src/test/java/graph/CustomizationTest.java:102
MethodtestDCIndividuals
Tests individuals based on the Dublin Core @throws Exception (IOException, OntoGraphException, SAXException)
src/test/java/graph/RDFGraphTest.java:94
MethodtestDataPropertyNoDomain
Tests a datatype property with an undefined domain The range of the datatype property is two datatypes @throws Exception (IOException, OntoGraphExcep
src/test/java/graph/PropertyGraphTest.java:94
MethodtestDataPropertyNoRange
Tests a datatype property with an undefined range The domain of the datatype property is an intersection-of declaration @throws Exception (IOExceptio
src/test/java/graph/PropertyGraphTest.java:113
MethodtestDatatypeRestrictions
Tests a property with a datatype restriction @throws Exception (IOException, OntoGraphException, SAXException)
src/test/java/graph/ClassAndPropertyGraphTest.java:75
MethodtestDatatypeRestrictions
Tests a property with a datatype restriction (which only is relevant for a UML class/property diagram) @throws Exception (IOException, OntoGraphExcept
src/test/java/graph/ClassGraphTest.java:161
MethodtestDatatypeRestrictions
Tests a datatype property defined with a standard domain and a range that is a datatype restriction @throws Exception (IOException, OntoGraphExceptio
src/test/java/graph/PropertyGraphTest.java:132
MethodtestDisjoint
Tests two nodes, which are disjoint with each other @throws Exception (IOException, OntoGraphException, SAXException)
src/test/java/graph/ClassGraphTest.java:179
MethodtestDisjointUnionOf
Tests three nodes, where one is disjoint with the union of the other two @throws Exception (IOException, OntoGraphException, SAXException)
src/test/java/graph/ClassGraphTest.java:195
MethodtestDublinCoreClasses
Tests class and datatype definitions of Dublin Core @throws Exception (IOException, OntoGraphException, SAXException)
src/test/java/graph/RDFGraphTest.java:114
MethodtestDublinCoreProperties
Tests property definitions of Dublin Core @throws Exception (IOException, OntoGraphException, SAXException)
src/test/java/graph/RDFGraphTest.java:130
← previousnext →301–400 of 500, ranked by callers