case class ParsedCategory(n: String, implied: List[String], axioms: List[String], structure: List[String], doc: String, mmt: String, gap: String, elem_methods: (String, List[SageMethod]), morph_methods: (String, List[SageMethod]), parent_methods: (String, List[SageMethod]), subcategory_methods: (String, List[SageMethod])) extends SageObject with Product with Serializable
- Source
- SageImporter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParsedCategory
- Serializable
- Serializable
- Product
- Equals
- SageObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ParsedCategory(n: String, implied: List[String], axioms: List[String], structure: List[String], doc: String, mmt: String, gap: String, elem_methods: (String, List[SageMethod]), morph_methods: (String, List[SageMethod]), parent_methods: (String, List[SageMethod]), subcategory_methods: (String, List[SageMethod]))
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
- val axioms: List[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val doc: String
- val document: List[String]
- val elem_methods: (String, List[SageMethod])
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val gap: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val implied: List[String]
- val includes: List[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isStructure: Boolean
- val mmt: String
- val morph_methods: (String, List[SageMethod])
- val n: String
-
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()
- val parent_methods: (String, List[SageMethod])
- val steps: Array[String]
- val structure: List[String]
- val subcategory_methods: (String, List[SageMethod])
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val theory: MPath
-
def
toString(): String
- Definition Classes
- ParsedCategory → 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
- @throws( ... ) @native()