|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamedEntity
Именованная сущность. Полное имя состоит из названия (URI) онтологии, знака '#' и короткого имени. Например, если полное имя http://teacode.com/meta#Manifest то короткое имя Manifest
Field Summary |
---|
Fields inherited from interface org.meta2project.model.AnnotatedEntity |
---|
CASCADE, CASCADE_DELETE_VALUE, COMMENT, MAX_CARD, MIN_CARD, MODEL_URI, TITLE |
Method Summary | |
---|---|
void |
delete()
Delete the entity. |
java.lang.String |
getFullName()
Get the full name of the entity. |
java.lang.String |
getName()
Get the short name of the entity |
Ontology |
getOntology()
Get the entity's ontology |
void |
setName(java.lang.String name)
Set short name |
Methods inherited from interface org.meta2project.model.AnnotatedEntity |
---|
getAnnotation, getAnnotationNames, putAnnotation |
Method Detail |
---|
Ontology getOntology()
java.lang.String getName()
void setName(java.lang.String name)
name
- new short namejava.lang.String getFullName()
void delete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |