| Package | Description |
|---|---|
| org.useware.kernel.gui.behaviour | |
| org.useware.kernel.model.behaviour | |
| org.useware.kernel.model.structure | |
| org.useware.kernel.model.structure.builder |
| Modifier and Type | Method and Description |
|---|---|
Set<Resource<ResourceType>> |
Procedure.getInputs() |
Set<Resource<ResourceType>> |
Procedure.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Procedure.doesConsume(Resource<ResourceType> resource)
Does consume if the resource and the origin (if given) matches.
|
boolean |
Procedure.doesProduce(Resource<ResourceType> resource) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Resource<ResourceType>> |
Consumer.getInputs() |
Set<Resource<ResourceType>> |
Producer.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SupportsConsumption.doesConsume(Resource<ResourceType> resource) |
boolean |
SupportsProduction.doesProduce(Resource<ResourceType> resource) |
| Modifier and Type | Method and Description |
|---|---|
Set<Resource<ResourceType>> |
InteractionUnit.getInputs() |
Set<Resource<ResourceType>> |
InteractionUnit.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InteractionUnit.doesConsume(Resource<ResourceType> event) |
boolean |
InteractionUnit.doesProduce(Resource<ResourceType> resource) |
| Modifier and Type | Method and Description |
|---|---|
Set<Resource<ResourceType>> |
ResourceConsumption.getInputs() |
Set<Resource<ResourceType>> |
ResourceProduction.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceConsumption.doesConsume(Resource<ResourceType> resource) |
boolean |
ResourceProduction.doesProduce(Resource<ResourceType> resource) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.