org.semanticweb.HermiT.model
Class DescriptionGraph.Edge
java.lang.Object
org.semanticweb.HermiT.model.DescriptionGraph.Edge
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DescriptionGraph
public static class DescriptionGraph.Edge
- extends Object
- implements Serializable
- See Also:
- Serialized Form
m_atomicRole
protected final AtomicRole m_atomicRole
m_fromVertex
protected final int m_fromVertex
m_toVertex
protected final int m_toVertex
DescriptionGraph.Edge
public DescriptionGraph.Edge(AtomicRole atomicRole,
int fromVertex,
int toVertex)
getAtomicRole
public AtomicRole getAtomicRole()
getFromVertex
public int getFromVertex()
getToVertex
public int getToVertex()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object that)
- Overrides:
equals
in class Object
Copyright © 2012. All Rights Reserved.