public class ConnectionPoints
extends java.lang.Object
Constructor and Description |
---|
ConnectionPoints()
when the constructor is called without tuples than we have notValid connectionPoints
|
ConnectionPoints(Tupel inside,
Tupel outside)
when the constructor is called with two tuples than we have Valid connectionPoints
|
Modifier and Type | Method and Description |
---|---|
boolean |
areValid() |
Tupel |
getInnerPoint() |
Tupel |
getOuterPoint() |
Tupel[] |
getTupels() |
java.util.List<Tupel> |
getTupelsAsList() |
public ConnectionPoints()
public boolean areValid()
public Tupel getInnerPoint()
public Tupel getOuterPoint()
public Tupel[] getTupels()
public java.util.List<Tupel> getTupelsAsList()