public interface Named extends XReferrable
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Modifier and Type | Method and Description |
|---|---|
void |
addName(String name)
This method adds the given value to the name set.
|
String |
getDisplayName()
An abbreviated name for this entity, preferably a name that is short enough to be used in a
visualization application to label a graphical element that represents this entity.
|
Set<String> |
getName()
Names for this entity, including standardName and shortName if defined.
|
String |
getStandardName()
The preferred full name for this entity, if exists assigned by a standard nomenclature
organization such as HUGO Gene Nomenclature Committee.
|
void |
removeName(String name)
This method removes the given value from the name set.
|
void |
setDisplayName(String displayName)
An abbreviated name for this entity, preferably a name that is short enough to be used in a
visualization application to label a graphical element that represents this entity.
|
void |
setName(Set<String> names)
This method is reserved for batch operations and should not be used for normal use.
|
void |
setStandardName(String standardName)
The preferred full name for this entity, if exists assigned by a standard nomenclature
organization such as HUGO Gene Nomenclature Committee.
|
addXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentSet<String> getName()
addName(java.lang.String) and removeName(java.lang.String) is recommended.void setName(Set<String> names)
names - new names to set (or replace all existing ones)void addName(String name)
name - a new name to be addedvoid removeName(String name)
name - a new name to be removedString getDisplayName()
void setDisplayName(String displayName)
displayName - new display name (preferably a short one)String getStandardName()
void setStandardName(String standardName)
standardName - standard name for this entityCopyright © 2016 BioPAX. All rights reserved.