Class ModelNode
- java.lang.Object
-
- de.uni_marburg.mdo_over.model.modelgraph.ModelGraphElement
-
- de.uni_marburg.mdo_over.model.modelgraph.ModelNode
-
public class ModelNode extends ModelGraphElement
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<ModelEdge>
getIncomingEdges()
Returns the incoming edges of this node.Set<ModelEdge>
getOutgoingEdges()
Returns the outgoing edges of this node.-
Methods inherited from class de.uni_marburg.mdo_over.model.modelgraph.ModelGraphElement
addAttribute, clearAttributes, getAttributes, getName, getReferencedObject, removeAttribute, setName, setReferencedObject
-
-
-
-
Constructor Detail
-
ModelNode
public ModelNode()
-
ModelNode
public ModelNode(ModelNode toCopy)
Creates a copy of this node carrying the same name and referencing the sameEObject
. Incoming and outgoing edges referenced by this node will not be copied!- Parameters:
toCopy
- the node to be copied
-
-