Index
A B C D E F G H I K L M N O P R S T W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- genAnnotationAssertion(String, String) - Method in class OWL2generator.SharedUtils
-
Declaring property annotation assertion
- genClasses(ArrayList<WriteClassStructure.ClassEntity>) - Method in class OWL2generator.WriteClassStructure
- genDisjunctClasses(ArrayList<WriteClassStructure.ClassEntity>) - Method in class OWL2generator.WriteClassStructure
- GENERATE_HEADER - Static variable in class OWL2generator.SharedUtils
-
Some methods generate OWL-fragments, and for testing purposes it can be useful to display their parameters as XML-comments
- generateOWL2ontology(String[]) - Method in class OWL2generator.OWL2_Generator
-
The method controls the sequence of the ontology generation.
- genIndividual(String, String, String) - Method in class OWL2generator.SharedUtils
-
Generate OWL class individual: consists of three steps:
1) declaring the individual
2) associating it to its OWL class
3) adding annotation to the individual - genIndividualAnnotationAssertion(String, String, String) - Method in class OWL2generator.SharedUtils
-
Associate assertion to an OWL class individual
- genIndividualClassAssertion(String, String) - Method in class OWL2generator.SharedUtils
-
Associate an individual to its OWL class
- genIndividualDeclaration(String) - Method in class OWL2generator.SharedUtils
-
Declares an individual
- genInverseObjProps(String, String) - Method in class OWL2generator.SharedUtils
-
Declares two object properties as inverses
- genObjPropDecl(String, String, String) - Method in class OWL2generator.SharedUtils
-
Declares object property, consists of three steps:
1) declaring the object property
2) associating it to its super object property
3) adding annotation to the object property - genObjPropDomainAndRange(String, String, String) - Method in class OWL2generator.SharedUtils
-
Associating domain- and range classes to an object property (used only if OWL classes are the domains and ranges,- currently not used)
- genSubClasses(ArrayList<WriteClassStructure.ClassEntity>) - Method in class OWL2generator.WriteClassStructure
- genSubObjProp(String, String) - Method in class OWL2generator.SharedUtils
-
Associating a sub object property to its super object property
- genTriplet(String, String, String) - Method in class OWL2generator.SharedUtils
-
Defining semantical triplet.
- getClassAnnotation(String) - Method in class OWL2generator.WriteTriplets
- getClassIdx(String) - Method in class OWL2generator.WriteTriplets
- getHdrParam(Properties, String) - Method in class OWL2generator.WriteTriplets
- getIncrementedIndividualName(String) - Method in class OWL2generator.WriteTriplets
- getIndividuals() - Method in class OWL2generator.AddClassAnnotation
- getLineParameter(String, int) - Method in class OWL2generator.WriteTriplets
- getNumOfItemsInLine(String) - Method in class OWL2generator.WriteTriplets
- getSectionContent(String) - Method in class OWL2generator.GetSectionsFromConfigFile
-
It returns with an excerpt from a text file (limited by the constructor's start, and end token), which the calling method then appends to the result list.
- getSections() - Method in class OWL2generator.GetSectionsFromConfigFile
-
Returns an excerpt from a text file (limited by the constructor's start, and end token).
- GetSectionsFromConfigFile - Class in OWL2generator
-
GetSectionsFromConfigFileclass parses a configuration file to extract sections delineated by specific start and end tokens, returning a data structure containing these sections. - GetSectionsFromConfigFile(String, String, String, String) - Constructor for class OWL2generator.GetSectionsFromConfigFile
-
It sets the class members and reads the parameter file up to the beginning of the section and then calls the method processing the section.
- getTripletSetHdr(List<String>) - Method in class OWL2generator.WriteTriplets
All Classes All Packages