venice
Class MInterface

java.lang.Object
  |
  +--venice.MElement
        |
        +--venice.MInterface

public class MInterface
extends MElement

This class is a representation for model elements in the model.

Author:
Sami Ilonen

Field Summary
private  java.util.LinkedList mOperations
           
 
Fields inherited from class venice.MElement
mId, mName, mType
 
Constructor Summary
MInterface(java.lang.String inId, java.lang.String inName, java.lang.String inType, java.util.LinkedList inOps)
          Returns the operations of this interface.
 
Method Summary
 java.util.LinkedList getOperations()
           
 java.lang.String toXML()
          Returns the XML-representation of this model element.
 
Methods inherited from class venice.MElement
getId, getName, getType
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

mOperations

private java.util.LinkedList mOperations
Constructor Detail

MInterface

public MInterface(java.lang.String inId,
                  java.lang.String inName,
                  java.lang.String inType,
                  java.util.LinkedList inOps)
Returns the operations of this interface.
Method Detail

getOperations

public java.util.LinkedList getOperations()

toXML

public java.lang.String toXML()
Description copied from class: MElement
Returns the XML-representation of this model element.
Overrides:
toXML in class MElement
Following copied from class: venice.MElement
Returns:
Returns the XML-representation of this model element.