org.mindswap.pellet.tableau.cache
Class CachedInEdge

java.lang.Object
  extended by org.mindswap.pellet.tableau.cache.CachedEdge
      extended by org.mindswap.pellet.tableau.cache.CachedInEdge
All Implemented Interfaces:
Edge

public class CachedInEdge
extends CachedEdge

Title:

Description: Represents a cached incoming edge.

Copyright: Copyright (c) 2008

Company: Clark & Parsia, LLC.

Author:
Evren Sirin

Constructor Summary
CachedInEdge(Edge edge)
           
CachedInEdge(Role role, aterm.ATermAppl from, DependencySet ds)
           
 
Method Summary
 aterm.ATermAppl getFromName()
          
 
Methods inherited from class org.mindswap.pellet.tableau.cache.CachedEdge
getDepends, getFrom, getNeighbor, getRole, getTo, getToName, setDepends, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CachedInEdge

public CachedInEdge(Edge edge)

CachedInEdge

public CachedInEdge(Role role,
                    aterm.ATermAppl from,
                    DependencySet ds)
Method Detail

getFromName

public aterm.ATermAppl getFromName()

Specified by:
getFromName in interface Edge
Overrides:
getFromName in class CachedEdge
Returns:
Returns the name of the source node


Copyright © 2004 Evren Sirin. All Rights Reserved.