Package alps.java.api.parsing
Schnittstelle IParsingTreeMatcher
- Alle bekannten Implementierungsklassen:
ParsingTreeMatcher
public interface IParsingTreeMatcher
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungMap<String,
List<org.apache.commons.lang3.tuple.Pair<ITreeNode<IParseablePASSProcessModelElement>, Integer>>> loadOWLParsingStructure
(List<org.apache.jena.ontology.OntModel> owlStructureGraphs) Creates a dictionary that maps owl classes with c# classes.
-
Methodendetails
-
loadOWLParsingStructure
Map<String,List<org.apache.commons.lang3.tuple.Pair<ITreeNode<IParseablePASSProcessModelElement>, Integer>>> loadOWLParsingStructure (List<org.apache.jena.ontology.OntModel> owlStructureGraphs) Creates a dictionary that maps owl classes with c# classes. The owl classes are extracted from given class-defining owl files (i.e. the standard-pass-ont, abstract-pass-ont). The c# classes are evaluated dynamically at runtime from all classes known to this assembly.- Parameter:
owlStructureGraphs
-
-