| Package | Description |
|---|---|
| org.coode.patterns |
| Modifier and Type | Class and Description |
|---|---|
class |
InstantiatedPatternModel |
class |
PatternModel |
| Modifier and Type | Method and Description |
|---|---|
PatternOPPLScript |
PatternExtractor.visit(org.semanticweb.owlapi.model.OWLAnnotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
Set<PatternOPPLScript> |
PatternModel.getDependingPatterns(Set<org.semanticweb.owlapi.model.OWLOntology> ontologies,
ErrorListener errorListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatternOPPLScript.addDependency(PatternOPPLScript script)
Adds a dependency from this Script to towards the input one
|
void |
PatternModel.addDependency(PatternOPPLScript dependency) |
void |
InstantiatedPatternModel.addDependency(PatternOPPLScript script) |
boolean |
PatternOPPLScript.dependsOn(PatternOPPLScript aPatternOPPLScript) |
boolean |
PatternModel.dependsOn(PatternOPPLScript patternModel) |
boolean |
InstantiatedPatternModel.dependsOn(PatternOPPLScript patternOPPLScript) |
| Modifier and Type | Method and Description |
|---|---|
String |
PatternConstraintSystem.resolvePattern(String patternName,
Set<String> visitedPatterns,
List<PatternOPPLScript> dependencies,
ErrorListener errorListener,
List<Object>... args) |
InstantiatedPatternModel |
PatternConstraintSystem.resolvePatternInstantiation(String patternName,
Set<String> visitedPatterns,
List<PatternOPPLScript> dependencies,
ErrorListener errorListener,
List<String>... args) |
Copyright © 2015 The University of Manchester. All Rights Reserved.