org.mindswap.pellet.tableau.cache
Class CachedOutEdge

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

public class CachedOutEdge
extends CachedEdge

Title:

Description: Represents a cached outgoing edge.

Copyright: Copyright (c) 2008

Company: Clark & Parsia, LLC.

Author:
Evren Sirin

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

Constructor Detail

CachedOutEdge

public CachedOutEdge(Edge edge)

CachedOutEdge

public CachedOutEdge(Role role,
                     aterm.ATermAppl to,
                     DependencySet ds)
Method Detail

getToName

public aterm.ATermAppl getToName()

Specified by:
getToName in interface Edge
Overrides:
getToName in class CachedEdge
Returns:
Returns the name of the target node


Copyright © 2004 Evren Sirin. All Rights Reserved.