| Package | Description |
|---|---|
| won.utils.goals |
| Modifier and Type | Method and Description |
|---|---|
GoalInstantiationResult |
GoalInstantiationProducer.findInstantiationForGoal(org.apache.jena.rdf.model.Resource goal)
Create a goal instantiation result from the attempt to instantiate one goal with data of two needs using all
the need data, the conversation data and the shapes data of the goal.
|
static GoalInstantiationResult |
GoalInstantiationProducer.findInstantiationForGoalInDataset(org.apache.jena.query.Dataset need,
org.apache.jena.rdf.model.Resource goal,
org.apache.jena.rdf.model.Model model)
Create a goal instantiation result from the attempt to instantiate one goal with data given in the dataset
The data is extracted and validated against the shacl shape of the goal.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<GoalInstantiationResult> |
GoalInstantiationProducer.createAllGoalCombinationInstantiationResults()
create all possible goal instantiations between two needs.
|
java.util.Collection<GoalInstantiationResult> |
GoalInstantiationProducer.createAllGoalInstantiationResults()
create all possible goal instantiations between two needs.
|
java.util.Collection<GoalInstantiationResult> |
GoalInstantiationProducer.createGoalInstantiationResultsForNeed1() |
java.util.Collection<GoalInstantiationResult> |
GoalInstantiationProducer.createGoalInstantiationResultsForNeed2() |
Copyright © 2018. All Rights Reserved.