public abstract class NamedImpl extends XReferrableImpl implements Named
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
NamedImpl() |
| 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 name)
The preferred full name for this entity, if exists assigned by a standard nomenclature
organization such as HUGO Gene Nomenclature Committee.
|
addXref, equivalenceCode, getXref, removeXref, setXrefaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalent, semanticallyEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getModelInterface, getUri, isEquivalentpublic String getStandardName()
NamedgetStandardName in interface Namedpublic void setStandardName(String name)
NamedsetStandardName in interface Namedname - standard name for this entitypublic String getDisplayName()
NamedgetDisplayName in interface Namedpublic void setDisplayName(String displayName)
NamedsetDisplayName in interface NameddisplayName - new display name (preferably a short one)public Set<String> getName()
NamedNamed.addName(java.lang.String) and Named.removeName(java.lang.String) is recommended.public void setName(Set<String> names)
Namedpublic void addName(String name)
Namedpublic void removeName(String name)
NamedremoveName in interface Namedname - a new name to be removedCopyright © 2018 BioPAX. All rights reserved.