|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImpactAnalysisProcessorInterface
This interface is used to describe the depencencies of public objects.
Field Summary | |
---|---|
static java.lang.String |
NAME
Interface name. |
static int |
TYPE_CONSUMES_DATA_FROM
Relationship type used for all objects that consume (or use) this object |
static int |
TYPE_CONSUMES_SERVICES_FROM
What objects does this object consume services from? |
static int |
TYPE_PROVIDES_DATA_FOR
Relationship type used for all objects that are consumed by (or used by) this object |
static int |
TYPE_PROVIDES_SERVICES_FOR
What objects does this object provide services for? |
Method Summary | |
---|---|
java.util.List |
getRelatedObjects(int relationshipType)
Returns a list of related objects for this object. |
Field Detail |
---|
static final java.lang.String NAME
static final int TYPE_CONSUMES_DATA_FROM
static final int TYPE_PROVIDES_DATA_FOR
static final int TYPE_CONSUMES_SERVICES_FROM
static final int TYPE_PROVIDES_SERVICES_FOR
Method Detail |
---|
java.util.List getRelatedObjects(int relationshipType) throws ServiceException, java.rmi.RemoteException
relationshipType
.
relationshipType
- The type of relationship to search for. Values include:
ServiceException
java.rmi.RemoteException
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |