package GAP
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class And(obj1: GAPFilter, obj2: GAPFilter) extends GAPObject with GAPFilter with Product with Serializable
- case class CategoryCollections(obj: GAPObject) extends GAPObject with GAPCategory with Product with Serializable
- case class CategoryFamily(obj: GAPObject) extends GAPObject with GAPCategory with Product with Serializable
- class Constructor extends DeclaredObject
- class DeclaredAttribute extends DeclaredObject with GAPAttribute
- class DeclaredCategory extends DeclaredObject with GAPCategory
- class DeclaredFilter extends DeclaredObject with GAPFilter
- sealed abstract class DeclaredObject extends GAPObject
- class DeclaredOperation extends DeclaredObject with GAPOperation
- class DeclaredProperty extends DeclaredAttribute with GAPProperty
- class DefinedFilter extends DeclaredObject with GAPFilter
- trait GAPAttribute extends GAPObject
- trait GAPCategory extends GAPObject with GAPFilter
- class GAPDocError extends Error
- class GAPDocImporter extends Importer
- trait GAPFilter extends GAPObject
- class GAPImporter extends Importer
- class GAPJSONImporter extends Importer
- class GAPMethod extends AnyRef
- sealed abstract class GAPObject extends AnyRef
- trait GAPOperation extends GAPObject with GAPAttribute
- trait GAPProperty extends GAPObject with GAPAttribute
- class GAPRepresentation extends DeclaredObject with GAPFilter
-
class
GAPSystem extends VREWithAlignmentAndSCSCP
external computation provided by the GAP system
- case class GapSet(obj: GAPObject) extends GAPObject with GAPOperation with Product with Serializable
- case class Has(obj: GAPAttribute) extends GAPObject with GAPFilter with Product with Serializable
- case class ParsedAttribute(name: String, aka: List[String], filters: List[String], location: (String, Int), methods: List[ParsedMethod]) extends ParsedObject with Product with Serializable
- case class ParsedCategory(name: String, aka: List[String], implied: List[String], location: (String, Int)) extends ParsedObject with Product with Serializable
- case class ParsedConstructor(name: String, aka: List[String], location: (String, Int), filters: List[String], methods: List[ParsedMethod]) extends ParsedObject with Product with Serializable
- case class ParsedDefinedFilter(name: String, aka: List[String], conjof: List[String], location: (String, Int)) extends ParsedObject with Product with Serializable
- case class ParsedFilter(name: String, aka: List[String], implied: List[String], location: (String, Int)) extends ParsedObject with Product with Serializable
- case class ParsedMethod(op: String, filters: List[List[String]], comment: String, rank: Int) extends Product with Serializable
- sealed abstract class ParsedObject extends AnyRef
- case class ParsedOperation(name: String, aka: List[String], filters: List[List[List[String]]], methods: List[ParsedMethod], location: (String, Int)) extends ParsedObject with Product with Serializable
- case class ParsedProperty(name: String, aka: List[String], implied: List[String], isTrue: Boolean = false, location: (String, Int), methods: List[ParsedMethod]) extends ParsedObject with Product with Serializable
- case class ParsedRepresentation(name: String, aka: List[String], implied: List[String], location: (String, Int)) extends ParsedObject with Product with Serializable
- class Plugin extends api.frontend.Plugin
- class Translator extends AnyRef
Value Members
- object Booleans extends RealizedType
- object FilterRelations extends RelationalExtractor
- object Floats extends RealizedType
- object GAP
- object GAPDocError extends Serializable
- object GAPGraphExporter extends SimpleRelationGraphExporter
-
object
GAPTranslations
translation to be used in GAPSystem
- object Integers extends RepresentedRealizedType[BigInt]
- object IsBool extends DeclaredCategory
- object IsObject extends DeclaredCategory
- object Setter
- object Tester
- object Translator