- Individual - Class in Writer
-
This class store the information about individuals (instances), and uses them
to generate the appropriate RDF syntax
- Individual(String, String, String) - Constructor for class Writer.Individual
-
CONSTRUCTOR : Initiate a new individual
- initGeneration(long) - Method in class onthology.TClass
-
Function used to reset variables, and determine the number of instances
to generate for this specific concept
- instanceGeneratorProcedure(File, File, long, long, boolean, int) - Method in class Controler.Ontology
-
Launch the Generation of the instances, by taking into account the
different parameters.
- isARange() - Method in class onthology.TClass
-
GETTER : isARange
- isExplored() - Method in class onthology.TClass
-
GETTER : explored
- isTopClass() - Method in class onthology.TClass
-
Determines if this class comes in the top of the graph or no