Package org.neuroml1.model.channel
Class ObjectFactory
java.lang.Object
org.neuroml1.model.channel.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.neuroml1.model.channel 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.channel -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofBlock
Create an instance ofBlockingSynapse
createChannelml
(ChannelML value) Create an instance ofChannelML
Create an instance ofChannelType
Create an instance ofClosedState
Create an instance ofConcDependence
Create an instance ofConcFactor
Create an instance ofCurrentVoltageRelation
Create an instance ofDecayingPoolModel
Create an instance ofDeprecatedAkdEquation
Create an instance ofDeprecatedGenericEquation
Create an instance ofDeprecatedHHGate
Create an instance ofDeprecatedIon
Create an instance ofDeprecatedKSGate
Create an instance ofDeprecatedKSState
Create an instance ofDeprecatedOhmic
Create an instance ofDeprecatedOhmic.Conductance
Create an instance ofDeprecatedParameter
Create an instance ofDeprecatedRateConstantEqn
Create an instance ofDeprecatedRateConstantEqnChoice
Create an instance ofDeprecatedRateConstVoltConcDep
Create an instance ofDeprecatedTransition
Create an instance ofDeprecatedVoltageConcGate
Create an instance ofDeprecatedVoltageGate
Create an instance ofDoubleExponentialSynapse
Create an instance ofElectricalSynapse
Create an instance ofFacDep
Create an instance ofFacDepSynapse
Create an instance ofFixedPoolInfo
Create an instance ofGate
Create an instance ofGate.State
Create an instance ofGatingComplex
Create an instance ofImplementationPrefs
Create an instance ofImplementationPrefs.TableSettings
Create an instance ofInitialisation
Create an instance ofIntegrateAndFire
Create an instance ofIonConcentration
Create an instance ofIonSpecies
Create an instance ofMultiDecaySynapse
Create an instance ofOffset
Create an instance ofOpenState
Create an instance ofParameter
Create an instance ofParameters
Create an instance ofPoolVolumeInfo
Create an instance ofQ10Settings
Create an instance ofRateAdjustments
Create an instance ofStdpDep
Create an instance ofStdpSynapse
Create an instance ofSteadyState
Create an instance ofSynapseType
Create an instance ofTimeCourse
Create an instance ofTransition
-
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.channel
-
-
Method Details
-
createGate
Create an instance ofGate
-
createImplementationPrefs
Create an instance ofImplementationPrefs
-
createDeprecatedOhmic
Create an instance ofDeprecatedOhmic
-
createChannelML
Create an instance ofChannelML
-
createParameters
Create an instance ofParameters
-
createParameter
Create an instance ofParameter
-
createChannelType
Create an instance ofChannelType
-
createSynapseType
Create an instance ofSynapseType
-
createElectricalSynapse
Create an instance ofElectricalSynapse
-
createDoubleExponentialSynapse
Create an instance ofDoubleExponentialSynapse
-
createBlockingSynapse
Create an instance ofBlockingSynapse
-
createBlock
Create an instance ofBlock
-
createMultiDecaySynapse
Create an instance ofMultiDecaySynapse
-
createFacDepSynapse
Create an instance ofFacDepSynapse
-
createStdpSynapse
Create an instance ofStdpSynapse
-
createFacDep
Create an instance ofFacDep
-
createStdpDep
Create an instance ofStdpDep
-
createCurrentVoltageRelation
Create an instance ofCurrentVoltageRelation
-
createIntegrateAndFire
Create an instance ofIntegrateAndFire
-
createRateAdjustments
Create an instance ofRateAdjustments
-
createOffset
Create an instance ofOffset
-
createQ10Settings
Create an instance ofQ10Settings
-
createDeprecatedIon
Create an instance ofDeprecatedIon
-
createGatingComplex
Create an instance ofGatingComplex
-
createClosedState
Create an instance ofClosedState
-
createOpenState
Create an instance ofOpenState
-
createDeprecatedHHGate
Create an instance ofDeprecatedHHGate
-
createDeprecatedKSGate
Create an instance ofDeprecatedKSGate
-
createDeprecatedKSState
Create an instance ofDeprecatedKSState
-
createTransition
Create an instance ofTransition
-
createTimeCourse
Create an instance ofTimeCourse
-
createSteadyState
Create an instance ofSteadyState
-
createDeprecatedTransition
Create an instance ofDeprecatedTransition
-
createInitialisation
Create an instance ofInitialisation
-
createDeprecatedVoltageGate
Create an instance ofDeprecatedVoltageGate
-
createDeprecatedVoltageConcGate
Create an instance ofDeprecatedVoltageConcGate
-
createConcFactor
Create an instance ofConcFactor
-
createConcDependence
Create an instance ofConcDependence
-
createDeprecatedRateConstantEqnChoice
Create an instance ofDeprecatedRateConstantEqnChoice
-
createDeprecatedRateConstVoltConcDep
Create an instance ofDeprecatedRateConstVoltConcDep
-
createDeprecatedRateConstantEqn
Create an instance ofDeprecatedRateConstantEqn
-
createDeprecatedAkdEquation
Create an instance ofDeprecatedAkdEquation
-
createDeprecatedGenericEquation
Create an instance ofDeprecatedGenericEquation
-
createIonConcentration
Create an instance ofIonConcentration
-
createIonSpecies
Create an instance ofIonSpecies
-
createDecayingPoolModel
Create an instance ofDecayingPoolModel
-
createPoolVolumeInfo
Create an instance ofPoolVolumeInfo
-
createFixedPoolInfo
Create an instance ofFixedPoolInfo
-
createDeprecatedParameter
Create an instance ofDeprecatedParameter
-
createGateState
Create an instance ofGate.State
-
createImplementationPrefsTableSettings
Create an instance ofImplementationPrefs.TableSettings
-
createDeprecatedOhmicConductance
Create an instance ofDeprecatedOhmic.Conductance
-
createChannelml
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ChannelML
>
-