コード例 #1
0
ファイル: Literal.java プロジェクト: okleine/luposdate
 /**
  * compareToNotNecessarilySPARQLSpecificationConform.
  *
  * @param other a {@link lupos.datastructures.items.literal.Literal} object.
  * @return a int.
  */
 public int compareToNotNecessarilySPARQLSpecificationConform(final Literal other) {
   return ComparatorAST.intComp(this, other);
 }
コード例 #2
0
ファイル: Literal.java プロジェクト: okleine/luposdate
  /** {@inheritDoc} */
  @Override
  public int compareTo(final Literal other) {

    return ComparatorAST.intComp(this, other);
  }