|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnectec.semantic.web.knowledge.application.framework.mapping.Mapping
public class Mapping
Contains the methods for mapping module. Note: Directory names represent the name of classes in the ontology used.
Constructor Summary | |
---|---|
Mapping(String root)
Constructor method. |
Method Summary | |
---|---|
void |
concatData(boolean inferenceOut)
Simply just to concatenate 'data.xml' from Instances into one file and named it 'concat_data.xml' located under 'Mapping/Output'. |
ArrayList<String> |
getAllMapingProfiles()
Get all mapping profile directories in 'Mapping Config' each of which represents a respective class name in the ontology used. |
void |
runMappingAndUpdatingProcess()
Update all data involved as provided in the 'Mapping Config' directory. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mapping(String root)
root
- Location of the mapping data directory on the system.Method Detail |
---|
public void runMappingAndUpdatingProcess()
public void concatData(boolean inferenceOut)
inferenceOut
- Whether user wants inferences written to the file or not.public ArrayList<String> getAllMapingProfiles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |