|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemsConnected | |
---|---|
com.apelon.dts.client.association | This package provides capability to work with associations between concepts, terms, or a concept and a term. |
Uses of ItemsConnected in com.apelon.dts.client.association |
---|
Fields in com.apelon.dts.client.association declared as ItemsConnected | |
---|---|
static ItemsConnected |
ItemsConnected.CONCEPT_WITH_SYNONYMOUS_TERM
|
static ItemsConnected |
ItemsConnected.CONCEPTS
|
static ItemsConnected |
ItemsConnected.TERMS
|
Methods in com.apelon.dts.client.association that return ItemsConnected | |
---|---|
ItemsConnected |
AssociationType.getItemsConnected()
Gets the type of items associated by this association. |
Methods in com.apelon.dts.client.association with parameters of type ItemsConnected | |
---|---|
void |
AssociationType.setItemsConnected(ItemsConnected newItemsConnected)
Sets the type of items associated by the association. |
Constructors in com.apelon.dts.client.association with parameters of type ItemsConnected | |
---|---|
AssociationType(String name,
int namespaceId,
ItemsConnected itemsConnected,
Purpose purpose,
String inverseName)
Constructs a new AssociationType with specified name,
namespace, type of items associated, and purpose: the id and code will be
generated by the server when this AssociationType is added. |
|
AssociationType(String name,
int id,
String code,
int namespaceId,
ItemsConnected itemsConnected,
Purpose purpose,
String inverseName)
Constructs a new AssociationType with specified name, ID, code, namespace, type of items associated, and purpose. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |