public class OWLShuntNode extends Object
OWLShuntGraph
and OWLShuntEdge
.Modifier and Type | Field and Description |
---|---|
String |
id |
String |
lbl |
Map<String,Object> |
meta |
String |
type |
Constructor and Description |
---|
OWLShuntNode(OWLGraphWrapper g,
org.semanticweb.owlapi.model.OWLObject o) |
OWLShuntNode(String id) |
OWLShuntNode(String id,
String label) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId() |
String |
getLabel() |
Map<String,Object> |
getMetadata() |
String |
getType() |
int |
hashCode() |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setMetadata(Map<String,Object> metadata) |
void |
setType(String type) |
public OWLShuntNode(String id)
id
- public OWLShuntNode(OWLGraphWrapper g, org.semanticweb.owlapi.model.OWLObject o)
g
- o
- public String getId()
public void setId(String id)
id
- the id to setpublic String getType()
public void setType(String type)
type
- the type to setpublic String getLabel()
public void setLabel(String label)
label
- the label to setpublic void setMetadata(Map<String,Object> metadata)
metadata
- the metadata to setCopyright © 2010–2015. All rights reserved.