|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
ucot.model.object | Objects used by analyzemodel. |
Uses of Attribute in ucot.model.object |
---|
Fields in ucot.model.object with type parameters of type Attribute | |
---|---|
private java.util.Map<java.lang.String,Attribute> |
Entity.attributes
Maps attribute names and attributes. |
Methods in ucot.model.object that return Attribute | |
---|---|
Attribute |
Entity.getAttribute(java.lang.String name)
Returns attribute called name. |
Methods in ucot.model.object that return types with arguments of type Attribute | |
---|---|
java.util.Set<Attribute> |
Entity.getAttributes()
Returns all the attributes. |
Methods in ucot.model.object with parameters of type Attribute | |
---|---|
void |
Entity.addAttribute(Attribute attribute)
Adds attribute. |
void |
Entity.addAttribute(java.lang.String name,
Attribute attribute)
Adds attribute for this entity |
void |
Entity.removeAttribute(Attribute toBeRemoved)
Removes given attribute. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |