Uses of Interface
net.sf.tweety.logics.commons.syntax.interfaces.TypedStructure
-
Packages that use TypedStructure Package Description net.sf.tweety.logics.commons.syntax net.sf.tweety.logics.commons.syntax.interfaces -
-
Uses of TypedStructure in net.sf.tweety.logics.commons.syntax
Classes in net.sf.tweety.logics.commons.syntax that implement TypedStructure Modifier and Type Class Description classFunctorA functor for logic language, i.e.classPredicateA general predicate which contains an identifier that describes its meaning, an argument count referred as arity and a list of sorts defining the types for the arguments of the predicate.classTypedStructureAdapterThe abstract parent for predicates and functors implementing the TypedStructure interface.Methods in net.sf.tweety.logics.commons.syntax that return TypedStructure Modifier and Type Method Description abstract TypedStructureTypedStructureAdapter. clone() -
Uses of TypedStructure in net.sf.tweety.logics.commons.syntax.interfaces
Methods in net.sf.tweety.logics.commons.syntax.interfaces that return TypedStructure Modifier and Type Method Description TypedStructureTypedStructure. clone()Creates a deep copy of this object
-