Package org.neuroml1.model.morph
Class ObjectFactory
java.lang.Object
org.neuroml1.model.morph.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.neuroml1.model.morph package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.neuroml1.model.morph -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofCable
Create an instance ofCableGroup
Create an instance ofCableGroup.Cable
Create an instance ofCell
Create an instance ofCell.Cables
Create an instance ofCell.CellBody
Create an instance ofCells
Create an instance ofCell.Segments
Create an instance ofCell.Spines
Create an instance ofFeature
Create an instance ofFreePoints
Create an instance ofInhomogeneousParam
Create an instance ofInhomogeneousParam.Distal
Create an instance ofInhomogeneousParam.Proximal
createMorphml
(Morphology value) Create an instance ofMorphology
Create an instance ofMorphology.Features
Create an instance ofMorphology.GroupDetails
Create an instance ofMorphology.PropertyDetails
Create an instance ofPath
Create an instance ofSegment
Create an instance ofSpine
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.neuroml1.model.morph
-
-
Method Details
-
createCell
Create an instance ofCell
-
createInhomogeneousParam
Create an instance ofInhomogeneousParam
-
createCableGroup
Create an instance ofCableGroup
-
createMorphology
Create an instance ofMorphology
-
createCells
Create an instance ofCells
-
createSegment
Create an instance ofSegment
-
createCable
Create an instance ofCable
-
createSpine
Create an instance ofSpine
-
createFreePoints
Create an instance ofFreePoints
-
createPath
Create an instance ofPath
-
createFeature
Create an instance ofFeature
-
createCellSegments
Create an instance ofCell.Segments
-
createCellCables
Create an instance ofCell.Cables
-
createCellCellBody
Create an instance ofCell.CellBody
-
createCellSpines
Create an instance ofCell.Spines
-
createInhomogeneousParamProximal
Create an instance ofInhomogeneousParam.Proximal
-
createInhomogeneousParamDistal
Create an instance ofInhomogeneousParam.Distal
-
createCableGroupCable
Create an instance ofCableGroup.Cable
-
createMorphologyFeatures
Create an instance ofMorphology.Features
-
createMorphologyPropertyDetails
Create an instance ofMorphology.PropertyDetails
-
createMorphologyGroupDetails
Create an instance ofMorphology.GroupDetails
-
createMorphml
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Morphology
>
-