Class Relationship

java.lang.Object
de.swa.mmfg.extension.smmfg.Relationship

public class Relationship
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int TYPE_CHILD  
    static int TYPE_SEMANTIC  
    static int TYPE_SPACIAL  
    static int TYPE_TECHNICAL  
  • Constructor Summary

    Constructors 
    Constructor Description
    Relationship​(Node n1, Node n2, int type)  
  • Method Summary

    Modifier and Type Method Description
    Node getSource()  
    Node getTarget()  
    int getType()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait