Package com.ben12.reta.model
Class GraphData.Link
java.lang.Object
com.ben12.reta.model.GraphData.Link
- Enclosing class:
GraphData
-
Constructor Summary
ConstructorsConstructorDescriptionLink
(String pLine, InputRequirementSource pSource1, RequirementImpl pReq1, InputRequirementSource pSource2, RequirementImpl pReq2) -
Method Summary
-
Constructor Details
-
Link
public Link(String pLine, InputRequirementSource pSource1, RequirementImpl pReq1, InputRequirementSource pSource2, RequirementImpl pReq2)
-
-
Method Details
-
getLine
- Returns:
- the line
-
getSource1
- Returns:
- the source1
-
getReq1
- Returns:
- the req1
-
getSource2
- Returns:
- the source2
-
getReq2
- Returns:
- the req2
-