Package org.neuroml.model
Class InputW
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.BaseNonNegativeIntegerId
org.neuroml.model.Input
org.neuroml.model.InputW
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Specifies input lists. Can set **weight** to scale individual inputs.
\n
:param weight:
:type weight: none
Java class for InputW complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputW"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Input"> <attribute name="weight" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.neuroml.model.Input
destination, fractionAlong, segmentId, target
Fields inherited from class org.neuroml.model.BaseNonNegativeIntegerId
id
-
Constructor Summary
-
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) float
Gets the value of the weight property.void
setWeight
(float value) Sets the value of the weight property.toString()
Methods inherited from class org.neuroml.model.Input
getDestination, getFractionAlong, getSegmentId, getTarget, setDestination, setFractionAlong, setSegmentId, setTarget
Methods inherited from class org.neuroml.model.BaseNonNegativeIntegerId
getId, setId
-
Field Details
-
weight
protected float weight
-
-
Constructor Details
-
InputW
public InputW()
-
-
Method Details
-
getWeight
public float getWeight()Gets the value of the weight property. -
setWeight
public void setWeight(float value) Sets the value of the weight property. -
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classInput
-