Package org.neuroml.model
Class BaseCell
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.Standalone
org.neuroml.model.BaseCell
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
BaseCellMembPotCap,BasePyNNCell,Cell,FitzHughNagumo1969Cell,FitzHughNagumoCell,IafCell,IafTauCell,IzhikevichCell,PinskyRinzelCA3Cell
Base type of any cell ( e. g. point neuron like **izhikevich2007Cell** , or a morphologically detailed **Cell** with **segment** s ) which can be used in a **population**
Java class for BaseCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseCell">
<complexContent>
<extension base="{http://www.neuroml.org/schema/neuroml2}Standalone">
<attribute name="neuroLexId" type="{http://www.neuroml.org/schema/neuroml2}NeuroLexId" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.neuroml.model.Standalone
annotation, metaid, notes, property -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) Gets the value of the neuroLexId property.voidsetNeuroLexId(String value) Sets the value of the neuroLexId property.toString()Methods inherited from class org.neuroml.model.Standalone
getAnnotation, getMetaid, getNotes, getProperty, setAnnotation, setMetaid, setNotes
-
Field Details
-
neuroLexId
-
-
Constructor Details
-
BaseCell
public BaseCell()
-
-
Method Details
-
getNeuroLexId
Gets the value of the neuroLexId property.- Returns:
- possible object is
String
-
setNeuroLexId
Sets the value of the neuroLexId property.- Parameters:
value- allowed object isString
-
toString
- Overrides:
toStringin classStandalone
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classStandalone
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classStandalone
-