Package de.swa.mmfg
Class SynonymInformation
java.lang.Object
de.swa.mmfg.SynonymInformation
public class SynonymInformation
extends java.lang.Object
data type to represent synonym information
-
Constructor Summary
Constructors Constructor Description SynonymInformation()SynonymInformation(int type, Node n) -
Method Summary
Modifier and Type Method Description NodegetRelatedObject()intgetType()voidsetRelatedObject(Node relatedObject)voidsetType(int type)
-
Constructor Details
-
SynonymInformation
public SynonymInformation() -
SynonymInformation
-
-
Method Details
-
getType
public int getType() -
setType
public void setType(int type) -
getRelatedObject
-
setRelatedObject
-