Package | Description |
---|---|
ever.workflowRepresentation |
Modifier and Type | Class and Description |
---|---|
class |
SimpleFacet
This class is used to represent additional information.
|
Modifier and Type | Method and Description |
---|---|
Facet |
SimpleProduct.getNextFacet()
Returns the next facet of the product
|
abstract Facet |
Product.getNextFacet()
Get next facet of the product
|
Facet |
Task.getNextFacet()
Returns a facet of the task and deletes it.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Facet> |
Task.getAllFacets()
Returns all facets
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleProduct.addFacet(Facet f)
Adds a facet to the product
|
abstract void |
Product.addFacet(Facet f)
Add a new facet to a product.
|
void |
Task.addFacet(Facet fac)
Adds new facets to the task.
|