object ScalaProlog
Object providing functionalities for Scala and tuProlog with ad-hoc conversions.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaProlog
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getCharacter(characterName: String): Character
Creates a character with no owner.
Creates a character with no owner.
- characterName
the character's name
- returns
a Character with owner set to "None"
-
def
getCharacter(characterName: String, owner: Option[String]): Character
Executes a Prolog query to obtain a specific character.
Executes a Prolog query to obtain a specific character.
- characterName
the character's name
- returns
the Character object
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getModifier(modifierName: String): Modifier
Executes a Prolog query to obtain a specific modifier.
Executes a Prolog query to obtain a specific modifier.
- modifierName
the modifier's name
- returns
the Modifier object
-
def
getSpecialMove(moveName: String): SpecialMove
Executes a Prolog query to obtain a specific special move.
Executes a Prolog query to obtain a specific special move.
- moveName
the name of the move
- returns
the SpecialMove object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def termToInt(term: Term): Int
- implicit def termToList(term: Term): List[String]
- implicit def termToString(term: Term): String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )