Package | Description |
---|---|
fi.tut.mei.capabilityQueryLib.model |
Modifier and Type | Method and Description |
---|---|
ProcessTaxonomy |
Capability.getImplements()
Get the process taxonomy that this capability implements if any.
|
ProcessTaxonomy |
ProcessTaxonomy.getParent()
Get the parent of this process taxonomy.
|
ProcessTaxonomy |
ProcessTaxonomyModel.getProcessTaxonomyByName(String name)
Get a process taxonomy by name.
|
Modifier and Type | Method and Description |
---|---|
Collection<ProcessTaxonomy> |
ProcessTaxonomyModel.getAll()
Get all process taxonomies.
|
Set<ProcessTaxonomy> |
ProcessTaxonomy.getChildren()
Get the child process taxonomies.
|
Set<ProcessTaxonomy> |
ProcessTaxonomyModel.getHighestLevelProcessTaxonomies()
Get the highest level process taxonomies i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessTaxonomy.addChild(ProcessTaxonomy child)
Add a new child process taxonomy.
|
int |
ProcessTaxonomy.compareTo(ProcessTaxonomy taxonomy)
Compares based on name.
|
void |
Capability.setImplements(ProcessTaxonomy process)
Set a process taxonomy that this capability implements.
|
Copyright © 2017. All rights reserved.