| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.component |
IND2UCE component interfaces and classes.
|
| de.fraunhofer.iese.ind2uce.api.component.description |
Description of IND2UCE component capabilities, i.e., their interfaces.
|
| de.fraunhofer.iese.ind2uce.api.component.interfaces |
IND2UCE component interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
List<MethodInterfaceDescription> |
Component.getComponentInterfaces()
Gets the a description of the methods provided by the
Component. |
| Modifier and Type | Method and Description |
|---|---|
void |
Component.setComponentInterfaces(List<MethodInterfaceDescription> componentInterface)
Sets the a description of the methods provided by the
Component. |
| Constructor and Description |
|---|
Component(ComponentId id,
List<URI> urls,
MethodInterfaceDescription... componentInterface)
|
| Constructor and Description |
|---|
Component(ComponentId id,
List<URI> urls,
List<MethodInterfaceDescription> componentInterfaces)
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModifierInterfaceDescription
Describes a Modifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
IPolicyManagementPoint.lookupPip(EnforcementScopeId scope,
boolean includeInterface,
MethodInterfaceDescription query)
Returns the list of PIPs in the database.
|
List<Component> |
IPolicyRetrievalPoint.lookupPip(MethodInterfaceDescription query)
Returns the list of PIPs in the database.
|
List<Component> |
IPolicyManagementPoint.lookupPxp(EnforcementScopeId scope,
boolean includeInterface,
MethodInterfaceDescription query)
Returns the list of PXPs in the database.
|
List<Component> |
IPolicyRetrievalPoint.lookupPxp(MethodInterfaceDescription query)
Returns the list of PXPs in the database.
|
Copyright © 2018. All rights reserved.