|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasAssociations
Nested Class Summary | |
---|---|
static class |
HasAssociations.Associations_list
Inner list class for holding multiple entries for attribute associations. |
Method Summary | |
---|---|
void |
addToAssociations(int position,
OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to Associations_list |
void |
addToAssociations(OntologyEntry ontologyEntry)
Method to add OntologyEntry to Associations_list |
HasAssociations.Associations_list |
getAssociations()
Get method for associations |
OntologyEntry |
getFromAssociations(int position)
Method to get OntologyEntry from Associations_list |
void |
removeElementAtFromAssociations(int position)
Method to remove by position from Associations_list |
void |
removeFromAssociations(OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from Associations_list |
void |
setAssociations(HasAssociations.Associations_list associations)
Set method for associations |
Method Detail |
---|
void setAssociations(HasAssociations.Associations_list associations)
value
- to setHasAssociations.Associations_list getAssociations()
void addToAssociations(OntologyEntry ontologyEntry)
void addToAssociations(int position, OntologyEntry ontologyEntry)
OntologyEntry getFromAssociations(int position)
void removeElementAtFromAssociations(int position)
void removeFromAssociations(OntologyEntry ontologyEntry)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |