Package openllet.core.tableau.cache
Class CachedOutEdge
- java.lang.Object
-
- openllet.core.tableau.cache.CachedEdge
-
- openllet.core.tableau.cache.CachedOutEdge
-
- All Implemented Interfaces:
Edge
public class CachedOutEdge extends CachedEdge
Description: Represents a cached outgoing edge.
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
- Author:
- Evren Sirin
-
-
Constructor Summary
Constructors Constructor Description CachedOutEdge(Edge edge)CachedOutEdge(Role role, openllet.aterm.ATermAppl to, DependencySet ds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description openllet.aterm.ATermApplgetToName()-
Methods inherited from class openllet.core.tableau.cache.CachedEdge
getDepends, getFrom, getFromName, getNeighbor, getRole, getTo, setDepends, toString
-
-
-
-
Constructor Detail
-
CachedOutEdge
public CachedOutEdge(Edge edge)
-
CachedOutEdge
public CachedOutEdge(Role role, openllet.aterm.ATermAppl to, DependencySet ds)
-
-
Method Detail
-
getToName
public openllet.aterm.ATermAppl getToName()
- Specified by:
getToNamein interfaceEdge- Overrides:
getToNamein classCachedEdge- Returns:
- Returns the name of the target node
-
-