|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Id | |
---|---|
salsa.corpora.elements | |
salsa.corpora.processing |
Uses of Id in salsa.corpora.elements |
---|
Methods in salsa.corpora.elements that return Id | |
---|---|
Id |
Variable.getId()
Returns the Id (value of the 'idref' attribute). |
Id |
Uspitem.getId()
Returns the Id . |
Id |
Terminal.getId()
Returns the Id . |
Id |
Target.getId()
Returns the Id of this Target . |
Id |
Splitword.getId()
Returns the Id (from the 'idref' attribute). |
Id |
Sentence.getId()
Returns the Id . |
Id |
Secedge.getId()
Returns the Id (from the 'idref' attribute). |
Id |
Part.getId()
Returns the Id . |
Id |
Nonterminal.getId()
Returns the Id . |
Id |
FrameElement.getId()
Returns the Id of this FrameElement . |
Id |
Frame.getId()
Returns the Id . |
Id |
Edge.getId()
Returns the Id (from the 'idref' XML attribute) of this
Edge . |
Id |
Fenode.getIdref()
Returns the Id (from the 'idref' attribute). |
Id |
Graph.getRoot()
Returns the value of 'root'. |
Methods in salsa.corpora.elements with parameters of type Id | |
---|---|
void |
Variable.setId(Id id)
Sets the Id (value of the 'idref' attribute). |
void |
Uspitem.setId(Id id)
Sets the Id . |
void |
Terminal.setId(Id id)
Sets the Id . |
void |
Target.setId(Id id)
Sets the Id of this target. |
void |
Splitword.setId(Id id)
Sets the Id (from the 'idref' attribute). |
void |
Sentence.setId(Id id)
Sets the Id . |
void |
Secedge.setId(Id id)
Sets the Id (from the 'idref' attribute). |
void |
Part.setId(Id id)
Sets the Id . |
void |
Nonterminal.setId(Id id)
Sets the Id . |
void |
FrameElement.setId(Id id)
Sets the Id of this FrameElement . |
void |
Frame.setId(Id id)
Sets the Id . |
void |
Fenode.setIdref(Id idref)
Sets the Id (from the 'idref' attribute). |
void |
Graph.setRoot(Id root)
Sets the value of 'root'. |
Constructors in salsa.corpora.elements with parameters of type Id | |
---|---|
Edge(Id idref,
java.lang.String label)
Default constructor that takes an Id (from the 'idref' XML
attribute) and the label as arguments. |
|
Fenode(Id idref)
Constructor that takes only the Id (from the 'idref' attribute)
as an argument. |
|
Fenode(Id idref,
java.lang.String is_split)
Default constructor that takes the Id (from the 'idref' attribute)
and is_split as arguments. |
|
Frame(java.lang.String name,
Id id)
This constructor is used for frames in the 'body' section. |
|
FrameElement(Id id,
java.lang.String name)
Default constructor that takes the Id and the name of the
FrameElement as arguments. |
|
FrameElement(Id id,
java.lang.String name,
java.lang.String usp)
Constructor that takes the Id , the name and the 'usp'
value of the FrameElement as arguments. |
|
Graph(Id root)
Default constructor that takes the value of 'root' as an argument. |
|
Nonterminal(java.lang.String cat,
Id id)
Default constructor that takes the values of 'cat' and 'id' as arguments. |
|
Part(java.lang.String word,
Id id)
Default constructor that takes the values of the 'word' and 'id' attributes as arguments. |
|
Secedge(Id id,
java.lang.String label)
Constructor that takes the Id (from the 'idref' attribute)
and the label as arguments. |
|
Sentence(Id id)
Default constructor that takes the sentence 'id' as an argument. |
|
Splitword(Id id)
Default constructor that takes the Id (from the 'idref' attribute)
as an argument. |
|
Terminal(Id id,
java.lang.String lemma,
java.lang.String morph,
java.lang.String pos,
java.lang.String word)
Default constructor that takes the following arguments: The Id , the value of 'lemma', 'morph', 'pos' and 'word'. |
|
Uspitem(Id id)
Default constructor that takes the Id (from the 'idref'
attribute) as an argument. |
|
Variable(java.lang.String name,
Id id)
Default constructor that takes the value of the 'name' attribute and the Id (value of the 'idref' attribute) as arguments. |
Uses of Id in salsa.corpora.processing |
---|
Methods in salsa.corpora.processing that return types with arguments of type Id | |
---|---|
java.util.ArrayList<Id> |
CorpusProcessor.getAllIds()
Returns a list of all values of 'id' and 'idref' attributes that are represented as an Id in the Corpus . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |