|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mindswap.pellet.tableau.branch.Branch
public abstract class Branch
Title:
Description:
Copyright: Copyright (c) 2009
Company: Clark & Parsia, LLC.
Field Summary | |
---|---|
static java.util.logging.Logger |
log
|
Method Summary | |
---|---|
abstract Branch |
copyTo(ABox abox)
|
int |
getAnonCount()
|
int |
getBranch()
|
DependencySet |
getCombinedClash()
|
abstract Node |
getNode()
|
int |
getNodeCount()
|
DependencySet |
getTermDepends()
|
int |
getTryCount()
|
int |
getTryNext()
|
void |
setAnonCount(int anonCount)
|
void |
setBranch(int branch)
|
void |
setLastClash(DependencySet ds)
|
void |
setNodeCount(int nodeCount)
|
void |
setStrategy(CompletionStrategy strategy)
|
void |
setTermDepends(DependencySet termDepends)
|
void |
setTryCount(int tryCount)
|
void |
setTryNext(int tryNext)
|
abstract void |
shiftTryNext(int index)
Added for to re-open closed branches. |
java.lang.String |
toString()
|
boolean |
tryNext()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.util.logging.Logger log
Method Detail |
---|
public void setLastClash(DependencySet ds)
public DependencySet getCombinedClash()
public void setStrategy(CompletionStrategy strategy)
public boolean tryNext()
public abstract Branch copyTo(ABox abox)
public abstract Node getNode()
public java.lang.String toString()
toString
in class java.lang.Object
public abstract void shiftTryNext(int index)
index
- The shift indexpublic void setNodeCount(int nodeCount)
nodeCount
- the nodeCount to setpublic int getNodeCount()
public void setBranch(int branch)
public int getBranch()
public int getAnonCount()
public void setTryNext(int tryNext)
tryNext
- the tryNext to setpublic int getTryNext()
public void setTryCount(int tryCount)
tryCount
- the tryCount to setpublic int getTryCount()
public void setTermDepends(DependencySet termDepends)
termDepends
- the termDepends to setpublic DependencySet getTermDepends()
public void setAnonCount(int anonCount)
anonCount
- the anonCount to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |