|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.semanticweb.owlapi.model.NodeID
public abstract class NodeID
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 15-Jan-2009
Nested Class Summary | |
---|---|
static class |
NodeID.NodeIDImpl
|
Constructor Summary | |
---|---|
NodeID()
|
Method Summary | |
---|---|
abstract java.lang.String |
getID()
Gets the string representation of the node ID. |
static NodeID |
getNodeID()
Creates a NodeID with an auto-generated identified. |
static NodeID |
getNodeID(java.lang.String id)
Gets a NodeID with a specific identifier string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Constructor Detail |
---|
public NodeID()
Method Detail |
---|
public abstract java.lang.String getID()
public static NodeID getNodeID(java.lang.String id)
id
- The String that identifies the node. If the String doesn't start with "_:" then this will be
concatenated to the front of the specified id String
public static NodeID getNodeID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |