org.biomage.tools.helpers
Class MGEDOntologyEntry
java.lang.Object
org.biomage.Common.Extendable
org.biomage.Description.Ontology.BioMaterialCharacteristic
org.biomage.Description.OntologyEntry
org.biomage.tools.helpers.MGEDOntologyEntry
- All Implemented Interfaces:
- SecuredElementItf, java.io.Serializable, HasAssociations, HasOntologyReference, HasPropertySets
- Direct Known Subclasses:
- MGEDOntologyClassEntry, MGEDOntologyPropertyEntry
public abstract class MGEDOntologyEntry
- extends OntologyEntry
- Author:
- kjellp
- See Also:
- Serialized Form
Methods inherited from class org.biomage.Description.OntologyEntry |
addToAssociations, addToAssociations, emptyMAGEobject, getAssociations, getCategory, getDescription, getFromAssociations, getModelClassName, getOntologyReference, getValue, removeElementAtFromAssociations, removeFromAssociations, setAssociations, setDescription, setOntologyReference, writeAssociations, writeAttributes, writeMAGEML |
Methods inherited from class org.biomage.Common.Extendable |
addToPropertySets, addToPropertySets, equals, getFromPropertySets, getId, getIsEditable, getPropertySets, getSecuredElementId, isEditable, removeElementAtFromPropertySets, removeFromPropertySets, setAttributes, setId, setIsEditable, setPropertySets, setSecuredElementId |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
isAssignable
protected boolean isAssignable
isAssigned
protected boolean isAssigned
assignableValues
protected java.util.ArrayList assignableValues
MGEDOntologyEntry
public MGEDOntologyEntry()
isAssignable
public boolean isAssignable()
getAssignableValues
public java.util.ArrayList getAssignableValues()
toString
public java.lang.String toString()
- Overrides:
toString
in class Extendable
isAssigned
public boolean isAssigned()
legalValue
public abstract boolean legalValue(java.lang.Object val)
assignValue
public abstract void assignValue(java.lang.Object val)
prune
public abstract void prune()
setValue
public void setValue(java.lang.String val)
- Description copied from class:
OntologyEntry
- Set method for value
- Overrides:
setValue
in class OntologyEntry
- Parameters:
val
- to set
setCategory
public void setCategory(java.lang.String cat)
- Description copied from class:
OntologyEntry
- Set method for category
- Overrides:
setCategory
in class OntologyEntry