| Package | Description |
|---|---|
| org.coode.patterns |
| Modifier and Type | Method and Description |
|---|---|
PatternModel |
PatternModelFactory.createPatternModel(OPPLScript opplScript) |
PatternModel |
AbstractPatternModelFactory.createPatternModel(OPPLScript opplScript)
Builds a PatternModel instance starting from the input opplScript
|
PatternModel |
AbstractPatternModelFactory.createPatternModel(String name,
List<Variable<?>> variables,
List<org.semanticweb.owlapi.model.OWLAxiomChange> actions,
Variable<?> returnClause,
String rendering,
ConstraintSystem constraintSystem)
Creates a PatternModel using the input (name, variables, actions, return
value, rendering, and constraint system) returnClause can be
null
variables and actions must be non empty Lists |
| Constructor and Description |
|---|
PatternModel(OPPLScript opplScript,
org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager,
AbstractPatternModelFactory f) |
Copyright © 2015 The University of Manchester. All Rights Reserved.