@Original public abstract class AbstractNaryAxiom<I extends Expression> extends Object implements Axiom, NAryExpression<I>
| Constructor and Description |
|---|
AbstractNaryAxiom(org.semanticweb.owlapi.model.OWLAxiom ax,
Collection<Expression> v) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Collection<Expression> v)
add a vector
|
void |
add(Expression p)
add a single element to the array
|
List<I> |
getArguments()
access to members
|
TOntologyAtom |
getAtom() |
int |
getId()
get the id
|
org.semanticweb.owlapi.model.OWLAxiom |
getOWLAxiom() |
TSignature |
getSignature() |
boolean |
isEmpty() |
boolean |
isInModule() |
boolean |
isInSS()
get the value of the isSearchSpace flag
|
boolean |
isUsed()
get the value of the used flag
|
void |
setAtom(TOntologyAtom atom) |
void |
setId(int Id)
set the id
|
void |
setInModule(boolean inModule) |
void |
setInSS(boolean flag)
set the isSearchSpace flag
|
void |
setUsed(boolean Used)
set the used flag
|
int |
size() |
String |
toString() |
I |
transform(Expression arg)
transform general expression into the argument one
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, accept, getAtom, getId, getOWLAxiom, getSignature, isInModule, isInSS, isUsed, setAtom, setId, setInModule, setInSS, setUsedpublic AbstractNaryAxiom(org.semanticweb.owlapi.model.OWLAxiom ax,
Collection<Expression> v)
public final void add(Collection<Expression> v)
NAryExpressionadd in interface NAryExpression<I extends Expression>public final void add(Expression p)
NAryExpressionadd in interface NAryExpression<I extends Expression>@PortedFrom(file="tDLExpression.h", name="begin") public final List<I> getArguments()
NAryExpressiongetArguments in interface NAryExpression<I extends Expression>@PortedFrom(file="tDLAxiom.h", name="empty") public final boolean isEmpty()
isEmpty in interface NAryExpression<I extends Expression>@PortedFrom(file="tDLExpression.h", name="size") public final int size()
size in interface NAryExpression<I extends Expression>public final I transform(Expression arg)
NAryExpressiontransform in interface NAryExpression<I extends Expression>@PortedFrom(file="tDLAxiom.h", name="getAtom") public TOntologyAtom getAtom()
@PortedFrom(file="tDLAxiom.h", name="setAtom") public void setAtom(TOntologyAtom atom)
@PortedFrom(file="tDLAxiom.h", name="setInSS") public void setInSS(boolean flag)
@PortedFrom(file="tDLAxiom.h", name="isInSS") public boolean isInSS()
Axiom@PortedFrom(file="tDLAxiom.h", name="getSignature") public TSignature getSignature()
getSignature in interface Axiompublic org.semanticweb.owlapi.model.OWLAxiom getOWLAxiom()
getOWLAxiom in interface Axiom@PortedFrom(file="tDLAxiom.h", name="getId") public int getId()
Axiompublic boolean isInModule()
isInModule in interface Axiompublic boolean isUsed()
Axiom@PortedFrom(file="tDLAxiom.h", name="setId") public void setId(int Id)
Axiom@PortedFrom(file="tDLAxiom.h", name="setInModule") public void setInModule(boolean inModule)
setInModule in interface Axiom@PortedFrom(file="tDLAxiom.h", name="setUsed") public void setUsed(boolean Used)
AxiomCopyright © 2013 The University of Manchester. All Rights Reserved.