Method | Description | |
---|---|---|
Equals ( Object o ) : bool | ||
GetHashCode ( ) : int | ||
Literal ( AtomicSentence atom ) : System | ||
Literal ( AtomicSentence atom, bool negated ) : System | ||
ToString ( ) : String | ||
getAtomicSentence ( ) : AtomicSentence | ||
isNegativeLiteral ( ) : bool | ||
isPositiveLiteral ( ) : bool | ||
newInstance ( AtomicSentence atom ) : |
public Literal ( AtomicSentence atom ) : System | ||
atom | AtomicSentence | |
return | System |
public Literal ( AtomicSentence atom, bool negated ) : System | ||
atom | AtomicSentence | |
negated | bool | |
return | System |
public getAtomicSentence ( ) : AtomicSentence | ||
return | AtomicSentence |
public newInstance ( AtomicSentence atom ) : |
||
atom | AtomicSentence | |
return |