|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrdf.query.relation.type.SubjectNodeType
public final class SubjectNodeType
An subject node type.
| Constructor Summary | |
|---|---|
SubjectNodeType()
|
|
| Method Summary | |
|---|---|
void |
accept(NodeTypeVisitor visitor)
Accept a call from a NodeTypeVisitor. |
Set<? extends NodeType> |
composedOf()
Returns the sub-types of a composite type. |
boolean |
equals(Object obj)
|
String |
getName()
Returns the name of the type. |
int |
hashCode()
|
PositionalNodeType |
upgrade(PositionalNodeType newNodeType)
Given a new node type what is the new compound node type. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubjectNodeType()
| Method Detail |
|---|
public String getName()
NodeType
getName in interface NodeTypepublic Set<? extends NodeType> composedOf()
NodeType
composedOf in interface NodeTypepublic void accept(NodeTypeVisitor visitor)
NodeType
accept in interface NodeTypevisitor - the object doing the visiting.public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic PositionalNodeType upgrade(PositionalNodeType newNodeType)
PositionalNodeType
upgrade in interface PositionalNodeTypenewNodeType - the new node type to upgrade the current node type to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||