public class Link extends Object
Link(Argument from, Argument to, LinkType linkType)
Argument
getFrom()
LinkType
getLinkType()
getTo()
boolean
isBipolar()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Link(Argument from, Argument to, LinkType linkType)
from
to
linkType
public Argument getFrom()
public Argument getTo()
public LinkType getLinkType()
public boolean isBipolar()
public String toString()
toString
Object