org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph
Class RelationEdge
java.lang.Object
org.jgrapht.graph.DefaultEdge
org.jgrapht.graph.DefaultWeightedEdge
org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.treeStructure.graph.RelationEdge
- All Implemented Interfaces:
- Serializable, Cloneable
public class RelationEdge
- extends org.jgrapht.graph.DefaultWeightedEdge
- See Also:
- Serialized Form
Methods inherited from class org.jgrapht.graph.DefaultWeightedEdge |
getWeight |
Methods inherited from class org.jgrapht.graph.DefaultEdge |
getSource, getTarget |
RelationEdge
public RelationEdge(String name,
long from,
long to)
main
public static void main(String[] args)
- Parameters:
args
-
getWeigth
public BigInteger getWeigth()
setWeigth
public void setWeigth(BigInteger Weight)
getTo
public long getTo()
getFrom
public long getFrom()
getName
public String getName()
setName
public void setName(String name)
toString
public String toString()
- Overrides:
toString
in class org.jgrapht.graph.DefaultEdge
setCategoryFrom
public void setCategoryFrom(String categoryFrom)
getCategoryFrom
public String getCategoryFrom()
setCategoryTo
public void setCategoryTo(String categoryTo)
getCategoryTo
public String getCategoryTo()
Copyright © 2013. All Rights Reserved.