Class Edge
- java.lang.Object
-
- org.corpus_tools.graphannis.model.Edge
-
public class Edge extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ComponentgetComponent()Map<QName,String>getLabels()NodegetSource()intgetSourceID()NodegetTarget()intgetTargetID()inthashCode()
-
-
-
Method Detail
-
getSource
public Node getSource() throws GraphANNISException
- Throws:
GraphANNISException
-
getSourceID
public int getSourceID()
-
getTarget
public Node getTarget() throws GraphANNISException
- Throws:
GraphANNISException
-
getTargetID
public int getTargetID()
-
getComponent
public Component getComponent()
-
-