pl.edu.agh.cast.ui.outline
Class OutlineConnectionNode

java.lang.Object
  extended by pl.edu.agh.cast.ui.outline.OutlineConnectionNode

public class OutlineConnectionNode
extends Object

Outline connection node.

Author:
AGH CAST Team

Constructor Summary
OutlineConnectionNode(IRelation connection, IEntity node)
          Creates new outline connection node.
 
Method Summary
 IRelation getConnection()
           
 IEntity getNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlineConnectionNode

public OutlineConnectionNode(IRelation connection,
                             IEntity node)
Creates new outline connection node.

Parameters:
connection - relation
node - entity
Method Detail

getConnection

public IRelation getConnection()

getNode

public IEntity getNode()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.