org.mindswap.pellet.tableau.cache
Class CachedOutEdge
java.lang.Object
org.mindswap.pellet.tableau.cache.CachedEdge
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CachedOutEdge
public CachedOutEdge(Edge edge)
CachedOutEdge
public CachedOutEdge(Role role,
aterm.ATermAppl to,
DependencySet ds)
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.