public class Case
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Case() |
Modifier and Type | Method and Description |
---|---|
void |
addSentence(Sentence sen)
Appends a sentence to the sentence list
|
void |
addXmlString(java.lang.String in)
Replaces the xml string of the input file
|
boolean |
equals(java.lang.Object obj) |
int |
getFirstIndexForSentence(Sentence s)
Gets the index of a workflow element of a sentence in sequence.
|
int |
getId() |
java.lang.String |
getName()
Returns name
|
int |
getPipeId() |
int |
getPipeStep() |
java.util.ArrayList<Sentence> |
getSentences()
Returns a list with all sentences
|
Workflow |
getWf()
Returns the workflow structure
|
java.lang.String |
getXmlString()
Returns the whole xml file as string
|
int |
hashCode() |
void |
setId(int id) |
void |
setName(java.lang.String n) |
void |
setPipeId(int pipeId) |
void |
setPipeStep(int pipeStep) |
void |
setWf(Workflow wf) |
public void setId(int id)
public int getId()
public int getPipeId()
public void setPipeId(int pipeId)
public int getPipeStep()
public void setPipeStep(int pipeStep)
public void setName(java.lang.String n)
public java.lang.String getXmlString()
public void addSentence(Sentence sen)
sen
- public void addXmlString(java.lang.String in)
in
- public java.util.ArrayList<Sentence> getSentences()
public Workflow getWf()
public void setWf(Workflow wf)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getName()
public int getFirstIndexForSentence(Sentence s)
s
-