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