|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstarlink.AutomataElements.Translationlogic
public class Translationlogic
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{}assignment"/> <element ref="{}operation"/> </choice> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Assignment |
assignment
|
protected Operation |
operation
|
Constructor Summary | |
---|---|
Translationlogic()
|
Method Summary | |
---|---|
Assignment |
getAssignment()
Gets the value of the assignment property. |
Operation |
getOperation()
Gets the value of the operation property. |
void |
setAssignment(Assignment value)
Sets the value of the assignment property. |
void |
setOperation(Operation value)
Sets the value of the operation property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Assignment assignment
protected Operation operation
Constructor Detail |
---|
public Translationlogic()
Method Detail |
---|
public Assignment getAssignment()
Assignment
public void setAssignment(Assignment value)
value
- allowed object is
Assignment
public Operation getOperation()
Operation
public void setOperation(Operation value)
value
- allowed object is
Operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |