|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumbc.ebiquity.BayesOWL.commonDefine.ExNode
public class ExNode
ExNode.java is built for OWL2BN translation use.
For translating OWL into BN, a tag of node
(must be one of these:
COMPLEMENT, DISJOINT, EQUIVALENT, INTERSECTION, UNION.)
is needed for CPT constructing use.
See paper:
BayesOWL: Uncertainty Modeling in Semantic Web Ontologies
Zhongli Ding, Yun Peng, Rong Pan
Nested Class Summary | |
---|---|
static class |
ExNode.TAG
|
Constructor Summary | |
---|---|
ExNode(java.lang.String name,
ExNode.TAG tag)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Get Node Name. |
ExNode.TAG |
getNodeTag()
Get Node Tag. |
void |
setName(java.lang.String name)
Set node name. |
void |
setTag(ExNode.TAG tag)
Set node tag. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExNode(java.lang.String name, ExNode.TAG tag)
tag
- Node Tag
norsys.netica.NeticaException
Method Detail |
---|
public void setName(java.lang.String name)
name
- public void setTag(ExNode.TAG tag)
tag
- public java.lang.String getName()
public ExNode.TAG getNodeTag()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |