|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Attributed
Interface for entities, which can holds attributes.
| Method Summary | |
|---|---|
Term |
getAttribute(String name)
get attribute with name name . |
Map<String,Term> |
getAttributes()
return map, where keys are attribute names, value - values of attributes. |
void |
setAttribute(String name,
Term value)
set attribute with name name and value value . |
| Method Detail |
|---|
void setAttribute(String name,
Term value)
name and value value .
If value is NIL, then attribute is erased from set.
Term getAttribute(String name)
name .
When such attribute does not exists -- return NIL.
Map<String,Term> getAttributes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||