starlink.AutomataElements
Class Translationlogic

java.lang.Object
  extended by starlink.AutomataElements.Translationlogic

public class Translationlogic
extends java.lang.Object

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

assignment

protected Assignment assignment

operation

protected Operation operation
Constructor Detail

Translationlogic

public Translationlogic()
Method Detail

getAssignment

public Assignment getAssignment()
Gets the value of the assignment property.

Returns:
possible object is Assignment

setAssignment

public void setAssignment(Assignment value)
Sets the value of the assignment property.

Parameters:
value - allowed object is Assignment

getOperation

public Operation getOperation()
Gets the value of the operation property.

Returns:
possible object is Operation

setOperation

public void setOperation(Operation value)
Sets the value of the operation property.

Parameters:
value - allowed object is Operation