|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectneuroml.network.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the neuroml.network 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 | |
---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: neuroml.network |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public PerCellConnection createPerCellConnection()
PerCellConnection
public PopulationLocation createPopulationLocation()
PopulationLocation
public SynapticLocation createSynapticLocation()
SynapticLocation
public GridArrangement.Spacing createGridArrangementSpacing()
GridArrangement.Spacing
public PotentialSynapticLocation createPotentialSynapticLocation()
PotentialSynapticLocation
public RandomArrangement createRandomArrangement()
RandomArrangement
public CellInstance createCellInstance()
CellInstance
public Connections createConnections()
Connections
public Populations createPopulations()
Populations
public ConnectivityPattern.FixedProbability createConnectivityPatternFixedProbability()
ConnectivityPattern.FixedProbability
public SynapseProperties createSynapseProperties()
SynapseProperties
public GridArrangement createGridArrangement()
GridArrangement
public ConnectivityPattern createConnectivityPattern()
ConnectivityPattern
public Projection createProjection()
Projection
public Projections createProjections()
Projections
public Instances createInstances()
Instances
public NetworkML createNetworkML()
NetworkML
public Connection createConnection()
Connection
public SynapseInternalProperties createSynapseInternalProperties()
SynapseInternalProperties
public Population createPopulation()
Population
public ConnectivityPattern.AllToAll createConnectivityPatternAllToAll()
ConnectivityPattern.AllToAll
public javax.xml.bind.JAXBElement<java.lang.String> createConnectionGroup(java.lang.String value)
JAXBElement
<
String
>
}
public javax.xml.bind.JAXBElement<Properties> createConnectionProperties(Properties value)
JAXBElement
<
Properties
>
}
public Connection.InternalProperties createConnectionInternalProperties(SynapseInternalProperties value)
Connection.InternalProperties
}
public javax.xml.bind.JAXBElement<SynapticLocation> createConnectionPost(SynapticLocation value)
JAXBElement
<
SynapticLocation
>
}
public javax.xml.bind.JAXBElement<SynapticLocation> createConnectionPre(SynapticLocation value)
JAXBElement
<
SynapticLocation
>
}
public javax.xml.bind.JAXBElement<java.lang.String> createConnectionNotes(java.lang.String value)
JAXBElement
<
String
>
}
public javax.xml.bind.JAXBElement<Annotation> createConnectionAnnotation(Annotation value)
JAXBElement
<
Annotation
>
}
public javax.xml.bind.JAXBElement<NetworkML> createNetworkml(NetworkML value)
JAXBElement
<
NetworkML
>
}
public javax.xml.bind.JAXBElement<java.lang.String> createPotentialSynapticLocationGroup(java.lang.String value)
JAXBElement
<
String
>
}
public javax.xml.bind.JAXBElement<Properties> createPotentialSynapticLocationProperties(Properties value)
JAXBElement
<
Properties
>
}
public javax.xml.bind.JAXBElement<SynapseDirection> createPotentialSynapticLocationSynapseDirection(SynapseDirection value)
JAXBElement
<
SynapseDirection
>
}
public javax.xml.bind.JAXBElement<java.lang.String> createPotentialSynapticLocationSynapseType(java.lang.String value)
JAXBElement
<
String
>
}
public javax.xml.bind.JAXBElement<Annotation> createPotentialSynapticLocationAnnotation(Annotation value)
JAXBElement
<
Annotation
>
}
public javax.xml.bind.JAXBElement<java.lang.String> createPotentialSynapticLocationNotes(java.lang.String value)
JAXBElement
<
String
>
}
public PotentialSynapticLocation.AllowedGroups createPotentialSynapticLocationAllowedGroups(java.lang.String value)
PotentialSynapticLocation.AllowedGroups
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |