public abstract class SchemaCall extends Expression
Constructor and Description |
---|
SchemaCall() |
Modifier and Type | Method and Description |
---|---|
SchemaCall |
getLastElement() |
String |
getNameInSbvr() |
SchemaCall |
getNextElement() |
Variable |
getVariableContext() |
boolean |
hasNextElement() |
boolean |
hasVariableContext() |
void |
setNameInSbvr(String nameInSbvr) |
void |
setNextElement(SchemaCall nextElement)
Sets the nextElement.
|
void |
setVariableContext(Variable variableContext)
Sets the variable context.
|
String |
toString()
Returns a string that starts with the nameInSbvr of this SchemaCall,
followed by the toString() representation of the nextElement if it exists
(separated by a '.').
|
String |
toStringWithoutVariablePrefix() |
public String getNameInSbvr()
public void setNameInSbvr(String nameInSbvr)
nameInSbvr
- the nameInSbvr to setpublic Variable getVariableContext()
public void setVariableContext(Variable variableContext)
variableContext
- the variableContext to setpublic SchemaCall getNextElement()
public void setNextElement(SchemaCall nextElement)
nextElement
- the nextElement to setpublic String toString()
toString
in class Expression
de.interactive_instruments.antlr.ShapeChangeAntlr.SBVR.FOL.Expression#toString()
public boolean hasVariableContext()
public boolean hasNextElement()
public SchemaCall getLastElement()
public String toStringWithoutVariablePrefix()
Copyright © 2018. All rights reserved.