Package cz.cvut.kbss.ontodriver.model
Class AxiomImpl<T>
java.lang.Object
cz.cvut.kbss.ontodriver.model.AxiomImpl<T>
- All Implemented Interfaces:
Axiom<T>
-
Constructor Details
-
AxiomImpl
-
-
Method Details
-
getSubject
Description copied from interface:AxiomGets the subject of this axiom.- Specified by:
getSubjectin interfaceAxiom<T>- Returns:
- Subject named resource
-
getAssertion
Description copied from interface:AxiomGets the assertion of this axiom.- Specified by:
getAssertionin interfaceAxiom<T>- Returns:
- Assertion named resource
-
getValue
Description copied from interface:AxiomGets the value of this axiom. -
equals
-
hashCode
public int hashCode() -
toString
-