public class StatementInfoImpl extends Object implements StatementInfo
Constructor and Description |
---|
StatementInfoImpl() |
StatementInfoImpl(Statement statement) |
StatementInfoImpl(Statement statement,
NodeInfo subjectRepresentation,
NodeInfo predicateRepresentation,
NodeInfo objectRepresentation) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getComment() |
Date |
getCreationDate() |
Date |
getModificationDate() |
Node |
getObject() |
NodeInfo |
getObjectInfo() |
Resource |
getPredicate() |
NodeInfo |
getPredicateInfo() |
Statement |
getStatement() |
Subject |
getSubject() |
NodeInfo |
getSubjectInfo() |
boolean |
isIncoming() |
boolean |
isOutgoing() |
void |
setIncoming(boolean incoming) |
void |
setOutgoing(boolean outgoing) |
public StatementInfoImpl()
public StatementInfoImpl(Statement statement)
public StatementInfoImpl(Statement statement, NodeInfo subjectRepresentation, NodeInfo predicateRepresentation, NodeInfo objectRepresentation)
public boolean isIncoming()
isIncoming
in interface StatementInfo
public boolean isOutgoing()
isOutgoing
in interface StatementInfo
public void setIncoming(boolean incoming)
setIncoming
in interface StatementInfo
public void setOutgoing(boolean outgoing)
setOutgoing
in interface StatementInfo
public Statement getStatement()
getStatement
in interface StatementInfo
public Subject getSubject()
getSubject
in interface StatementInfo
public NodeInfo getSubjectInfo()
getSubjectInfo
in interface StatementInfo
public Resource getPredicate()
getPredicate
in interface StatementInfo
public NodeInfo getPredicateInfo()
getPredicateInfo
in interface StatementInfo
public Node getObject()
getObject
in interface StatementInfo
public NodeInfo getObjectInfo()
getObjectInfo
in interface StatementInfo
public String getComment()
getComment
in interface StatementInfo
public Date getCreationDate()
getCreationDate
in interface StatementInfo
public Date getModificationDate()
getModificationDate
in interface StatementInfo
public String getAuthor()
getAuthor
in interface StatementInfo
Copyright © 2018 Nuxeo. All rights reserved.