org.media.mn8.concepts
Class LogicalConcept

java.lang.Object
  |
  +--org.media.mn8.Concept
        |
        +--org.media.mn8.JavaConcept
              |
              +--org.media.mn8.concepts.LogicalConcept

public class LogicalConcept
extends JavaConcept

Version:
$Revision: 1.11 $ $Date: 2002/07/24 23:33:21 $
Author:
Remus Pereni

Field Summary
static LogicalConcept FALSE
           
static LogicalConcept TRUE
           
 
Fields inherited from class org.media.mn8.Concept
_conceptLabel, _isHidden, _resourceURI, _showEmpty
 
Constructor Summary
LogicalConcept()
           
LogicalConcept(boolean value)
           
 
Method Summary
 Object clone()
           
 Boolean getBolValue()
           
 ConceptDefinition getConceptDefinition()
           
 boolean getValue()
           
 LogicalConcept opAND(LogicalConcept value)
           
 LogicalConcept opEQ(LogicalConcept value)
           
 LogicalConcept opNOT()
           
 LogicalConcept opOR(LogicalConcept value)
           
 void setValue(boolean value)
           
 StringConcept toTXT()
           
 StringConcept toXML()
           
 
Methods inherited from class org.media.mn8.JavaConcept
create, equals, equals, opEQ
 
Methods inherited from class org.media.mn8.Concept
areThereMoreElemenents, cloneConcept, extendsConcept, getAllInheritedConcepts, getAttributeValue, getConceptAttribute, getConceptAttribute, getConceptAttributeField, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptInstance, getConceptLabel, getConceptMethod, getConceptMethods, getConceptNamed, getConceptOperators, getConceptsAtPath, getConceptsAtPath, getConceptType, getErrorHandler, getInheritedConcepts, getMeAllElements, getResourceURI, hasConceptAttribute, hasConceptAttribute, hasConceptElement, hasConceptElement, hasConceptMethod, hasPath, hasPath, isHidden, loadContent, printFields, printFields, searchDeeperForPath, searchSubElements, setConceptLabel, setErrorHandler, setHidden, setResourceURI, setShowEmpty, showEmpty, subAttributeGetConcept, subAttributeHasPath, subElementGetConcepts, subElementHasPath
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FALSE

public static final LogicalConcept FALSE

TRUE

public static final LogicalConcept TRUE
Constructor Detail

LogicalConcept

public LogicalConcept()

LogicalConcept

public LogicalConcept(boolean value)
Method Detail

toTXT

public StringConcept toTXT()
Overrides:
toTXT in class JavaConcept

toXML

public StringConcept toXML()
Overrides:
toXML in class JavaConcept

opAND

public LogicalConcept opAND(LogicalConcept value)

opEQ

public LogicalConcept opEQ(LogicalConcept value)

opOR

public LogicalConcept opOR(LogicalConcept value)

opNOT

public LogicalConcept opNOT()

setValue

public void setValue(boolean value)

getValue

public boolean getValue()

getBolValue

public Boolean getBolValue()

getConceptDefinition

public ConceptDefinition getConceptDefinition()
Overrides:
getConceptDefinition in class JavaConcept

clone

public Object clone()
Overrides:
clone in class JavaConcept


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."