org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.data
Class RelationEdge

java.lang.Object
  extended by org.gcube.contentmanagement.lexicalmatcher.analysis.guesser.data.RelationEdge

public class RelationEdge
extends Object


Constructor Summary
RelationEdge(String name, String from, String to)
           
 
Method Summary
 String getCategoryFrom()
           
 String getCategoryTo()
           
 String getFrom()
           
 String getName()
           
 String getTo()
           
 BigInteger getWeigth()
           
static void main(String[] args)
           
 void setCategoryFrom(String categoryFrom)
           
 void setCategoryTo(String categoryTo)
           
 void setName(String name)
           
 void setWeigth(BigInteger Weight)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RelationEdge

public RelationEdge(String name,
                    String from,
                    String to)
Method Detail

main

public static void main(String[] args)
Parameters:
args -

getWeigth

public BigInteger getWeigth()

setWeigth

public void setWeigth(BigInteger Weight)

getTo

public String getTo()

getFrom

public String getFrom()

getName

public String getName()

setName

public void setName(String name)

toString

public String toString()
Overrides:
toString in class Object

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.