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
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 java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
mOperations
private java.util.LinkedList mOperations
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.
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.