| Package | Description |
|---|---|
| org.coode.patterns |
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentIndexOutOfBoundsException |
class |
EmptyActionListException |
class |
EmptyVariableListException |
class |
IncompatibleArgumentException |
class |
InvalidNumebrOfArgumentException |
class |
NonClassAssignablePatternException |
class |
NonFunctionalPatternException |
class |
NonResovableArgumentsException |
class |
PatternReferenceNotFoundException |
class |
UnsuitableOPPLScriptException |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PatternReference.checkCompatibility(List<Object>... args) |
org.semanticweb.owlapi.model.OWLObject |
PatternOPPLScript.getDefinitorialPortion(Collection<? extends BindingNode> bindingNodes,
RuntimeExceptionHandler runtimeExceptionHandler) |
org.semanticweb.owlapi.model.OWLObject |
PatternModel.getDefinitorialPortion(Collection<? extends BindingNode> bindingNodes,
RuntimeExceptionHandler runtimeExceptionHandler) |
org.semanticweb.owlapi.model.OWLObject |
InstantiatedPatternModel.getDefinitorialPortion(Collection<? extends BindingNode> bindingNodes,
RuntimeExceptionHandler reh) |
InstantiatedPatternModel |
PatternReference.getInstantiation(RuntimeExceptionHandler handler) |
Variable<?> |
PatternSignature.getIthVariable(int i) |
VariableType<?> |
PatternSignature.getIthVariableType(int i) |
List<org.semanticweb.owlapi.model.OWLObject> |
PatternReference.getResolution() |
protected void |
PatternReference.init(List<Object>... args) |
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) |
| Constructor and Description |
|---|
PatternReference(String patternName,
PatternConstraintSystem constraintSystem,
Collection<? extends String> visitedPatterns,
ErrorListener errorListener,
List<Object>... args) |
PatternReference(String patternName,
PatternConstraintSystem constraintSystem,
ErrorListener errorListener,
List<Object>... args) |
PatternSignature(String name,
org.semanticweb.owlapi.model.OWLOntologyManager ontologyManger,
AbstractPatternModelFactory factory) |
Copyright © 2015 The University of Manchester. All Rights Reserved.