o

sp.domain.logic

IDAbleLogic

object IDAbleLogic

Created by kristofer on 30/09/14.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IDAbleLogic
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  15. def removeID(id: Set[ID], ids: List[IDAble]): List[IDAble]
  16. def removeIDFromAction(id: Set[ID], actions: List[Action]): List[Action]
  17. def removeIDFromAttrValue(ids: Set[String], attrVal: SPValue): Option[SPValue]
  18. def removeIDFromAttribute(id: Set[ID], attr: SPAttributes): SPAttributes
  19. def removeIDFromCondition(id: Set[ID], cond: Condition): Condition
  20. def removeIDFromOperation(id: Set[ID], op: Operation): Operation
  21. def removeIDFromProposition(id: Set[ID], prop: Proposition): Proposition
  22. def removeIDFromSOP(id: Set[ID], sop: SOP): Option[SOP]
  23. def removeIDFromSOPSpec(id: Set[ID], obj: SOPSpec): SOPSpec
  24. def removeIDFromSPSpec(id: Set[ID], obj: SPSpec): SPSpec
  25. def removeIDFromStruct(id: Set[ID], obj: Struct): Struct
  26. def removeIDFromStructNode(ids: Set[ID], obj: StructNode): Option[StructNode]
  27. def removeIDFromThing(id: Set[ID], th: Thing): Thing
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped