org.osm2world.core.map_elevation.data
public class LPVariablePair extends Object
EleConnector
s.Constructor and Description |
---|
LPVariablePair(EleConnector firstMember)
creates a variable pair for a first
EleConnector . |
Modifier and Type | Method and Description |
---|---|
void |
add(EleConnector c)
adds a connector to the set of
EleConnector s whose elevation
is represented by this LPVariablePair |
void |
addAll(LPVariablePair other)
adds all connectors from another instance to this one
|
boolean |
connectsTo(EleConnector other)
EleConnector.connectsTo(EleConnector) for this set |
List<EleConnector> |
getConnectors()
returns all connectors currently in this set.
|
VectorXYZ |
getPosXYZ()
EleConnector.getPosXYZ() for this set |
Object |
negVar()
TODO document
|
Object |
posVar()
TODO document
|
void |
setPosXYZ(VectorXYZ posXYZ)
EleConnector.setPosXYZ(VectorXYZ) for all connectors in this set |
String |
toString() |
public LPVariablePair(EleConnector firstMember)
EleConnector
.
Others may be added later.public List<EleConnector> getConnectors()
LPVariablePair
instance.public void add(EleConnector c)
EleConnector
s whose elevation
is represented by this LPVariablePair
public void addAll(LPVariablePair other)
public void setPosXYZ(VectorXYZ posXYZ)
EleConnector.setPosXYZ(VectorXYZ)
for all connectors in this setpublic VectorXYZ getPosXYZ()
EleConnector.getPosXYZ()
for this setpublic boolean connectsTo(EleConnector other)
EleConnector.connectsTo(EleConnector)
for this setpublic Object posVar()
negVar()
public Object negVar()
posVar()
public String toString()
toString
in class Object