neuroml.morph
Class FreePoints

java.lang.Object
  extended by neuroml.meta.Points
      extended by neuroml.morph.FreePoints

public class FreePoints
extends Points

A set of varicosities or synaptic connections.

Java class for FreePoints complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FreePoints">
   <complexContent>
     <extension base="{http://morphml.org/metadata/schema}Points">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class neuroml.meta.Points
name, point
 
Constructor Summary
FreePoints()
           
 
Method Summary
 
Methods inherited from class neuroml.meta.Points
getName, getPoint, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreePoints

public FreePoints()


NeuroML API (v1.4)