|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.uniroma2.art.coda.projectionrule.IfElseStruct
public class IfElseStruct
| Constructor Summary | |
|---|---|
IfElseStruct(java.lang.String condType,
java.lang.String value,
boolean isValueAUimaTypeAndFeat,
PlaceholderStruct condAlias,
java.lang.String condOper,
java.lang.String condValue)
|
|
| Method Summary | |
|---|---|
PlaceholderStruct |
getCondAlias()
Get the Alias of the condition |
java.lang.String |
getCondOper()
Get the boolean operator of the condition |
java.lang.String |
getCondType()
Get the type of the condition |
java.lang.String |
getCondValue()
Get the value (uimaTypeAndFeat or URI) of the condition |
java.lang.String |
getOntoResUri()
Get the uri of the resource of the ontology. |
java.lang.String |
getUimaTypeAndFeat()
Get the uimaTypeTypeAndFeat. |
boolean |
isElse()
Check if the type is "Else" |
boolean |
isUimaTypeAndFeatSet()
Check if the value is a uimaTypeAndFeat |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IfElseStruct(java.lang.String condType,
java.lang.String value,
boolean isValueAUimaTypeAndFeat,
PlaceholderStruct condAlias,
java.lang.String condOper,
java.lang.String condValue)
condType - the conditional type ("if", "else if" or "else")value - the uimaTypeAndFeat or the uri of resource in the ontologyisValueAUimaTypeAndFeat - true if the value is a uimaTypeAndFeat, false for a uri of a resource of an ontologycondAlias - the alias of the condition or null for the "else" typecondOper - the operator of the condition or null for the "else" typecondValue - the value of the condition or null for the "else" type| Method Detail |
|---|
public java.lang.String getCondType()
public boolean isUimaTypeAndFeatSet()
public java.lang.String getUimaTypeAndFeat()
isUimaTypeAndFeatSet() returns true
public java.lang.String getOntoResUri()
isUimaTypeAndFeatSet() returns false
public PlaceholderStruct getCondAlias()
public java.lang.String getCondOper()
public boolean isElse()
public java.lang.String getCondValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||