public class segment extends Object
Modifier and Type | Field and Description |
---|---|
String |
cable |
MorphMLPoint |
distal |
String |
id |
String |
name |
String |
parent |
MorphMLProperties |
properties |
MorphMLPoint |
proximal |
Constructor and Description |
---|
segment() |
Modifier and Type | Method and Description |
---|---|
MorphMLPoint |
getDistal() |
String |
getID() |
String |
getName() |
String |
getParentID() |
MorphMLPoint |
getProximal() |
Segment |
getStochDiffSegment(HashMap<String,String> cableHM) |
public String name
public String id
public String cable
public MorphMLPoint proximal
public MorphMLPoint distal
public String parent
public MorphMLProperties properties
public String getID()
public String getParentID()
public String getName()
public MorphMLPoint getProximal()
public MorphMLPoint getDistal()
Copyright © 2016. All rights reserved.